#5F991D
A dark, moderate green closely aligning with Olivedrab.
About #5F991D
At its core, #5F991D is a dark and moderate hue. Designers often compare it to the standard color Olivedrab. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 153, and 29.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 38% cyan, 0% magenta, 81% yellow, and 40% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F991D
RGB95, 153, 29
HSL88.1°, 68.1%, 35.7%
CMYK38%, 0%, 81%, 40%
HSV88.1°, 81.0%, 60.0%
LAB57.4, -38.3, 54.0
XYZ16.3, 25.3, 5.2
Decimal6265117
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.46:1
Text on #FFFFFF
AA Large
6.06:1
Text on #000000
AA
3.31:1
Text on #F8FAFC
AA Large
5.15:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5F991D;
}
.text-color {
color: #5F991D;
}
.border-color {
border: 2px solid #5F991D;
}