Shades of Olivetone #706E1E
Tints of Olivetone #706E1E
RGB
CMYK
RGB Variations
Color information
#706E1E (or 0x706E1E) is known color: Olivetone. HEX triplet: 70, 6E and 1E. RGB value is (112,110,30). Sum of RGB (Red+Green+Blue) = 112+110+30=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 110 (43.36% from 255 or 43.65% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #706E1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706E1E is #8F91E1. Grayscale: #656565. Windows color (decimal): -9408994 or 1994352. OLE color: 1994352.
HSL color Cylindrical-coordinate representation of color #706E1E: hue angle of 58.54º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #706E1E is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 110 | 30 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.56 |
| HSL | 58.54º | 0.58% | 0.28% | - |
| HSV(B) | 58.54º | 0.73% | 0.44% | - |
| XYZ | 12.49 | 14.69 | 3.41 | - |
| YUV | 101.48 | 87.66 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 30 | 0 | 0.02 | 0.73 | 0.56 | 58.54 | 0.58 | 0.28 |
| Hex | 70 | 6E | 1E | 0 | 2 | 49 | 38 | 3B | 3A | 1C |
| Octal | 160 | 156 | 36 | 0 | 2 | 111 | 70 | 73 | 72 | 34 |
| Binary | 1110000 | 1101110 | 11110 | 0 | 10 | 1001001 | 111000 | 111011 | 111010 | 11100 |
Color Harmonies of #706E1E
Complementary color
Monochromatic Colors of #706E1E
Black with #706E1E
Text Example
Text Example
White with #706E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706E1E; }
p { color: rgb(112,110,30); }
H1.HeaderClassName
{
color: #706E1E;
}
.AnyTagClassName
{
color: #706E1E;
}
</style>
background-color css
<style>
a { background-color: #706E1E; }
a { background-color: rgb(112,110,30); }
div.DivClassName
{
background-color: #706E1E;
}
.BgClassName
{
background-color: #706E1E;
}
</style>
border-color css
<style>
span { border-color: #706E1E; }
span { border-color: rgb(112,110,30); }
td.TdClassName
{
border-color: #706E1E;
}
.TagClassName
{
border-color: #706E1E;
}
</style>