#073A0F
A very dark, vivid green closely aligning with Darkolivegreen.
About #073A0F
The hex code #073A0F represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 58, and 15.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 88% Cyan, 0% Magenta, 74% Yellow, and 77% Black. The HSL representation is 129.4° hue, 78.5% saturation, and 12.7% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a very 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#073A0F
RGB7, 58, 15
HSL129.4°, 78.5%, 12.7%
CMYK88%, 0%, 74%, 77%
HSV129.4°, 87.9%, 22.7%
LAB20.5, -26.7, 21.5
XYZ1.7, 3.1, 1.0
Decimal473615
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.95:1
Text on #FFFFFF
AAA
1.62:1
Text on #000000
FAIL
12.38:1
Text on #F8FAFC
AAA
1.38:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #073A0F;
}
.text-color {
color: #073A0F;
}
.border-color {
border: 2px solid #073A0F;
}