Shades of Olive #708105
Tints of Olive #708105
RGB
CMYK
RGB Variations
Color information
#708105 (or 0x708105) is known color: Olive. HEX triplet: 70, 81 and 05. RGB value is (112,129,5). Sum of RGB (Red+Green+Blue) = 112+129+5=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 129 (50.78% from 255 or 52.44% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 129 - color contains mainly: green. Hex color #708105 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708105 is #8F7EFA. Grayscale: #6E6E6E. Windows color (decimal): -9404155 or 360816. OLE color: 360816.
HSL color Cylindrical-coordinate representation of color #708105: hue angle of 68.23º 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 #708105 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 129 | 5 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.49 |
| HSL | 68.23º | 0.93% | 0.26% | - |
| HSV(B) | 68.23º | 0.96% | 0.51% | - |
| XYZ | 14.56 | 19.16 | 3.07 | - |
| YUV | 109.78 | 68.87 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 129 | 5 | 0.13 | 0 | 0.96 | 0.49 | 68.23 | 0.93 | 0.26 |
| Hex | 70 | 81 | 5 | D | 0 | 60 | 31 | 44 | 5D | 1A |
| Octal | 160 | 201 | 5 | 15 | 0 | 140 | 61 | 104 | 135 | 32 |
| Binary | 1110000 | 10000001 | 101 | 1101 | 0 | 1100000 | 110001 | 1000100 | 1011101 | 11010 |
Color Harmonies of #708105
Complementary color
Monochromatic Colors of #708105
Black with #708105
Text Example
Text Example
White with #708105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708105; }
p { color: rgb(112,129,5); }
H1.HeaderClassName
{
color: #708105;
}
.AnyTagClassName
{
color: #708105;
}
</style>
background-color css
<style>
a { background-color: #708105; }
a { background-color: rgb(112,129,5); }
div.DivClassName
{
background-color: #708105;
}
.BgClassName
{
background-color: #708105;
}
</style>
border-color css
<style>
span { border-color: #708105; }
span { border-color: rgb(112,129,5); }
td.TdClassName
{
border-color: #708105;
}
.TagClassName
{
border-color: #708105;
}
</style>