#506616
A dark, moderate green closely aligning with Darkolivegreen.
About #506616
Visually, #506616 is defined as a moderate green. Designers often compare it to the standard color Darkolivegreen. This translates to an RGB value of rgb(80, 102, 22).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 22% cyan, 0% magenta, 78% yellow, and 60% black. With a hue angle of 76.5 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#506616
RGB80, 102, 22
HSL76.5°, 64.5%, 24.3%
CMYK22%, 0%, 78%, 60%
HSV76.5°, 78.4%, 40.0%
LAB40.0, -20.5, 39.7
XYZ8.2, 11.3, 2.5
Decimal5269014
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.46:1
Text on #FFFFFF
AA
3.25:1
Text on #000000
AA Large
6.17:1
Text on #F8FAFC
AA
2.77:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #506616;
}
.text-color {
color: #506616;
}
.border-color {
border: 2px solid #506616;
}