Shades of Olive #708C08
Tints of Olive #708C08
RGB
CMYK
RGB Variations
Color information
#708C08 (or 0x708C08) is known color: Olive. HEX triplet: 70, 8C and 08. RGB value is (112,140,8). Sum of RGB (Red+Green+Blue) = 112+140+8=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 140 (55.08% from 255 or 53.85% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 140 - color contains mainly: green. Hex color #708C08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708C08 is #8F73F7. Grayscale: #757575. Windows color (decimal): -9401336 or 560240. OLE color: 560240.
HSL color Cylindrical-coordinate representation of color #708C08: hue angle of 72.73º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #708C08 is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 140 | 8 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.45 |
| HSL | 72.73º | 0.89% | 0.29% | - |
| HSV(B) | 72.73º | 0.94% | 0.55% | - |
| XYZ | 16.1 | 22.22 | 3.67 | - |
| YUV | 116.58 | 66.72 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 8 | 0.20 | 0 | 0.94 | 0.45 | 72.73 | 0.89 | 0.29 |
| Hex | 70 | 8C | 8 | 14 | 0 | 5E | 2D | 49 | 59 | 1D |
| Octal | 160 | 214 | 10 | 24 | 0 | 136 | 55 | 111 | 131 | 35 |
| Binary | 1110000 | 10001100 | 1000 | 10100 | 0 | 1011110 | 101101 | 1001001 | 1011001 | 11101 |
Color Harmonies of #708C08
Complementary color
Monochromatic Colors of #708C08
Black with #708C08
Text Example
Text Example
White with #708C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708C08; }
p { color: rgb(112,140,8); }
H1.HeaderClassName
{
color: #708C08;
}
.AnyTagClassName
{
color: #708C08;
}
</style>
background-color css
<style>
a { background-color: #708C08; }
a { background-color: rgb(112,140,8); }
div.DivClassName
{
background-color: #708C08;
}
.BgClassName
{
background-color: #708C08;
}
</style>
border-color css
<style>
span { border-color: #708C08; }
span { border-color: rgb(112,140,8); }
td.TdClassName
{
border-color: #708C08;
}
.TagClassName
{
border-color: #708C08;
}
</style>