#707025
a dark, vivid yellow · cool · closest name: olive
RGB
112, 112, 37
HSL
60°, 50%, 29%
CMYK
0, 0, 67, 56
Luminance
0.1517
Every format
| HEX | #707025 |
| RGB | rgb(112, 112, 37) |
| HSL | hsl(60, 50%, 29%) |
| CMYK | cmyk(0%, 0%, 67%, 56%) |
| LAB | lab(45.9 -10.3 40.2) |
| LCH | lch(45.9 41.5 104.4) |
| OKLCH | oklch(0.530 0.096 109.3) |
Copy-ready code
/* CSS */
color: #707025;
background-color: #707025;
/* Tailwind (arbitrary) */
class="text-[#707025] bg-[#707025]"
/* SCSS */
$brand: #707025;
/* SwiftUI */
Color(red: 0.439, green: 0.439, blue: 0.145)
/* Android */
Color.parseColor("#707025")Accessibility — WCAG contrast
Aa
#707025 on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#707025 on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green43.9%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow67.0%
Key (black)56.1%
Color previews
#707025 text on a black background
contrast 4.03:1
Card sample
#707025 text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #707025;
Background color
Panel with #707025 background
background-color: #707025;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #707025;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 112, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 112, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #707025; background: linear-gradient(135deg, #707025, #3E7025);