#578A07
A dark, vivid green closely aligning with Olivedrab.
About #578A07
The hex code #578A07 represents a beautifully specific shade of 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 87, 138, and 7.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 37% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#578A07
RGB87, 138, 7
HSL83.4°, 90.3%, 28.4%
CMYK37%, 0%, 95%, 46%
HSV83.4°, 94.9%, 54.1%
LAB52.1, -35.5, 54.3
XYZ13.1, 20.2, 3.4
Decimal5736967
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.16:1
Text on #FFFFFF
AA Large
5.04:1
Text on #000000
AA
3.98:1
Text on #F8FAFC
AA Large
4.29:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #578A07;
}
.text-color {
color: #578A07;
}
.border-color {
border: 2px solid #578A07;
}