#076D1D
A dark, vivid green closely aligning with Darkgreen.
About #076D1D
When working with digital screens, the color #076D1D is rendered by mixing light. Its closest recognized web color is Darkgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 109, and 29.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 94% C, 0% M, 73% Y, and 57% K. With a hue angle of 132.9 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#076D1D
RGB7, 109, 29
HSL132.9°, 87.9%, 22.7%
CMYK94%, 0%, 73%, 57%
HSV132.9°, 93.6%, 42.7%
LAB39.7, -43.5, 35.7
XYZ5.8, 11.1, 3.0
Decimal486685
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.53:1
Text on #FFFFFF
AA
3.21:1
Text on #000000
AA Large
6.24:1
Text on #F8FAFC
AA
2.73:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #076D1D;
}
.text-color {
color: #076D1D;
}
.border-color {
border: 2px solid #076D1D;
}