Shades of Olive #708708
Tints of Olive #708708
RGB
CMYK
RGB Variations
Color information
#708708 (or 0x708708) is known color: Olive. HEX triplet: 70, 87 and 08. RGB value is (112,135,8). Sum of RGB (Red+Green+Blue) = 112+135+8=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #708708 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708708 is #8F78F7. Grayscale: #727272. Windows color (decimal): -9402616 or 558960. OLE color: 558960.
HSL color Cylindrical-coordinate representation of color #708708: hue angle of 70.87º 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 #708708 is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 135 | 8 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.47 |
| HSL | 70.87º | 0.89% | 0.28% | - |
| HSV(B) | 70.87º | 0.94% | 0.53% | - |
| XYZ | 15.39 | 20.79 | 3.43 | - |
| YUV | 113.65 | 68.38 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 8 | 0.17 | 0 | 0.94 | 0.47 | 70.87 | 0.89 | 0.28 |
| Hex | 70 | 87 | 8 | 11 | 0 | 5E | 2F | 47 | 59 | 1C |
| Octal | 160 | 207 | 10 | 21 | 0 | 136 | 57 | 107 | 131 | 34 |
| Binary | 1110000 | 10000111 | 1000 | 10001 | 0 | 1011110 | 101111 | 1000111 | 1011001 | 11100 |
Color Harmonies of #708708
Complementary color
Monochromatic Colors of #708708
Black with #708708
Text Example
Text Example
White with #708708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708708; }
p { color: rgb(112,135,8); }
H1.HeaderClassName
{
color: #708708;
}
.AnyTagClassName
{
color: #708708;
}
</style>
background-color css
<style>
a { background-color: #708708; }
a { background-color: rgb(112,135,8); }
div.DivClassName
{
background-color: #708708;
}
.BgClassName
{
background-color: #708708;
}
</style>
border-color css
<style>
span { border-color: #708708; }
span { border-color: rgb(112,135,8); }
td.TdClassName
{
border-color: #708708;
}
.TagClassName
{
border-color: #708708;
}
</style>