#07421D
A very dark, vivid green closely aligning with Darkolivegreen.
About #07421D
When working with digital screens, the color #07421D is rendered by mixing light. It is closely associated with the named CSS color Darkolivegreen. Its digital footprint relies on 7 parts red, 66 parts green, and 29 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 89% Cyan, 0% Magenta, 56% Yellow, and 74% Black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07421D
RGB7, 66, 29
HSL142.4°, 80.8%, 14.3%
CMYK89%, 0%, 56%, 74%
HSV142.4°, 89.4%, 25.9%
LAB23.8, -27.7, 17.4
XYZ2.3, 4.0, 1.8
Decimal475677
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.63:1
Text on #FFFFFF
AAA
1.81:1
Text on #000000
FAIL
11.11:1
Text on #F8FAFC
AAA
1.54:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #07421D;
}
.text-color {
color: #07421D;
}
.border-color {
border: 2px solid #07421D;
}