Shades of Olive #70810F
Tints of Olive #70810F
RGB
CMYK
RGB Variations
Color information
#70810F (or 0x70810F) is known color: Olive. HEX triplet: 70, 81 and 0F. RGB value is (112,129,15). Sum of RGB (Red+Green+Blue) = 112+129+15=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #70810F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70810F is #8F7EF0. Grayscale: #6F6F6F. Windows color (decimal): -9404145 or 1016176. OLE color: 1016176.
HSL color Cylindrical-coordinate representation of color #70810F: hue angle of 68.95º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70810F is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 129 | 15 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.49 |
| HSL | 68.95º | 0.79% | 0.28% | - |
| HSV(B) | 68.95º | 0.88% | 0.51% | - |
| XYZ | 14.62 | 19.18 | 3.38 | - |
| YUV | 110.92 | 73.87 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 129 | 15 | 0.13 | 0 | 0.88 | 0.49 | 68.95 | 0.79 | 0.28 |
| Hex | 70 | 81 | F | D | 0 | 58 | 31 | 45 | 4F | 1C |
| Octal | 160 | 201 | 17 | 15 | 0 | 130 | 61 | 105 | 117 | 34 |
| Binary | 1110000 | 10000001 | 1111 | 1101 | 0 | 1011000 | 110001 | 1000101 | 1001111 | 11100 |
Color Harmonies of #70810F
Complementary color
Monochromatic Colors of #70810F
Black with #70810F
Text Example
Text Example
White with #70810F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70810F; }
p { color: rgb(112,129,15); }
H1.HeaderClassName
{
color: #70810F;
}
.AnyTagClassName
{
color: #70810F;
}
</style>
background-color css
<style>
a { background-color: #70810F; }
a { background-color: rgb(112,129,15); }
div.DivClassName
{
background-color: #70810F;
}
.BgClassName
{
background-color: #70810F;
}
</style>
border-color css
<style>
span { border-color: #70810F; }
span { border-color: rgb(112,129,15); }
td.TdClassName
{
border-color: #70810F;
}
.TagClassName
{
border-color: #70810F;
}
</style>