#116611
a deep, vivid green · cool · closest name: forestgreen
RGB
17, 102, 17
HSL
120°, 71%, 23%
CMYK
83, 0, 83, 60
Luminance
0.0966
Every format
| HEX | #116611 |
| RGB | rgb(17, 102, 17) |
| HSL | hsl(120, 71%, 23%) |
| CMYK | cmyk(83%, 0%, 83%, 60%) |
| LAB | lab(37.2 -41.0 37.9) |
| LCH | lch(37.2 55.9 137.3) |
| OKLCH | oklch(0.446 0.140 142.8) |
Copy-ready code
/* CSS */
color: #116611;
background-color: #116611;
/* Tailwind (arbitrary) */
class="text-[#116611] bg-[#116611]"
/* SCSS */
$brand: #116611;
/* SwiftUI */
Color(red: 0.067, green: 0.400, blue: 0.067)
/* Android */
Color.parseColor("#116611")Accessibility — WCAG contrast
Aa
#116611 on white: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#116611 on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green40.0%
Blue6.7%
CMYK percentages
Cyan83.3%
Magenta0.0%
Yellow83.3%
Key (black)60.0%
Color previews
#116611 text on a black background
contrast 2.93:1
Card sample
#116611 text on a white background
contrast 7.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116611;
Background color
Panel with #116611 background
background-color: #116611;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116611;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 102, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 102, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116611; background: linear-gradient(135deg, #116611, #11664A);