Shades of Olive #708205
Tints of Olive #708205
RGB
CMYK
RGB Variations
Color information
#708205 (or 0x708205) is known color: Olive. HEX triplet: 70, 82 and 05. RGB value is (112,130,5). Sum of RGB (Red+Green+Blue) = 112+130+5=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #708205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708205 is #8F7DFA. Grayscale: #6E6E6E. Windows color (decimal): -9403899 or 361072. OLE color: 361072.
HSL color Cylindrical-coordinate representation of color #708205: hue angle of 68.64º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #708205 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 130 | 5 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.49 |
| HSL | 68.64º | 0.93% | 0.26% | - |
| HSV(B) | 68.64º | 0.96% | 0.51% | - |
| XYZ | 14.69 | 19.42 | 3.12 | - |
| YUV | 110.37 | 68.54 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 130 | 5 | 0.14 | 0 | 0.96 | 0.49 | 68.64 | 0.93 | 0.26 |
| Hex | 70 | 82 | 5 | E | 0 | 60 | 31 | 45 | 5D | 1A |
| Octal | 160 | 202 | 5 | 16 | 0 | 140 | 61 | 105 | 135 | 32 |
| Binary | 1110000 | 10000010 | 101 | 1110 | 0 | 1100000 | 110001 | 1000101 | 1011101 | 11010 |
Color Harmonies of #708205
Complementary color
Monochromatic Colors of #708205
Black with #708205
Text Example
Text Example
White with #708205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708205; }
p { color: rgb(112,130,5); }
H1.HeaderClassName
{
color: #708205;
}
.AnyTagClassName
{
color: #708205;
}
</style>
background-color css
<style>
a { background-color: #708205; }
a { background-color: rgb(112,130,5); }
div.DivClassName
{
background-color: #708205;
}
.BgClassName
{
background-color: #708205;
}
</style>
border-color css
<style>
span { border-color: #708205; }
span { border-color: rgb(112,130,5); }
td.TdClassName
{
border-color: #708205;
}
.TagClassName
{
border-color: #708205;
}
</style>