#5F8A07
A dark, vivid green closely aligning with Olivedrab.
About #5F8A07
The precise color #5F8A07 is an excellent choice for modern design projects. It is closely associated with the named CSS color Olivedrab. This translates to an RGB value of rgb(95, 138, 7).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 31% cyan, 0% magenta, 95% yellow, and 46% black. The HSL representation is 79.7° hue, 90.3% saturation, and 28.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F8A07
RGB95, 138, 7
HSL79.7°, 90.3%, 28.4%
CMYK31%, 0%, 95%, 46%
HSV79.7°, 94.9%, 54.1%
LAB52.5, -32.3, 54.9
XYZ13.8, 20.6, 3.5
Decimal6261255
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.10:1
Text on #FFFFFF
AA Large
5.13:1
Text on #000000
AA
3.92:1
Text on #F8FAFC
AA Large
4.36:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F8A07;
}
.text-color {
color: #5F8A07;
}
.border-color {
border: 2px solid #5F8A07;
}