Shades of Olivetone #706F15
Tints of Olivetone #706F15
RGB
CMYK
RGB Variations
Color information
#706F15 (or 0x706F15) is known color: Olivetone. HEX triplet: 70, 6F and 15. RGB value is (112,111,21). Sum of RGB (Red+Green+Blue) = 112+111+21=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 111 (43.75% from 255 or 45.49% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #706F15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706F15 is #8F90EA. Grayscale: #656565. Windows color (decimal): -9408747 or 1404784. OLE color: 1404784.
HSL color Cylindrical-coordinate representation of color #706F15: hue angle of 59.34º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #706F15 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 111 | 21 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.56 |
| HSL | 59.34º | 0.68% | 0.26% | - |
| HSV(B) | 59.34º | 0.81% | 0.44% | - |
| XYZ | 12.5 | 14.87 | 2.92 | - |
| YUV | 101.04 | 82.83 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 21 | 0 | 0.01 | 0.81 | 0.56 | 59.34 | 0.68 | 0.26 |
| Hex | 70 | 6F | 15 | 0 | 1 | 51 | 38 | 3B | 44 | 1A |
| Octal | 160 | 157 | 25 | 0 | 1 | 121 | 70 | 73 | 104 | 32 |
| Binary | 1110000 | 1101111 | 10101 | 0 | 1 | 1010001 | 111000 | 111011 | 1000100 | 11010 |
Color Harmonies of #706F15
Complementary color
Monochromatic Colors of #706F15
Black with #706F15
Text Example
Text Example
White with #706F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706F15; }
p { color: rgb(112,111,21); }
H1.HeaderClassName
{
color: #706F15;
}
.AnyTagClassName
{
color: #706F15;
}
</style>
background-color css
<style>
a { background-color: #706F15; }
a { background-color: rgb(112,111,21); }
div.DivClassName
{
background-color: #706F15;
}
.BgClassName
{
background-color: #706F15;
}
</style>
border-color css
<style>
span { border-color: #706F15; }
span { border-color: rgb(112,111,21); }
td.TdClassName
{
border-color: #706F15;
}
.TagClassName
{
border-color: #706F15;
}
</style>