Shades of Olive #707708
Tints of Olive #707708
RGB
CMYK
RGB Variations
Color information
#707708 (or 0x707708) is known color: Olive. HEX triplet: 70, 77 and 08. RGB value is (112,119,8). Sum of RGB (Red+Green+Blue) = 112+119+8=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #707708 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707708 is #8F88F7. Grayscale: #686868. Windows color (decimal): -9406712 or 554864. OLE color: 554864.
HSL color Cylindrical-coordinate representation of color #707708: hue angle of 63.78º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #707708 is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 119 | 8 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.53 |
| HSL | 63.78º | 0.87% | 0.25% | - |
| HSV(B) | 63.78º | 0.93% | 0.47% | - |
| XYZ | 13.32 | 16.66 | 2.74 | - |
| YUV | 104.25 | 73.68 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 119 | 8 | 0.06 | 0 | 0.93 | 0.53 | 63.78 | 0.87 | 0.25 |
| Hex | 70 | 77 | 8 | 6 | 0 | 5D | 35 | 40 | 57 | 19 |
| Octal | 160 | 167 | 10 | 6 | 0 | 135 | 65 | 100 | 127 | 31 |
| Binary | 1110000 | 1110111 | 1000 | 110 | 0 | 1011101 | 110101 | 1000000 | 1010111 | 11001 |
Color Harmonies of #707708
Complementary color
Monochromatic Colors of #707708
Black with #707708
Text Example
Text Example
White with #707708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707708; }
p { color: rgb(112,119,8); }
H1.HeaderClassName
{
color: #707708;
}
.AnyTagClassName
{
color: #707708;
}
</style>
background-color css
<style>
a { background-color: #707708; }
a { background-color: rgb(112,119,8); }
div.DivClassName
{
background-color: #707708;
}
.BgClassName
{
background-color: #707708;
}
</style>
border-color css
<style>
span { border-color: #707708; }
span { border-color: rgb(112,119,8); }
td.TdClassName
{
border-color: #707708;
}
.TagClassName
{
border-color: #707708;
}
</style>