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