Shades of Olive #708C05
Tints of Olive #708C05
RGB
CMYK
RGB Variations
Color information
#708C05 (or 0x708C05) is known color: Olive. HEX triplet: 70, 8C and 05. RGB value is (112,140,5). Sum of RGB (Red+Green+Blue) = 112+140+5=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 140 (55.08% from 255 or 54.47% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 140 - color contains mainly: green. Hex color #708C05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708C05 is #8F73FA. Grayscale: #747474. Windows color (decimal): -9401339 or 363632. OLE color: 363632.
HSL color Cylindrical-coordinate representation of color #708C05: hue angle of 72.44º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #708C05 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 140 | 5 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.45 |
| HSL | 72.44º | 0.93% | 0.28% | - |
| HSV(B) | 72.44º | 0.96% | 0.55% | - |
| XYZ | 16.09 | 22.21 | 3.58 | - |
| YUV | 116.24 | 65.22 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 5 | 0.20 | 0 | 0.96 | 0.45 | 72.44 | 0.93 | 0.28 |
| Hex | 70 | 8C | 5 | 14 | 0 | 60 | 2D | 48 | 5D | 1C |
| Octal | 160 | 214 | 5 | 24 | 0 | 140 | 55 | 110 | 135 | 34 |
| Binary | 1110000 | 10001100 | 101 | 10100 | 0 | 1100000 | 101101 | 1001000 | 1011101 | 11100 |
Color Harmonies of #708C05
Complementary color
Monochromatic Colors of #708C05
Black with #708C05
Text Example
Text Example
White with #708C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708C05; }
p { color: rgb(112,140,5); }
H1.HeaderClassName
{
color: #708C05;
}
.AnyTagClassName
{
color: #708C05;
}
</style>
background-color css
<style>
a { background-color: #708C05; }
a { background-color: rgb(112,140,5); }
div.DivClassName
{
background-color: #708C05;
}
.BgClassName
{
background-color: #708C05;
}
</style>
border-color css
<style>
span { border-color: #708C05; }
span { border-color: rgb(112,140,5); }
td.TdClassName
{
border-color: #708C05;
}
.TagClassName
{
border-color: #708C05;
}
</style>