#5F751D
A dark, moderate green closely aligning with Olivedrab.
About #5F751D
Visually, #5F751D is defined as a moderate green. It is closely associated with the named CSS color Olivedrab. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 117, and 29.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 19% C, 0% M, 75% Y, and 54% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F751D
RGB95, 117, 29
HSL75.0°, 60.3%, 28.6%
CMYK19%, 0%, 75%, 54%
HSV75.0°, 75.2%, 45.9%
LAB46.0, -21.2, 43.2
XYZ11.3, 15.2, 3.5
Decimal6255901
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.19:1
Text on #FFFFFF
AA
4.05:1
Text on #000000
AA Large
4.96:1
Text on #F8FAFC
AA
3.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F751D;
}
.text-color {
color: #5F751D;
}
.border-color {
border: 2px solid #5F751D;
}