#074216
A very dark, vivid green closely aligning with Darkolivegreen.
About #074216
The hex code #074216 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Darkolivegreen. This translates to an RGB value of rgb(7, 66, 22).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 89% C, 0% M, 67% Y, and 74% K. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#074216
RGB7, 66, 22
HSL135.3°, 80.8%, 14.3%
CMYK89%, 0%, 67%, 74%
HSV135.3°, 89.4%, 25.9%
LAB23.7, -28.9, 21.4
XYZ2.2, 4.0, 1.4
Decimal475670
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.67:1
Text on #FFFFFF
AAA
1.80:1
Text on #000000
FAIL
11.15:1
Text on #F8FAFC
AAA
1.53:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #074216;
}
.text-color {
color: #074216;
}
.border-color {
border: 2px solid #074216;
}