Shades of Olive #706804
Tints of Olive #706804
RGB
CMYK
RGB Variations
Color information
#706804 (or 0x706804) is known color: Olive. HEX triplet: 70, 68 and 04. RGB value is (112,104,4). Sum of RGB (Red+Green+Blue) = 112+104+4=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 104 (41.02% from 255 or 47.27% from 220); Blue value is 4 (1.95% from 255 or 1.82% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #706804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706804 is #8F97FB. Grayscale: #5F5F5F. Windows color (decimal): -9410556 or 288880. OLE color: 288880.
HSL color Cylindrical-coordinate representation of color #706804: hue angle of 55.56º 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 #706804 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 104 | 4 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.56 |
| HSL | 55.56º | 0.93% | 0.23% | - |
| HSV(B) | 55.56º | 0.96% | 0.44% | - |
| XYZ | 11.65 | 13.35 | 2.08 | - |
| YUV | 94.99 | 76.65 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 104 | 4 | 0 | 0.07 | 0.96 | 0.56 | 55.56 | 0.93 | 0.23 |
| Hex | 70 | 68 | 4 | 0 | 7 | 60 | 38 | 38 | 5D | 17 |
| Octal | 160 | 150 | 4 | 0 | 7 | 140 | 70 | 70 | 135 | 27 |
| Binary | 1110000 | 1101000 | 100 | 0 | 111 | 1100000 | 111000 | 111000 | 1011101 | 10111 |
Color Harmonies of #706804
Complementary color
Monochromatic Colors of #706804
Black with #706804
Text Example
Text Example
White with #706804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706804; }
p { color: rgb(112,104,4); }
H1.HeaderClassName
{
color: #706804;
}
.AnyTagClassName
{
color: #706804;
}
</style>
background-color css
<style>
a { background-color: #706804; }
a { background-color: rgb(112,104,4); }
div.DivClassName
{
background-color: #706804;
}
.BgClassName
{
background-color: #706804;
}
</style>
border-color css
<style>
span { border-color: #706804; }
span { border-color: rgb(112,104,4); }
td.TdClassName
{
border-color: #706804;
}
.TagClassName
{
border-color: #706804;
}
</style>