#779944
a dark, soft green · cool · closest name: olivedrab
RGB
119, 153, 68
HSL
84°, 39%, 43%
CMYK
22, 0, 56, 40
Luminance
0.2712
Every format
| HEX | #779944 |
| RGB | rgb(119, 153, 68) |
| HSL | hsl(84, 39%, 43%) |
| CMYK | cmyk(22%, 0%, 56%, 40%) |
| LAB | lab(59.1 -26.0 40.3) |
| LCH | lch(59.1 48.0 122.9) |
| OKLCH | oklch(0.638 0.120 127.6) |
Copy-ready code
/* CSS */
color: #779944;
background-color: #779944;
/* Tailwind (arbitrary) */
class="text-[#779944] bg-[#779944]"
/* SCSS */
$brand: #779944;
/* SwiftUI */
Color(red: 0.467, green: 0.600, blue: 0.267)
/* Android */
Color.parseColor("#779944")Accessibility — WCAG contrast
Aa
#779944 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#779944 on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green60.0%
Blue26.7%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow55.6%
Key (black)40.0%
Color previews
#779944 text on a black background
contrast 6.42:1
Card sample
#779944 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #779944;
Background color
Panel with #779944 background
background-color: #779944;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #779944;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 153, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 153, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #779944; background: linear-gradient(135deg, #779944, #44994A);