#778607
a dark, electric yellow · cool · closest name: olive
RGB
119, 134, 7
HSL
67°, 90%, 28%
CMYK
11, 0, 95, 48
Luminance
0.2099
Every format
| HEX | #778607 |
| RGB | rgb(119, 134, 7) |
| HSL | hsl(67, 90%, 28%) |
| CMYK | cmyk(11%, 0%, 95%, 48%) |
| LAB | lab(52.9 -20.1 55.9) |
| LCH | lch(52.9 59.4 109.8) |
| OKLCH | oklch(0.587 0.134 117.4) |
Copy-ready code
/* CSS */
color: #778607;
background-color: #778607;
/* Tailwind (arbitrary) */
class="text-[#778607] bg-[#778607]"
/* SCSS */
$brand: #778607;
/* SwiftUI */
Color(red: 0.467, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#778607")Accessibility — WCAG contrast
Aa
#778607 on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#778607 on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green52.5%
Blue2.7%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow94.8%
Key (black)47.5%
Color previews
#778607 text on a black background
contrast 5.20:1
Card sample
#778607 text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #778607;
Background color
Panel with #778607 background
background-color: #778607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #778607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #778607; background: linear-gradient(135deg, #778607, #228607);