#5F8324
A dark, moderate green closely aligning with Olivedrab.
About #5F8324
Visually, #5F8324 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, 131, and 36.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 27% cyan and 0% magenta inks. With a hue angle of 82.7 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5F8324
RGB95, 131, 36
HSL82.7°, 56.9%, 32.7%
CMYK27%, 0%, 73%, 49%
HSV82.7°, 72.5%, 51.4%
LAB50.4, -27.8, 44.9
XYZ13.2, 18.8, 4.6
Decimal6259492
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.41:1
Text on #FFFFFF
AA Large
4.76:1
Text on #000000
AA
4.22:1
Text on #F8FAFC
AA Large
4.05:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F8324;
}
.text-color {
color: #5F8324;
}
.border-color {
border: 2px solid #5F8324;
}