Shades of Olivetone #706D11
Tints of Olivetone #706D11
RGB
CMYK
RGB Variations
Color information
#706D11 (or 0x706D11) is known color: Olivetone. HEX triplet: 70, 6D and 11. RGB value is (112,109,17). Sum of RGB (Red+Green+Blue) = 112+109+17=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 109 (42.97% from 255 or 45.80% from 238); Blue value is 17 (7.03% from 255 or 7.14% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #706D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706D11 is #8F92EE. Grayscale: #636363. Windows color (decimal): -9409263 or 1142128. OLE color: 1142128.
HSL color Cylindrical-coordinate representation of color #706D11: hue angle of 58.11º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #706D11 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 109 | 17 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.56 |
| HSL | 58.11º | 0.74% | 0.25% | - |
| HSV(B) | 58.11º | 0.85% | 0.44% | - |
| XYZ | 12.25 | 14.42 | 2.67 | - |
| YUV | 99.41 | 81.49 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 17 | 0 | 0.03 | 0.85 | 0.56 | 58.11 | 0.74 | 0.25 |
| Hex | 70 | 6D | 11 | 0 | 3 | 55 | 38 | 3A | 4A | 19 |
| Octal | 160 | 155 | 21 | 0 | 3 | 125 | 70 | 72 | 112 | 31 |
| Binary | 1110000 | 1101101 | 10001 | 0 | 11 | 1010101 | 111000 | 111010 | 1001010 | 11001 |
Color Harmonies of #706D11
Complementary color
Monochromatic Colors of #706D11
Black with #706D11
Text Example
Text Example
White with #706D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D11; }
p { color: rgb(112,109,17); }
H1.HeaderClassName
{
color: #706D11;
}
.AnyTagClassName
{
color: #706D11;
}
</style>
background-color css
<style>
a { background-color: #706D11; }
a { background-color: rgb(112,109,17); }
div.DivClassName
{
background-color: #706D11;
}
.BgClassName
{
background-color: #706D11;
}
</style>
border-color css
<style>
span { border-color: #706D11; }
span { border-color: rgb(112,109,17); }
td.TdClassName
{
border-color: #706D11;
}
.TagClassName
{
border-color: #706D11;
}
</style>