#506D00
A dark, vivid green closely aligning with Olivedrab.
About #506D00
The precise color #506D00 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Olivedrab. This translates to an RGB value of rgb(80, 109, 0).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 27% C, 0% M, 100% Y, and 57% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#506D00
RGB80, 109, 0
HSL76.0°, 100.0%, 21.4%
CMYK27%, 0%, 100%, 57%
HSV76.0°, 100.0%, 42.7%
LAB42.2, -25.0, 47.8
XYZ8.8, 12.6, 2.0
Decimal5270784
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.95:1
Text on #FFFFFF
AA
3.53:1
Text on #000000
AA Large
5.69:1
Text on #F8FAFC
AA
3.00:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #506D00;
}
.text-color {
color: #506D00;
}
.border-color {
border: 2px solid #506D00;
}