#076D16
A dark, vivid green closely aligning with Darkgreen.
About #076D16
The hex code #076D16 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Darkgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 109, and 22.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 94% Cyan, 0% Magenta, 80% Yellow, and 57% Black. With a hue angle of 128.8 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. 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#076D16
RGB7, 109, 22
HSL128.8°, 87.9%, 22.7%
CMYK94%, 0%, 80%, 57%
HSV128.8°, 93.6%, 42.7%
LAB39.6, -44.1, 38.4
XYZ5.7, 11.0, 2.6
Decimal486678
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.55:1
Text on #FFFFFF
AA
3.21:1
Text on #000000
AA Large
6.26:1
Text on #F8FAFC
AA
2.73:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #076D16;
}
.text-color {
color: #076D16;
}
.border-color {
border: 2px solid #076D16;
}