Shades of Olivetone #707221
Tints of Olivetone #707221
RGB
CMYK
RGB Variations
Color information
#707221 (or 0x707221) is known color: Olivetone. HEX triplet: 70, 72 and 21. RGB value is (112,114,33). Sum of RGB (Red+Green+Blue) = 112+114+33=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 114 - color contains mainly: green. Hex color #707221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707221 is #8F8DDE. Grayscale: #686868. Windows color (decimal): -9407967 or 2191984. OLE color: 2191984.
HSL color Cylindrical-coordinate representation of color #707221: hue angle of 61.48º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #707221 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 114 | 33 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.55 |
| HSL | 61.48º | 0.55% | 0.29% | - |
| HSV(B) | 61.48º | 0.71% | 0.45% | - |
| XYZ | 12.97 | 15.59 | 3.76 | - |
| YUV | 104.17 | 87.84 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 33 | 0.02 | 0 | 0.71 | 0.55 | 61.48 | 0.55 | 0.29 |
| Hex | 70 | 72 | 21 | 2 | 0 | 47 | 37 | 3D | 37 | 1D |
| Octal | 160 | 162 | 41 | 2 | 0 | 107 | 67 | 75 | 67 | 35 |
| Binary | 1110000 | 1110010 | 100001 | 10 | 0 | 1000111 | 110111 | 111101 | 110111 | 11101 |
Color Harmonies of #707221
Complementary color
Monochromatic Colors of #707221
Black with #707221
Text Example
Text Example
White with #707221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707221; }
p { color: rgb(112,114,33); }
H1.HeaderClassName
{
color: #707221;
}
.AnyTagClassName
{
color: #707221;
}
</style>
background-color css
<style>
a { background-color: #707221; }
a { background-color: rgb(112,114,33); }
div.DivClassName
{
background-color: #707221;
}
.BgClassName
{
background-color: #707221;
}
</style>
border-color css
<style>
span { border-color: #707221; }
span { border-color: rgb(112,114,33); }
td.TdClassName
{
border-color: #707221;
}
.TagClassName
{
border-color: #707221;
}
</style>