Shades of Olivetone #707620
Tints of Olivetone #707620
RGB
CMYK
RGB Variations
Color information
#707620 (or 0x707620) is known color: Olivetone. HEX triplet: 70, 76 and 20. RGB value is (112,118,32). Sum of RGB (Red+Green+Blue) = 112+118+32=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 118 - color contains mainly: green. Hex color #707620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707620 is #8F89DF. Grayscale: #6A6A6A. Windows color (decimal): -9406944 or 2127472. OLE color: 2127472.
HSL color Cylindrical-coordinate representation of color #707620: hue angle of 64.19º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #707620 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 118 | 32 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.54 |
| HSL | 64.19º | 0.57% | 0.29% | - |
| HSV(B) | 64.19º | 0.73% | 0.46% | - |
| XYZ | 13.42 | 16.51 | 3.85 | - |
| YUV | 106.4 | 86.01 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 32 | 0.05 | 0 | 0.73 | 0.54 | 64.19 | 0.57 | 0.29 |
| Hex | 70 | 76 | 20 | 5 | 0 | 49 | 36 | 40 | 39 | 1D |
| Octal | 160 | 166 | 40 | 5 | 0 | 111 | 66 | 100 | 71 | 35 |
| Binary | 1110000 | 1110110 | 100000 | 101 | 0 | 1001001 | 110110 | 1000000 | 111001 | 11101 |
Color Harmonies of #707620
Complementary color
Monochromatic Colors of #707620
Black with #707620
Text Example
Text Example
White with #707620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707620; }
p { color: rgb(112,118,32); }
H1.HeaderClassName
{
color: #707620;
}
.AnyTagClassName
{
color: #707620;
}
</style>
background-color css
<style>
a { background-color: #707620; }
a { background-color: rgb(112,118,32); }
div.DivClassName
{
background-color: #707620;
}
.BgClassName
{
background-color: #707620;
}
</style>
border-color css
<style>
span { border-color: #707620; }
span { border-color: rgb(112,118,32); }
td.TdClassName
{
border-color: #707620;
}
.TagClassName
{
border-color: #707620;
}
</style>