#00660F
A dark, vivid green closely aligning with Darkgreen.
About #00660F
At its core, #00660F is a dark and vivid hue. Designers often compare it to the standard color Darkgreen. Its digital footprint relies on 0 parts red, 102 parts green, and 15 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00660F
RGB0, 102, 15
HSL128.8°, 100.0%, 20.0%
CMYK100%, 0%, 85%, 60%
HSV128.8°, 100.0%, 40.0%
LAB37.0, -43.1, 38.3
XYZ4.8, 9.5, 2.0
Decimal26127
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.22:1
Text on #FFFFFF
AAA
2.91:1
Text on #000000
FAIL
6.90:1
Text on #F8FAFC
AA
2.47:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #00660F;
}
.text-color {
color: #00660F;
}
.border-color {
border: 2px solid #00660F;
}