#116622
a deep, vivid green · cool · closest name: seagreen
RGB
17, 102, 34
HSL
132°, 71%, 23%
CMYK
83, 0, 67, 60
Luminance
0.0974
Every format
| HEX | #116622 |
| RGB | rgb(17, 102, 34) |
| HSL | hsl(132, 71%, 23%) |
| CMYK | cmyk(83%, 0%, 67%, 60%) |
| LAB | lab(37.4 -39.4 30.8) |
| LCH | lch(37.4 50.0 141.9) |
| OKLCH | oklch(0.447 0.128 145.8) |
Copy-ready code
/* CSS */
color: #116622;
background-color: #116622;
/* Tailwind (arbitrary) */
class="text-[#116622] bg-[#116622]"
/* SCSS */
$brand: #116622;
/* SwiftUI */
Color(red: 0.067, green: 0.400, blue: 0.133)
/* Android */
Color.parseColor("#116622")Accessibility — WCAG contrast
Aa
#116622 on white: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#116622 on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green40.0%
Blue13.3%
CMYK percentages
Cyan83.3%
Magenta0.0%
Yellow66.7%
Key (black)60.0%
Color previews
#116622 text on a black background
contrast 2.95:1
Card sample
#116622 text on a white background
contrast 7.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116622;
Background color
Panel with #116622 background
background-color: #116622;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116622;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 102, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 102, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116622; background: linear-gradient(135deg, #116622, #11665B);