#074207
A very dark, vivid green closely aligning with Darkolivegreen.
About #074207
Visually, #074207 is defined as a vivid green. It is closely associated with the named CSS color Darkolivegreen. This translates to an RGB value of rgb(7, 66, 7).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 89% cyan, 0% magenta, 89% yellow, and 74% black. The HSL representation is 120.0° hue, 80.8% saturation, and 14.3% lightness.
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#074207
RGB7, 66, 7
HSL120.0°, 80.8%, 14.3%
CMYK89%, 0%, 89%, 74%
HSV120.0°, 89.4%, 25.9%
LAB23.5, -30.7, 28.3
XYZ2.1, 4.0, 0.9
Decimal475655
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.72:1
Text on #FFFFFF
AAA
1.79:1
Text on #000000
FAIL
11.20:1
Text on #F8FAFC
AAA
1.52:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #074207;
}
.text-color {
color: #074207;
}
.border-color {
border: 2px solid #074207;
}