#165F07
A dark, vivid green closely aligning with Darkgreen.
About #165F07
Visually, #165F07 is defined as a vivid green. Its closest recognized web color is Darkgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 22, 95, and 7.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 77% C, 0% M, 93% Y, and 63% K. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#165F07
RGB22, 95, 7
HSL109.8°, 86.3%, 20.0%
CMYK77%, 0%, 93%, 63%
HSV109.8°, 92.6%, 37.3%
LAB34.7, -38.4, 38.7
XYZ4.5, 8.4, 1.6
Decimal1466119
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.85:1
Text on #FFFFFF
AAA
2.67:1
Text on #000000
FAIL
7.51:1
Text on #F8FAFC
AAA
2.27:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #165F07;
}
.text-color {
color: #165F07;
}
.border-color {
border: 2px solid #165F07;
}