Shades of Olivetone #706B11
Tints of Olivetone #706B11
RGB
CMYK
RGB Variations
Color information
#706B11 (or 0x706B11) is known color: Olivetone. HEX triplet: 70, 6B and 11. RGB value is (112,107,17). Sum of RGB (Red+Green+Blue) = 112+107+17=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 107 (42.19% from 255 or 45.34% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #706B11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706B11 is #8F94EE. Grayscale: #626262. Windows color (decimal): -9409775 or 1141616. OLE color: 1141616.
HSL color Cylindrical-coordinate representation of color #706B11: hue angle of 56.84º 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 #706B11 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 107 | 17 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.56 |
| HSL | 56.84º | 0.74% | 0.25% | - |
| HSV(B) | 56.84º | 0.85% | 0.44% | - |
| XYZ | 12.04 | 14 | 2.6 | - |
| YUV | 98.24 | 82.16 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 17 | 0 | 0.04 | 0.85 | 0.56 | 56.84 | 0.74 | 0.25 |
| Hex | 70 | 6B | 11 | 0 | 4 | 55 | 38 | 39 | 4A | 19 |
| Octal | 160 | 153 | 21 | 0 | 4 | 125 | 70 | 71 | 112 | 31 |
| Binary | 1110000 | 1101011 | 10001 | 0 | 100 | 1010101 | 111000 | 111001 | 1001010 | 11001 |
Color Harmonies of #706B11
Complementary color
Monochromatic Colors of #706B11
Black with #706B11
Text Example
Text Example
White with #706B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706B11; }
p { color: rgb(112,107,17); }
H1.HeaderClassName
{
color: #706B11;
}
.AnyTagClassName
{
color: #706B11;
}
</style>
background-color css
<style>
a { background-color: #706B11; }
a { background-color: rgb(112,107,17); }
div.DivClassName
{
background-color: #706B11;
}
.BgClassName
{
background-color: #706B11;
}
</style>
border-color css
<style>
span { border-color: #706B11; }
span { border-color: rgb(112,107,17); }
td.TdClassName
{
border-color: #706B11;
}
.TagClassName
{
border-color: #706B11;
}
</style>