Shades of Olive #708804
Tints of Olive #708804
RGB
CMYK
RGB Variations
Color information
#708804 (or 0x708804) is known color: Olive. HEX triplet: 70, 88 and 04. RGB value is (112,136,4). Sum of RGB (Red+Green+Blue) = 112+136+4=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 136 (53.52% from 255 or 53.97% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 136 - color contains mainly: green. Hex color #708804 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708804 is #8F77FB. Grayscale: #727272. Windows color (decimal): -9402364 or 297072. OLE color: 297072.
HSL color Cylindrical-coordinate representation of color #708804: hue angle of 70.91º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #708804 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 136 | 4 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.47 |
| HSL | 70.91º | 0.94% | 0.27% | - |
| HSV(B) | 70.91º | 0.97% | 0.53% | - |
| XYZ | 15.51 | 21.06 | 3.36 | - |
| YUV | 113.78 | 66.05 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 136 | 4 | 0.18 | 0 | 0.97 | 0.47 | 70.91 | 0.94 | 0.27 |
| Hex | 70 | 88 | 4 | 12 | 0 | 61 | 2F | 47 | 5E | 1B |
| Octal | 160 | 210 | 4 | 22 | 0 | 141 | 57 | 107 | 136 | 33 |
| Binary | 1110000 | 10001000 | 100 | 10010 | 0 | 1100001 | 101111 | 1000111 | 1011110 | 11011 |
Color Harmonies of #708804
Complementary color
Monochromatic Colors of #708804
Black with #708804
Text Example
Text Example
White with #708804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708804; }
p { color: rgb(112,136,4); }
H1.HeaderClassName
{
color: #708804;
}
.AnyTagClassName
{
color: #708804;
}
</style>
background-color css
<style>
a { background-color: #708804; }
a { background-color: rgb(112,136,4); }
div.DivClassName
{
background-color: #708804;
}
.BgClassName
{
background-color: #708804;
}
</style>
border-color css
<style>
span { border-color: #708804; }
span { border-color: rgb(112,136,4); }
td.TdClassName
{
border-color: #708804;
}
.TagClassName
{
border-color: #708804;
}
</style>