#166600
A dark, vivid green closely aligning with Darkgreen.
About #166600
When working with digital screens, the color #166600 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 22, 102, and 0.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 78% C, 0% M, 100% Y, and 60% K. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#166600
RGB22, 102, 0
HSL107.1°, 100.0%, 20.0%
CMYK78%, 0%, 100%, 60%
HSV107.1°, 100.0%, 40.0%
LAB37.2, -41.2, 42.8
XYZ5.1, 9.7, 1.6
Decimal1467904
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.16:1
Text on #FFFFFF
AAA
2.93:1
Text on #000000
FAIL
6.84:1
Text on #F8FAFC
AA
2.49:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #166600;
}
.text-color {
color: #166600;
}
.border-color {
border: 2px solid #166600;
}