#0F6607
A dark, vivid green closely aligning with Darkgreen.
About #0F6607
Visually, #0F6607 is defined as a vivid green. It is closely associated with the named CSS color Darkgreen. In the RGB color space, it consists of 15 red, 102 green, and 7 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 85% C, 0% M, 93% Y, and 60% K. With a hue angle of 114.9 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F6607
RGB15, 102, 7
HSL114.9°, 87.2%, 21.4%
CMYK85%, 0%, 93%, 60%
HSV114.9°, 93.1%, 40.0%
LAB37.2, -41.9, 40.7
XYZ5.0, 9.6, 1.8
Decimal1009159
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.18:1
Text on #FFFFFF
AAA
2.92:1
Text on #000000
FAIL
6.86:1
Text on #F8FAFC
AA
2.49:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F6607;
}
.text-color {
color: #0F6607;
}
.border-color {
border: 2px solid #0F6607;
}