#5F8A0F
A dark, vivid green closely aligning with Olivedrab.
About #5F8A0F
At its core, #5F8A0F is a dark and vivid hue. Its closest recognized web color is Olivedrab. This translates to an RGB value of rgb(95, 138, 15).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 31% cyan and 0% magenta inks. 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#5F8A0F
RGB95, 138, 15
HSL81.0°, 80.4%, 30.0%
CMYK31%, 0%, 89%, 46%
HSV81.0°, 89.1%, 54.1%
LAB52.6, -32.1, 53.4
XYZ13.9, 20.6, 3.7
Decimal6261263
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.09:1
Text on #FFFFFF
AA Large
5.13:1
Text on #000000
AA
3.91:1
Text on #F8FAFC
AA Large
4.36:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F8A0F;
}
.text-color {
color: #5F8A0F;
}
.border-color {
border: 2px solid #5F8A0F;
}