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