#779966
a balanced, soft green · cool · closest name: seagreen
RGB
119, 153, 102
HSL
100°, 20%, 50%
CMYK
22, 0, 33, 40
Luminance
0.2766
Every format
| HEX | #779966 |
| RGB | rgb(119, 153, 102) |
| HSL | hsl(100, 20%, 50%) |
| CMYK | cmyk(22%, 0%, 33%, 40%) |
| LAB | lab(59.6 -21.6 23.1) |
| LCH | lch(59.6 31.6 133.1) |
| OKLCH | oklch(0.644 0.083 135.6) |
Copy-ready code
/* CSS */
color: #779966;
background-color: #779966;
/* Tailwind (arbitrary) */
class="text-[#779966] bg-[#779966]"
/* SCSS */
$brand: #779966;
/* SwiftUI */
Color(red: 0.467, green: 0.600, blue: 0.400)
/* Android */
Color.parseColor("#779966")Accessibility — WCAG contrast
Aa
#779966 on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#779966 on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green60.0%
Blue40.0%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow33.3%
Key (black)40.0%
Color previews
#779966 text on a black background
contrast 6.53:1
Card sample
#779966 text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #779966;
Background color
Panel with #779966 background
background-color: #779966;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #779966;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 153, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 153, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #779966; background: linear-gradient(135deg, #779966, #669977);