Shades of Olive #708808
Tints of Olive #708808
RGB
CMYK
RGB Variations
Color information
#708808 (or 0x708808) is known color: Olive. HEX triplet: 70, 88 and 08. RGB value is (112,136,8). Sum of RGB (Red+Green+Blue) = 112+136+8=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 136 (53.52% from 255 or 53.12% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 136 - color contains mainly: green. Hex color #708808 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708808 is #8F77F7. Grayscale: #727272. Windows color (decimal): -9402360 or 559216. OLE color: 559216.
HSL color Cylindrical-coordinate representation of color #708808: hue angle of 71.25º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #708808 is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 136 | 8 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.47 |
| HSL | 71.25º | 0.89% | 0.28% | - |
| HSV(B) | 71.25º | 0.94% | 0.53% | - |
| XYZ | 15.53 | 21.07 | 3.48 | - |
| YUV | 114.23 | 68.05 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 136 | 8 | 0.18 | 0 | 0.94 | 0.47 | 71.25 | 0.89 | 0.28 |
| Hex | 70 | 88 | 8 | 12 | 0 | 5E | 2F | 47 | 59 | 1C |
| Octal | 160 | 210 | 10 | 22 | 0 | 136 | 57 | 107 | 131 | 34 |
| Binary | 1110000 | 10001000 | 1000 | 10010 | 0 | 1011110 | 101111 | 1000111 | 1011001 | 11100 |
Color Harmonies of #708808
Complementary color
Monochromatic Colors of #708808
Black with #708808
Text Example
Text Example
White with #708808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708808; }
p { color: rgb(112,136,8); }
H1.HeaderClassName
{
color: #708808;
}
.AnyTagClassName
{
color: #708808;
}
</style>
background-color css
<style>
a { background-color: #708808; }
a { background-color: rgb(112,136,8); }
div.DivClassName
{
background-color: #708808;
}
.BgClassName
{
background-color: #708808;
}
</style>
border-color css
<style>
span { border-color: #708808; }
span { border-color: rgb(112,136,8); }
td.TdClassName
{
border-color: #708808;
}
.TagClassName
{
border-color: #708808;
}
</style>