#5F7533
A dark, moderate green closely aligning with Darkolivegreen.
About #5F7533
The hex code #5F7533 represents a beautifully specific shade of green. It is closely associated with the named CSS color Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 117, and 51.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 19% C, 0% M, 56% Y, and 54% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F7533
RGB95, 117, 51
HSL80.0°, 39.3%, 32.9%
CMYK19%, 0%, 56%, 54%
HSV80.0°, 56.4%, 45.9%
LAB46.2, -19.4, 33.3
XYZ11.7, 15.4, 5.5
Decimal6255923
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.15:1
Text on #FFFFFF
AA
4.08:1
Text on #000000
AA Large
4.92:1
Text on #F8FAFC
AA
3.47:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F7533;
}
.text-color {
color: #5F7533;
}
.border-color {
border: 2px solid #5F7533;
}