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