Shades of Olive #706204
Tints of Olive #706204
RGB
CMYK
RGB Variations
Color information
#706204 (or 0x706204) is known color: Olive. HEX triplet: 70, 62 and 04. RGB value is (112,98,4). Sum of RGB (Red+Green+Blue) = 112+98+4=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 4 (1.95% from 255 or 1.87% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #706204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706204 is #8F9DFB. Grayscale: #5B5B5B. Windows color (decimal): -9412092 or 287344. OLE color: 287344.
HSL color Cylindrical-coordinate representation of color #706204: hue angle of 52.22º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #706204 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 98 | 4 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.56 |
| HSL | 52.22º | 0.93% | 0.23% | - |
| HSV(B) | 52.22º | 0.96% | 0.44% | - |
| XYZ | 11.07 | 12.19 | 1.88 | - |
| YUV | 91.47 | 78.64 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 4 | 0 | 0.13 | 0.96 | 0.56 | 52.22 | 0.93 | 0.23 |
| Hex | 70 | 62 | 4 | 0 | D | 60 | 38 | 34 | 5D | 17 |
| Octal | 160 | 142 | 4 | 0 | 15 | 140 | 70 | 64 | 135 | 27 |
| Binary | 1110000 | 1100010 | 100 | 0 | 1101 | 1100000 | 111000 | 110100 | 1011101 | 10111 |
Color Harmonies of #706204
Complementary color
Monochromatic Colors of #706204
Black with #706204
Text Example
Text Example
White with #706204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706204; }
p { color: rgb(112,98,4); }
H1.HeaderClassName
{
color: #706204;
}
.AnyTagClassName
{
color: #706204;
}
</style>
background-color css
<style>
a { background-color: #706204; }
a { background-color: rgb(112,98,4); }
div.DivClassName
{
background-color: #706204;
}
.BgClassName
{
background-color: #706204;
}
</style>
border-color css
<style>
span { border-color: #706204; }
span { border-color: rgb(112,98,4); }
td.TdClassName
{
border-color: #706204;
}
.TagClassName
{
border-color: #706204;
}
</style>