Shades of Olivetone #707520
Tints of Olivetone #707520
RGB
CMYK
RGB Variations
Color information
#707520 (or 0x707520) is known color: Olivetone. HEX triplet: 70, 75 and 20. RGB value is (112,117,32). Sum of RGB (Red+Green+Blue) = 112+117+32=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 117 - color contains mainly: green. Hex color #707520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707520 is #8F8ADF. Grayscale: #6A6A6A. Windows color (decimal): -9407200 or 2127216. OLE color: 2127216.
HSL color Cylindrical-coordinate representation of color #707520: hue angle of 63.53º 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 #707520 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 117 | 32 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.54 |
| HSL | 63.53º | 0.57% | 0.29% | - |
| HSV(B) | 63.53º | 0.73% | 0.46% | - |
| XYZ | 13.3 | 16.27 | 3.81 | - |
| YUV | 105.82 | 86.34 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 117 | 32 | 0.04 | 0 | 0.73 | 0.54 | 63.53 | 0.57 | 0.29 |
| Hex | 70 | 75 | 20 | 4 | 0 | 49 | 36 | 40 | 39 | 1D |
| Octal | 160 | 165 | 40 | 4 | 0 | 111 | 66 | 100 | 71 | 35 |
| Binary | 1110000 | 1110101 | 100000 | 100 | 0 | 1001001 | 110110 | 1000000 | 111001 | 11101 |
Color Harmonies of #707520
Complementary color
Monochromatic Colors of #707520
Black with #707520
Text Example
Text Example
White with #707520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707520; }
p { color: rgb(112,117,32); }
H1.HeaderClassName
{
color: #707520;
}
.AnyTagClassName
{
color: #707520;
}
</style>
background-color css
<style>
a { background-color: #707520; }
a { background-color: rgb(112,117,32); }
div.DivClassName
{
background-color: #707520;
}
.BgClassName
{
background-color: #707520;
}
</style>
border-color css
<style>
span { border-color: #707520; }
span { border-color: rgb(112,117,32); }
td.TdClassName
{
border-color: #707520;
}
.TagClassName
{
border-color: #707520;
}
</style>