#5F8333
A dark, moderate green closely aligning with Olivedrab.
About #5F8333
Visually, #5F8333 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Olivedrab. This translates to an RGB value of rgb(95, 131, 51).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 27% Cyan, 0% Magenta, 61% Yellow, and 49% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#5F8333
RGB95, 131, 51
HSL87.0°, 44.0%, 35.7%
CMYK27%, 0%, 61%, 49%
HSV87.0°, 61.1%, 51.4%
LAB50.6, -26.5, 38.4
XYZ13.4, 18.9, 6.1
Decimal6259507
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.39:1
Text on #FFFFFF
AA Large
4.78:1
Text on #000000
AA
4.20:1
Text on #F8FAFC
AA Large
4.06:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F8333;
}
.text-color {
color: #5F8333;
}
.border-color {
border: 2px solid #5F8333;
}