Shades of Olive #70870A
Tints of Olive #70870A
RGB
CMYK
RGB Variations
Color information
#70870A (or 0x70870A) is known color: Olive. HEX triplet: 70, 87 and 0A. RGB value is (112,135,10). Sum of RGB (Red+Green+Blue) = 112+135+10=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 135 (53.12% from 255 or 52.53% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 135 - color contains mainly: green. Hex color #70870A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70870A is #8F78F5. Grayscale: #727272. Windows color (decimal): -9402614 or 690032. OLE color: 690032.
HSL color Cylindrical-coordinate representation of color #70870A: hue angle of 71.04º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70870A is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 135 | 10 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.47 |
| HSL | 71.04º | 0.86% | 0.28% | - |
| HSV(B) | 71.04º | 0.93% | 0.53% | - |
| XYZ | 15.4 | 20.79 | 3.49 | - |
| YUV | 113.87 | 69.38 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 10 | 0.17 | 0 | 0.93 | 0.47 | 71.04 | 0.86 | 0.28 |
| Hex | 70 | 87 | A | 11 | 0 | 5D | 2F | 47 | 56 | 1C |
| Octal | 160 | 207 | 12 | 21 | 0 | 135 | 57 | 107 | 126 | 34 |
| Binary | 1110000 | 10000111 | 1010 | 10001 | 0 | 1011101 | 101111 | 1000111 | 1010110 | 11100 |
Color Harmonies of #70870A
Complementary color
Monochromatic Colors of #70870A
Black with #70870A
Text Example
Text Example
White with #70870A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70870A; }
p { color: rgb(112,135,10); }
H1.HeaderClassName
{
color: #70870A;
}
.AnyTagClassName
{
color: #70870A;
}
</style>
background-color css
<style>
a { background-color: #70870A; }
a { background-color: rgb(112,135,10); }
div.DivClassName
{
background-color: #70870A;
}
.BgClassName
{
background-color: #70870A;
}
</style>
border-color css
<style>
span { border-color: #70870A; }
span { border-color: rgb(112,135,10); }
td.TdClassName
{
border-color: #70870A;
}
.TagClassName
{
border-color: #70870A;
}
</style>