Shades of Olivetone #717222
Tints of Olivetone #717222
RGB
CMYK
RGB Variations
Color information
#717222 (or 0x717222) is known color: Olivetone. HEX triplet: 71, 72 and 22. RGB value is (113,114,34). Sum of RGB (Red+Green+Blue) = 113+114+34=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #717222 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717222 is #8E8DDD. Grayscale: #686868. Windows color (decimal): -9342430 or 2257521. OLE color: 2257521.
HSL color Cylindrical-coordinate representation of color #717222: hue angle of 60.75º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #717222 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 114 | 34 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.55 |
| HSL | 60.75º | 0.54% | 0.29% | - |
| HSV(B) | 60.75º | 0.7% | 0.45% | - |
| XYZ | 13.12 | 15.66 | 3.84 | - |
| YUV | 104.58 | 88.17 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 114 | 34 | 0.01 | 0 | 0.70 | 0.55 | 60.75 | 0.54 | 0.29 |
| Hex | 71 | 72 | 22 | 1 | 0 | 46 | 37 | 3D | 36 | 1D |
| Octal | 161 | 162 | 42 | 1 | 0 | 106 | 67 | 75 | 66 | 35 |
| Binary | 1110001 | 1110010 | 100010 | 1 | 0 | 1000110 | 110111 | 111101 | 110110 | 11101 |
Color Harmonies of #717222
Complementary color
Monochromatic Colors of #717222
Black with #717222
Text Example
Text Example
White with #717222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717222; }
p { color: rgb(113,114,34); }
H1.HeaderClassName
{
color: #717222;
}
.AnyTagClassName
{
color: #717222;
}
</style>
background-color css
<style>
a { background-color: #717222; }
a { background-color: rgb(113,114,34); }
div.DivClassName
{
background-color: #717222;
}
.BgClassName
{
background-color: #717222;
}
</style>
border-color css
<style>
span { border-color: #717222; }
span { border-color: rgb(113,114,34); }
td.TdClassName
{
border-color: #717222;
}
.TagClassName
{
border-color: #717222;
}
</style>