Shades of Olivetone #706610
Tints of Olivetone #706610
RGB
CMYK
RGB Variations
Color information
#706610 (or 0x706610) is known color: Olivetone. HEX triplet: 70, 66 and 10. RGB value is (112,102,16). Sum of RGB (Red+Green+Blue) = 112+102+16=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #706610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706610 is #8F99EF. Grayscale: #5F5F5F. Windows color (decimal): -9411056 or 1074800. OLE color: 1074800.
HSL color Cylindrical-coordinate representation of color #706610: hue angle of 53.75º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #706610 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 102 | 16 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.56 |
| HSL | 53.75º | 0.75% | 0.25% | - |
| HSV(B) | 53.75º | 0.86% | 0.44% | - |
| XYZ | 11.53 | 12.98 | 2.39 | - |
| YUV | 95.19 | 83.31 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 16 | 0 | 0.09 | 0.86 | 0.56 | 53.75 | 0.75 | 0.25 |
| Hex | 70 | 66 | 10 | 0 | 9 | 56 | 38 | 36 | 4B | 19 |
| Octal | 160 | 146 | 20 | 0 | 11 | 126 | 70 | 66 | 113 | 31 |
| Binary | 1110000 | 1100110 | 10000 | 0 | 1001 | 1010110 | 111000 | 110110 | 1001011 | 11001 |
Color Harmonies of #706610
Complementary color
Monochromatic Colors of #706610
Black with #706610
Text Example
Text Example
White with #706610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706610; }
p { color: rgb(112,102,16); }
H1.HeaderClassName
{
color: #706610;
}
.AnyTagClassName
{
color: #706610;
}
</style>
background-color css
<style>
a { background-color: #706610; }
a { background-color: rgb(112,102,16); }
div.DivClassName
{
background-color: #706610;
}
.BgClassName
{
background-color: #706610;
}
</style>
border-color css
<style>
span { border-color: #706610; }
span { border-color: rgb(112,102,16); }
td.TdClassName
{
border-color: #706610;
}
.TagClassName
{
border-color: #706610;
}
</style>