#075F00
A very dark, vivid green closely aligning with Darkgreen.
About #075F00
The hex code #075F00 represents a beautifully specific shade of green. Its closest recognized web color is Darkgreen. This translates to an RGB value of rgb(7, 95, 0).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 93% cyan, 0% magenta, 100% yellow, and 63% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#075F00
RGB7, 95, 0
HSL115.6°, 100.0%, 18.6%
CMYK93%, 0%, 100%, 63%
HSV115.6°, 100.0%, 37.3%
LAB34.5, -41.0, 40.5
XYZ4.2, 8.2, 1.4
Decimal483072
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.94:1
Text on #FFFFFF
AAA
2.65:1
Text on #000000
FAIL
7.59:1
Text on #F8FAFC
AAA
2.25:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #075F00;
}
.text-color {
color: #075F00;
}
.border-color {
border: 2px solid #075F00;
}