Shades of Olivetone #706E10
Tints of Olivetone #706E10
RGB
CMYK
RGB Variations
Color information
#706E10 (or 0x706E10) is known color: Olivetone. HEX triplet: 70, 6E and 10. RGB value is (112,110,16). Sum of RGB (Red+Green+Blue) = 112+110+16=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 110 (43.36% from 255 or 46.22% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #706E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706E10 is #8F91EF. Grayscale: #646464. Windows color (decimal): -9409008 or 1076848. OLE color: 1076848.
HSL color Cylindrical-coordinate representation of color #706E10: hue angle of 58.75º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #706E10 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 110 | 16 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.56 |
| HSL | 58.75º | 0.75% | 0.25% | - |
| HSV(B) | 58.75º | 0.86% | 0.44% | - |
| XYZ | 12.35 | 14.63 | 2.66 | - |
| YUV | 99.88 | 80.66 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 16 | 0 | 0.02 | 0.86 | 0.56 | 58.75 | 0.75 | 0.25 |
| Hex | 70 | 6E | 10 | 0 | 2 | 56 | 38 | 3B | 4B | 19 |
| Octal | 160 | 156 | 20 | 0 | 2 | 126 | 70 | 73 | 113 | 31 |
| Binary | 1110000 | 1101110 | 10000 | 0 | 10 | 1010110 | 111000 | 111011 | 1001011 | 11001 |
Color Harmonies of #706E10
Complementary color
Monochromatic Colors of #706E10
Black with #706E10
Text Example
Text Example
White with #706E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706E10; }
p { color: rgb(112,110,16); }
H1.HeaderClassName
{
color: #706E10;
}
.AnyTagClassName
{
color: #706E10;
}
</style>
background-color css
<style>
a { background-color: #706E10; }
a { background-color: rgb(112,110,16); }
div.DivClassName
{
background-color: #706E10;
}
.BgClassName
{
background-color: #706E10;
}
</style>
border-color css
<style>
span { border-color: #706E10; }
span { border-color: rgb(112,110,16); }
td.TdClassName
{
border-color: #706E10;
}
.TagClassName
{
border-color: #706E10;
}
</style>