Shades of Olive #708905
Tints of Olive #708905
RGB
CMYK
RGB Variations
Color information
#708905 (or 0x708905) is known color: Olive. HEX triplet: 70, 89 and 05. RGB value is (112,137,5). Sum of RGB (Red+Green+Blue) = 112+137+5=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 137 (53.91% from 255 or 53.94% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 137 - color contains mainly: green. Hex color #708905 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708905 is #8F76FA. Grayscale: #727272. Windows color (decimal): -9402107 or 362864. OLE color: 362864.
HSL color Cylindrical-coordinate representation of color #708905: hue angle of 71.36º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #708905 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 137 | 5 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.46 |
| HSL | 71.36º | 0.93% | 0.28% | - |
| HSV(B) | 71.36º | 0.96% | 0.54% | - |
| XYZ | 15.66 | 21.35 | 3.44 | - |
| YUV | 114.48 | 66.22 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 137 | 5 | 0.18 | 0 | 0.96 | 0.46 | 71.36 | 0.93 | 0.28 |
| Hex | 70 | 89 | 5 | 12 | 0 | 60 | 2E | 47 | 5D | 1C |
| Octal | 160 | 211 | 5 | 22 | 0 | 140 | 56 | 107 | 135 | 34 |
| Binary | 1110000 | 10001001 | 101 | 10010 | 0 | 1100000 | 101110 | 1000111 | 1011101 | 11100 |
Color Harmonies of #708905
Complementary color
Monochromatic Colors of #708905
Black with #708905
Text Example
Text Example
White with #708905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708905; }
p { color: rgb(112,137,5); }
H1.HeaderClassName
{
color: #708905;
}
.AnyTagClassName
{
color: #708905;
}
</style>
background-color css
<style>
a { background-color: #708905; }
a { background-color: rgb(112,137,5); }
div.DivClassName
{
background-color: #708905;
}
.BgClassName
{
background-color: #708905;
}
</style>
border-color css
<style>
span { border-color: #708905; }
span { border-color: rgb(112,137,5); }
td.TdClassName
{
border-color: #708905;
}
.TagClassName
{
border-color: #708905;
}
</style>