Shades of Olivetone #706C16
Tints of Olivetone #706C16
RGB
CMYK
RGB Variations
Color information
#706C16 (or 0x706C16) is known color: Olivetone. HEX triplet: 70, 6C and 16. RGB value is (112,108,22). Sum of RGB (Red+Green+Blue) = 112+108+22=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #706C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706C16 is #8F93E9. Grayscale: #636363. Windows color (decimal): -9409514 or 1469552. OLE color: 1469552.
HSL color Cylindrical-coordinate representation of color #706C16: hue angle of 57.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #706C16 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 108 | 22 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.56 |
| HSL | 57.33º | 0.67% | 0.26% | - |
| HSV(B) | 57.33º | 0.8% | 0.44% | - |
| XYZ | 12.19 | 14.23 | 2.86 | - |
| YUV | 99.39 | 84.33 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 22 | 0 | 0.04 | 0.80 | 0.56 | 57.33 | 0.67 | 0.26 |
| Hex | 70 | 6C | 16 | 0 | 4 | 50 | 38 | 39 | 43 | 1A |
| Octal | 160 | 154 | 26 | 0 | 4 | 120 | 70 | 71 | 103 | 32 |
| Binary | 1110000 | 1101100 | 10110 | 0 | 100 | 1010000 | 111000 | 111001 | 1000011 | 11010 |
Color Harmonies of #706C16
Complementary color
Monochromatic Colors of #706C16
Black with #706C16
Text Example
Text Example
White with #706C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C16; }
p { color: rgb(112,108,22); }
H1.HeaderClassName
{
color: #706C16;
}
.AnyTagClassName
{
color: #706C16;
}
</style>
background-color css
<style>
a { background-color: #706C16; }
a { background-color: rgb(112,108,22); }
div.DivClassName
{
background-color: #706C16;
}
.BgClassName
{
background-color: #706C16;
}
</style>
border-color css
<style>
span { border-color: #706C16; }
span { border-color: rgb(112,108,22); }
td.TdClassName
{
border-color: #706C16;
}
.TagClassName
{
border-color: #706C16;
}
</style>