Shades of Olive #708608
Tints of Olive #708608
RGB
CMYK
RGB Variations
Color information
#708608 (or 0x708608) is known color: Olive. HEX triplet: 70, 86 and 08. RGB value is (112,134,8). Sum of RGB (Red+Green+Blue) = 112+134+8=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 134 (52.73% from 255 or 52.76% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 134 - color contains mainly: green. Hex color #708608 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708608 is #8F79F7. Grayscale: #717171. Windows color (decimal): -9402872 or 558704. OLE color: 558704.
HSL color Cylindrical-coordinate representation of color #708608: hue angle of 70.48º 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 #708608 is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 134 | 8 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.47 |
| HSL | 70.48º | 0.89% | 0.28% | - |
| HSV(B) | 70.48º | 0.94% | 0.53% | - |
| XYZ | 15.25 | 20.51 | 3.39 | - |
| YUV | 113.06 | 68.71 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 134 | 8 | 0.16 | 0 | 0.94 | 0.47 | 70.48 | 0.89 | 0.28 |
| Hex | 70 | 86 | 8 | 10 | 0 | 5E | 2F | 46 | 59 | 1C |
| Octal | 160 | 206 | 10 | 20 | 0 | 136 | 57 | 106 | 131 | 34 |
| Binary | 1110000 | 10000110 | 1000 | 10000 | 0 | 1011110 | 101111 | 1000110 | 1011001 | 11100 |
Color Harmonies of #708608
Complementary color
Monochromatic Colors of #708608
Black with #708608
Text Example
Text Example
White with #708608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708608; }
p { color: rgb(112,134,8); }
H1.HeaderClassName
{
color: #708608;
}
.AnyTagClassName
{
color: #708608;
}
</style>
background-color css
<style>
a { background-color: #708608; }
a { background-color: rgb(112,134,8); }
div.DivClassName
{
background-color: #708608;
}
.BgClassName
{
background-color: #708608;
}
</style>
border-color css
<style>
span { border-color: #708608; }
span { border-color: rgb(112,134,8); }
td.TdClassName
{
border-color: #708608;
}
.TagClassName
{
border-color: #708608;
}
</style>