Shades of Olive #70810B
Tints of Olive #70810B
RGB
CMYK
RGB Variations
Color information
#70810B (or 0x70810B) is known color: Olive. HEX triplet: 70, 81 and 0B. RGB value is (112,129,11). Sum of RGB (Red+Green+Blue) = 112+129+11=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #70810B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70810B is #8F7EF4. Grayscale: #6E6E6E. Windows color (decimal): -9404149 or 754032. OLE color: 754032.
HSL color Cylindrical-coordinate representation of color #70810B: hue angle of 68.64º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70810B is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 129 | 11 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.49 |
| HSL | 68.64º | 0.84% | 0.27% | - |
| HSV(B) | 68.64º | 0.91% | 0.51% | - |
| XYZ | 14.59 | 19.17 | 3.25 | - |
| YUV | 110.47 | 71.87 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 129 | 11 | 0.13 | 0 | 0.91 | 0.49 | 68.64 | 0.84 | 0.27 |
| Hex | 70 | 81 | B | D | 0 | 5B | 31 | 45 | 54 | 1B |
| Octal | 160 | 201 | 13 | 15 | 0 | 133 | 61 | 105 | 124 | 33 |
| Binary | 1110000 | 10000001 | 1011 | 1101 | 0 | 1011011 | 110001 | 1000101 | 1010100 | 11011 |
Color Harmonies of #70810B
Complementary color
Monochromatic Colors of #70810B
Black with #70810B
Text Example
Text Example
White with #70810B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70810B; }
p { color: rgb(112,129,11); }
H1.HeaderClassName
{
color: #70810B;
}
.AnyTagClassName
{
color: #70810B;
}
</style>
background-color css
<style>
a { background-color: #70810B; }
a { background-color: rgb(112,129,11); }
div.DivClassName
{
background-color: #70810B;
}
.BgClassName
{
background-color: #70810B;
}
</style>
border-color css
<style>
span { border-color: #70810B; }
span { border-color: rgb(112,129,11); }
td.TdClassName
{
border-color: #70810B;
}
.TagClassName
{
border-color: #70810B;
}
</style>