#07661D
A dark, vivid green closely aligning with Darkgreen.
About #07661D
At its core, #07661D is a dark and vivid hue. It is closely associated with the named CSS color Darkgreen. Its digital footprint relies on 7 parts red, 102 parts green, and 29 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 93% cyan, 0% magenta, 72% yellow, and 60% black. The HSL representation is 133.9° hue, 87.2% saturation, and 21.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07661D
RGB7, 102, 29
HSL133.9°, 87.2%, 21.4%
CMYK93%, 0%, 72%, 60%
HSV133.9°, 93.1%, 40.0%
LAB37.2, -41.1, 33.0
XYZ5.1, 9.6, 2.8
Decimal484893
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.17:1
Text on #FFFFFF
AAA
2.93: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: #07661D;
}
.text-color {
color: #07661D;
}
.border-color {
border: 2px solid #07661D;
}