#5F8A50
A medium, muted green closely aligning with Darkolivegreen.
About #5F8A50
The hex code #5F8A50 represents a beautifully specific shade of green. It is closely associated with the named CSS color Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 138, and 80.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 31% cyan, 0% magenta, 42% yellow, and 46% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F8A50
RGB95, 138, 80
HSL104.5°, 26.6%, 42.7%
CMYK31%, 0%, 42%, 46%
HSV104.5°, 42.0%, 54.1%
LAB53.2, -26.4, 26.4
XYZ15.3, 21.2, 10.9
Decimal6261328
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.01:1
Text on #FFFFFF
AA Large
5.24:1
Text on #000000
AA
3.83:1
Text on #F8FAFC
AA Large
4.45:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F8A50;
}
.text-color {
color: #5F8A50;
}
.border-color {
border: 2px solid #5F8A50;
}