Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
olivedrab | 5F8621 | #5F8621 | 95, 134, 33 | 37.25, 52.55, 12.94 | 29.1, 0, 75.37, 47.45 | 83.168316831683, 75.373134328358, 52.549019607843 |
Color #5f8621 is olivedrab. In RGB: 37.25, 52.55, 12.94. In CMYK: 29.1, 0, 75.37, 47.45.
div { background: #5f8621; color: #000; }
div { background: #5f8621; color: #fff; }
div { background: linear-gradient(to bottom, #456D00 0%, #7AA03B 100%); color: #000; }
div { background: linear-gradient(to bottom, #7AA03B 0%, #456D00 100%); color: #000; }
div { background: linear-gradient(to bottom, #456D00 0%, #7AA03B 100%); color: #fff; }
div { background: linear-gradient(to bottom, #7AA03B 0%, #456D00 100%); color: #fff; }
div { border: 1px solid #5f8621; }
div { border: 5px solid #5f8621; }
div { border: 1px dashed #5f8621; }
div { border: 5px dashed #5f8621; }
div { border: 1px dotted #5f8621; }
div { border: 5px dotted #5f8621; }