#507C24
A dark, moderate green closely aligning with Olivedrab.
About #507C24
The hex code #507C24 represents a beautifully specific shade of green. Its closest recognized web color is Olivedrab. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 124, and 36.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 35% Cyan, 0% Magenta, 71% Yellow, and 51% Black. With a hue angle of 90.0 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#507C24
RGB80, 124, 36
HSL90.0°, 55.0%, 31.4%
CMYK35%, 0%, 71%, 51%
HSV90.0°, 71.0%, 48.6%
LAB47.3, -30.4, 41.4
XYZ10.8, 16.2, 4.2
Decimal5274660
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.94:1
Text on #FFFFFF
AA
4.25:1
Text on #000000
AA Large
4.72:1
Text on #F8FAFC
AA
3.61:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #507C24;
}
.text-color {
color: #507C24;
}
.border-color {
border: 2px solid #507C24;
}