Shades of Olivetone #706511
Tints of Olivetone #706511
RGB
CMYK
RGB Variations
Color information
#706511 (or 0x706511) is known color: Olivetone. HEX triplet: 70, 65 and 11. RGB value is (112,101,17). Sum of RGB (Red+Green+Blue) = 112+101+17=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #706511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706511 is #8F9AEE. Grayscale: #5F5F5F. Windows color (decimal): -9411311 or 1140080. OLE color: 1140080.
HSL color Cylindrical-coordinate representation of color #706511: hue angle of 53.05º 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 #706511 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 101 | 17 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.56 |
| HSL | 53.05º | 0.74% | 0.25% | - |
| HSV(B) | 53.05º | 0.85% | 0.44% | - |
| XYZ | 11.44 | 12.79 | 2.4 | - |
| YUV | 94.71 | 84.14 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 17 | 0 | 0.10 | 0.85 | 0.56 | 53.05 | 0.74 | 0.25 |
| Hex | 70 | 65 | 11 | 0 | A | 55 | 38 | 35 | 4A | 19 |
| Octal | 160 | 145 | 21 | 0 | 12 | 125 | 70 | 65 | 112 | 31 |
| Binary | 1110000 | 1100101 | 10001 | 0 | 1010 | 1010101 | 111000 | 110101 | 1001010 | 11001 |
Color Harmonies of #706511
Complementary color
Monochromatic Colors of #706511
Black with #706511
Text Example
Text Example
White with #706511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706511; }
p { color: rgb(112,101,17); }
H1.HeaderClassName
{
color: #706511;
}
.AnyTagClassName
{
color: #706511;
}
</style>
background-color css
<style>
a { background-color: #706511; }
a { background-color: rgb(112,101,17); }
div.DivClassName
{
background-color: #706511;
}
.BgClassName
{
background-color: #706511;
}
</style>
border-color css
<style>
span { border-color: #706511; }
span { border-color: rgb(112,101,17); }
td.TdClassName
{
border-color: #706511;
}
.TagClassName
{
border-color: #706511;
}
</style>