#5F8307
A dark, vivid green closely aligning with Olivedrab.
About #5F8307
The hex code #5F8307 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Olivedrab. Its digital footprint relies on 95 parts red, 131 parts green, and 7 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 27% Cyan, 0% Magenta, 95% Yellow, and 49% Black. With a hue angle of 77.4 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F8307
RGB95, 131, 7
HSL77.4°, 89.9%, 27.1%
CMYK27%, 0%, 95%, 49%
HSV77.4°, 94.7%, 51.4%
LAB50.3, -29.0, 53.1
XYZ12.9, 18.7, 3.1
Decimal6259463
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.43:1
Text on #FFFFFF
AA Large
4.74:1
Text on #000000
AA
4.24:1
Text on #F8FAFC
AA Large
4.03:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F8307;
}
.text-color {
color: #5F8307;
}
.border-color {
border: 2px solid #5F8307;
}