Shades of Olivetone #707521
Tints of Olivetone #707521
RGB
CMYK
RGB Variations
Color information
#707521 (or 0x707521) is known color: Olivetone. HEX triplet: 70, 75 and 21. RGB value is (112,117,33). Sum of RGB (Red+Green+Blue) = 112+117+33=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 117 - color contains mainly: green. Hex color #707521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707521 is #8F8ADE. Grayscale: #6A6A6A. Windows color (decimal): -9407199 or 2192752. OLE color: 2192752.
HSL color Cylindrical-coordinate representation of color #707521: hue angle of 63.57º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #707521 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 117 | 33 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.54 |
| HSL | 63.57º | 0.56% | 0.29% | - |
| HSV(B) | 63.57º | 0.72% | 0.46% | - |
| XYZ | 13.32 | 16.28 | 3.88 | - |
| YUV | 105.93 | 86.84 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 117 | 33 | 0.04 | 0 | 0.72 | 0.54 | 63.57 | 0.56 | 0.29 |
| Hex | 70 | 75 | 21 | 4 | 0 | 48 | 36 | 40 | 38 | 1D |
| Octal | 160 | 165 | 41 | 4 | 0 | 110 | 66 | 100 | 70 | 35 |
| Binary | 1110000 | 1110101 | 100001 | 100 | 0 | 1001000 | 110110 | 1000000 | 111000 | 11101 |
Color Harmonies of #707521
Complementary color
Monochromatic Colors of #707521
Black with #707521
Text Example
Text Example
White with #707521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707521; }
p { color: rgb(112,117,33); }
H1.HeaderClassName
{
color: #707521;
}
.AnyTagClassName
{
color: #707521;
}
</style>
background-color css
<style>
a { background-color: #707521; }
a { background-color: rgb(112,117,33); }
div.DivClassName
{
background-color: #707521;
}
.BgClassName
{
background-color: #707521;
}
</style>
border-color css
<style>
span { border-color: #707521; }
span { border-color: rgb(112,117,33); }
td.TdClassName
{
border-color: #707521;
}
.TagClassName
{
border-color: #707521;
}
</style>