#779b3d
a dark, soft green · cool · closest name: olivedrab
RGB
119, 155, 61
HSL
83°, 44%, 42%
CMYK
23, 0, 61, 39
Luminance
0.2770
Every format
| HEX | #779b3d |
| RGB | rgb(119, 155, 61) |
| HSL | hsl(83, 44%, 42%) |
| CMYK | cmyk(23%, 0%, 61%, 39%) |
| LAB | lab(59.6 -27.7 44.2) |
| LCH | lch(59.6 52.2 122.1) |
| OKLCH | oklch(0.642 0.129 127.3) |
Copy-ready code
/* CSS */
color: #779b3d;
background-color: #779b3d;
/* Tailwind (arbitrary) */
class="text-[#779b3d] bg-[#779b3d]"
/* SCSS */
$brand: #779b3d;
/* SwiftUI */
Color(red: 0.467, green: 0.608, blue: 0.239)
/* Android */
Color.parseColor("#779b3d")Accessibility — WCAG contrast
Aa
#779b3d on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#779b3d on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green60.8%
Blue23.9%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow60.6%
Key (black)39.2%
Color previews
#779b3d text on a black background
contrast 6.54:1
Card sample
#779b3d text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #779b3d;
Background color
Panel with #779b3d background
background-color: #779b3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #779b3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 155, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 155, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #779b3d; background: linear-gradient(135deg, #779b3d, #3D9B42);