#707607
a deep, electric yellow · cool · closest name: olive
RGB
112, 118, 7
HSL
63°, 89%, 25%
CMYK
5, 0, 94, 54
Luminance
0.1642
Every format
| HEX | #707607 |
| RGB | rgb(112, 118, 7) |
| HSL | hsl(63, 89%, 25%) |
| CMYK | cmyk(5%, 0%, 94%, 54%) |
| LAB | lab(47.5 -14.9 51.4) |
| LCH | lch(47.5 53.5 106.1) |
| OKLCH | oklch(0.542 0.119 113.3) |
Copy-ready code
/* CSS */
color: #707607;
background-color: #707607;
/* Tailwind (arbitrary) */
class="text-[#707607] bg-[#707607]"
/* SCSS */
$brand: #707607;
/* SwiftUI */
Color(red: 0.439, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#707607")Accessibility — WCAG contrast
Aa
#707607 on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#707607 on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green46.3%
Blue2.7%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow94.1%
Key (black)53.7%
Color previews
#707607 text on a black background
contrast 4.28:1
Card sample
#707607 text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #707607;
Background color
Panel with #707607 background
background-color: #707607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #707607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #707607; background: linear-gradient(135deg, #707607, #267607);