#707a29
a dark, vivid yellow · cool · closest name: olive
RGB
112, 122, 41
HSL
67°, 50%, 32%
CMYK
8, 0, 66, 52
Luminance
0.1752
Every format
| HEX | #707a29 |
| RGB | rgb(112, 122, 41) |
| HSL | hsl(67, 50%, 32%) |
| CMYK | cmyk(8%, 0%, 66%, 52%) |
| LAB | lab(48.9 -15.5 41.6) |
| LCH | lch(48.9 44.4 110.4) |
| OKLCH | oklch(0.554 0.105 115.9) |
Copy-ready code
/* CSS */
color: #707a29;
background-color: #707a29;
/* Tailwind (arbitrary) */
class="text-[#707a29] bg-[#707a29]"
/* SCSS */
$brand: #707a29;
/* SwiftUI */
Color(red: 0.439, green: 0.478, blue: 0.161)
/* Android */
Color.parseColor("#707a29")Accessibility — WCAG contrast
Aa
#707a29 on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#707a29 on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green47.8%
Blue16.1%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow66.4%
Key (black)52.2%
Color previews
#707a29 text on a black background
contrast 4.50:1
Card sample
#707a29 text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #707a29;
Background color
Panel with #707a29 background
background-color: #707a29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #707a29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 122, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 122, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #707a29; background: linear-gradient(135deg, #707a29, #3A7A29);