#165707
A very dark, vivid green closely aligning with Darkgreen.
About #165707
The hex code #165707 represents a beautifully specific shade of green. Designers often compare it to the standard color Darkgreen. This translates to an RGB value of rgb(22, 87, 7).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 75% cyan, 0% magenta, 92% yellow, and 66% black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#165707
RGB22, 87, 7
HSL108.8°, 85.1%, 18.4%
CMYK75%, 0%, 92%, 66%
HSV108.8°, 92.0%, 34.1%
LAB31.8, -35.5, 36.1
XYZ3.8, 7.0, 1.4
Decimal1464071
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.75:1
Text on #FFFFFF
AAA
2.40:1
Text on #000000
FAIL
8.36:1
Text on #F8FAFC
AAA
2.04:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #165707;
}
.text-color {
color: #165707;
}
.border-color {
border: 2px solid #165707;
}