Shades of Olivetone #706420
Tints of Olivetone #706420
RGB
CMYK
RGB Variations
Color information
#706420 (or 0x706420) is known color: Olivetone. HEX triplet: 70, 64 and 20. RGB value is (112,100,32). Sum of RGB (Red+Green+Blue) = 112+100+32=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 100 (39.45% from 255 or 40.98% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #706420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706420 is #8F9BDF. Grayscale: #606060. Windows color (decimal): -9411552 or 2122864. OLE color: 2122864.
HSL color Cylindrical-coordinate representation of color #706420: hue angle of 51º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #706420 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 100 | 32 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.56 |
| HSL | 51º | 0.56% | 0.28% | - |
| HSV(B) | 51º | 0.71% | 0.44% | - |
| XYZ | 11.5 | 12.66 | 3.2 | - |
| YUV | 95.84 | 91.98 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 32 | 0 | 0.11 | 0.71 | 0.56 | 51 | 0.56 | 0.28 |
| Hex | 70 | 64 | 20 | 0 | B | 47 | 38 | 33 | 38 | 1C |
| Octal | 160 | 144 | 40 | 0 | 13 | 107 | 70 | 63 | 70 | 34 |
| Binary | 1110000 | 1100100 | 100000 | 0 | 1011 | 1000111 | 111000 | 110011 | 111000 | 11100 |
Color Harmonies of #706420
Complementary color
Monochromatic Colors of #706420
Black with #706420
Text Example
Text Example
White with #706420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706420; }
p { color: rgb(112,100,32); }
H1.HeaderClassName
{
color: #706420;
}
.AnyTagClassName
{
color: #706420;
}
</style>
background-color css
<style>
a { background-color: #706420; }
a { background-color: rgb(112,100,32); }
div.DivClassName
{
background-color: #706420;
}
.BgClassName
{
background-color: #706420;
}
</style>
border-color css
<style>
span { border-color: #706420; }
span { border-color: rgb(112,100,32); }
td.TdClassName
{
border-color: #706420;
}
.TagClassName
{
border-color: #706420;
}
</style>