#073A07
A very dark, vivid green closely aligning with Darkolivegreen.
About #073A07
When working with digital screens, the color #073A07 is rendered by mixing light. Its closest recognized web color is Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 58, and 7.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 88% C, 0% M, 88% Y, and 77% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#073A07
RGB7, 58, 7
HSL120.0°, 78.5%, 12.7%
CMYK88%, 0%, 88%, 77%
HSV120.0°, 87.9%, 22.7%
LAB20.4, -27.7, 25.0
XYZ1.6, 3.1, 0.7
Decimal473607
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.98:1
Text on #FFFFFF
AAA
1.62:1
Text on #000000
FAIL
12.41:1
Text on #F8FAFC
AAA
1.37:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #073A07;
}
.text-color {
color: #073A07;
}
.border-color {
border: 2px solid #073A07;
}