Shades of Olivetone #706A1E
Tints of Olivetone #706A1E
RGB
CMYK
RGB Variations
Color information
#706A1E (or 0x706A1E) is known color: Olivetone. HEX triplet: 70, 6A and 1E. RGB value is (112,106,30). Sum of RGB (Red+Green+Blue) = 112+106+30=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 106 (41.80% from 255 or 42.74% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #706A1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A1E is #8F95E1. Grayscale: #636363. Windows color (decimal): -9410018 or 1993328. OLE color: 1993328.
HSL color Cylindrical-coordinate representation of color #706A1E: hue angle of 55.61º 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 #706A1E is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 106 | 30 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.56 |
| HSL | 55.61º | 0.58% | 0.28% | - |
| HSV(B) | 55.61º | 0.73% | 0.44% | - |
| XYZ | 12.07 | 13.85 | 3.26 | - |
| YUV | 99.13 | 88.99 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 30 | 0 | 0.05 | 0.73 | 0.56 | 55.61 | 0.58 | 0.28 |
| Hex | 70 | 6A | 1E | 0 | 5 | 49 | 38 | 38 | 3A | 1C |
| Octal | 160 | 152 | 36 | 0 | 5 | 111 | 70 | 70 | 72 | 34 |
| Binary | 1110000 | 1101010 | 11110 | 0 | 101 | 1001001 | 111000 | 111000 | 111010 | 11100 |
Color Harmonies of #706A1E
Complementary color
Monochromatic Colors of #706A1E
Black with #706A1E
Text Example
Text Example
White with #706A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A1E; }
p { color: rgb(112,106,30); }
H1.HeaderClassName
{
color: #706A1E;
}
.AnyTagClassName
{
color: #706A1E;
}
</style>
background-color css
<style>
a { background-color: #706A1E; }
a { background-color: rgb(112,106,30); }
div.DivClassName
{
background-color: #706A1E;
}
.BgClassName
{
background-color: #706A1E;
}
</style>
border-color css
<style>
span { border-color: #706A1E; }
span { border-color: rgb(112,106,30); }
td.TdClassName
{
border-color: #706A1E;
}
.TagClassName
{
border-color: #706A1E;
}
</style>