#507C00
A dark, vivid green closely aligning with Olivedrab.
About #507C00
At its core, #507C00 is a dark and vivid hue. Designers often compare it to the standard color Olivedrab. Its digital footprint relies on 80 parts red, 124 parts green, and 0 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 35% Cyan, 0% Magenta, 100% Yellow, and 51% Black. With a hue angle of 81.3 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#507C00
RGB80, 124, 0
HSL81.3°, 100.0%, 24.3%
CMYK35%, 0%, 100%, 51%
HSV81.3°, 100.0%, 48.6%
LAB47.1, -32.1, 51.6
XYZ10.5, 16.1, 2.6
Decimal5274624
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.97:1
Text on #FFFFFF
AA
4.22:1
Text on #000000
AA Large
4.75:1
Text on #F8FAFC
AA
3.59:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #507C00;
}
.text-color {
color: #507C00;
}
.border-color {
border: 2px solid #507C00;
}