Shades of Olivetone #706E13
Tints of Olivetone #706E13
RGB
CMYK
RGB Variations
Color information
#706E13 (or 0x706E13) is known color: Olivetone. HEX triplet: 70, 6E and 13. RGB value is (112,110,19). Sum of RGB (Red+Green+Blue) = 112+110+19=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 110 (43.36% from 255 or 45.64% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #706E13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706E13 is #8F91EC. Grayscale: #646464. Windows color (decimal): -9409005 or 1273456. OLE color: 1273456.
HSL color Cylindrical-coordinate representation of color #706E13: hue angle of 58.71º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #706E13 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 110 | 19 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.56 |
| HSL | 58.71º | 0.71% | 0.26% | - |
| HSV(B) | 58.71º | 0.83% | 0.44% | - |
| XYZ | 12.38 | 14.64 | 2.79 | - |
| YUV | 100.22 | 82.16 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 19 | 0 | 0.02 | 0.83 | 0.56 | 58.71 | 0.71 | 0.26 |
| Hex | 70 | 6E | 13 | 0 | 2 | 53 | 38 | 3B | 47 | 1A |
| Octal | 160 | 156 | 23 | 0 | 2 | 123 | 70 | 73 | 107 | 32 |
| Binary | 1110000 | 1101110 | 10011 | 0 | 10 | 1010011 | 111000 | 111011 | 1000111 | 11010 |
Color Harmonies of #706E13
Complementary color
Monochromatic Colors of #706E13
Black with #706E13
Text Example
Text Example
White with #706E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706E13; }
p { color: rgb(112,110,19); }
H1.HeaderClassName
{
color: #706E13;
}
.AnyTagClassName
{
color: #706E13;
}
</style>
background-color css
<style>
a { background-color: #706E13; }
a { background-color: rgb(112,110,19); }
div.DivClassName
{
background-color: #706E13;
}
.BgClassName
{
background-color: #706E13;
}
</style>
border-color css
<style>
span { border-color: #706E13; }
span { border-color: rgb(112,110,19); }
td.TdClassName
{
border-color: #706E13;
}
.TagClassName
{
border-color: #706E13;
}
</style>