Shades of Olivetone #717220
Tints of Olivetone #717220
RGB
CMYK
RGB Variations
Color information
#717220 (or 0x717220) is known color: Olivetone. HEX triplet: 71, 72 and 20. RGB value is (113,114,32). Sum of RGB (Red+Green+Blue) = 113+114+32=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 114 - color contains mainly: green. Hex color #717220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717220 is #8E8DDF. Grayscale: #686868. Windows color (decimal): -9342432 or 2126449. OLE color: 2126449.
HSL color Cylindrical-coordinate representation of color #717220: hue angle of 60.73º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #717220 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 114 | 32 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.55 |
| HSL | 60.73º | 0.56% | 0.29% | - |
| HSV(B) | 60.73º | 0.72% | 0.45% | - |
| XYZ | 13.09 | 15.65 | 3.7 | - |
| YUV | 104.35 | 87.17 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 114 | 32 | 0.01 | 0 | 0.72 | 0.55 | 60.73 | 0.56 | 0.29 |
| Hex | 71 | 72 | 20 | 1 | 0 | 48 | 37 | 3D | 38 | 1D |
| Octal | 161 | 162 | 40 | 1 | 0 | 110 | 67 | 75 | 70 | 35 |
| Binary | 1110001 | 1110010 | 100000 | 1 | 0 | 1001000 | 110111 | 111101 | 111000 | 11101 |
Color Harmonies of #717220
Complementary color
Monochromatic Colors of #717220
Black with #717220
Text Example
Text Example
White with #717220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717220; }
p { color: rgb(113,114,32); }
H1.HeaderClassName
{
color: #717220;
}
.AnyTagClassName
{
color: #717220;
}
</style>
background-color css
<style>
a { background-color: #717220; }
a { background-color: rgb(113,114,32); }
div.DivClassName
{
background-color: #717220;
}
.BgClassName
{
background-color: #717220;
}
</style>
border-color css
<style>
span { border-color: #717220; }
span { border-color: rgb(113,114,32); }
td.TdClassName
{
border-color: #717220;
}
.TagClassName
{
border-color: #717220;
}
</style>