Shades of Olivetone #717520
Tints of Olivetone #717520
RGB
CMYK
RGB Variations
Color information
#717520 (or 0x717520) is known color: Olivetone. HEX triplet: 71, 75 and 20. RGB value is (113,117,32). Sum of RGB (Red+Green+Blue) = 113+117+32=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 117 - color contains mainly: green. Hex color #717520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717520 is #8E8ADF. Grayscale: #6A6A6A. Windows color (decimal): -9341664 or 2127217. OLE color: 2127217.
HSL color Cylindrical-coordinate representation of color #717520: hue angle of 62.82º 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 #717520 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 117 | 32 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.54 |
| HSL | 62.82º | 0.57% | 0.29% | - |
| HSV(B) | 62.82º | 0.73% | 0.46% | - |
| XYZ | 13.43 | 16.34 | 3.81 | - |
| YUV | 106.11 | 86.17 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 32 | 0.03 | 0 | 0.73 | 0.54 | 62.82 | 0.57 | 0.29 |
| Hex | 71 | 75 | 20 | 3 | 0 | 49 | 36 | 3F | 39 | 1D |
| Octal | 161 | 165 | 40 | 3 | 0 | 111 | 66 | 77 | 71 | 35 |
| Binary | 1110001 | 1110101 | 100000 | 11 | 0 | 1001001 | 110110 | 111111 | 111001 | 11101 |
Color Harmonies of #717520
Complementary color
Monochromatic Colors of #717520
Black with #717520
Text Example
Text Example
White with #717520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717520; }
p { color: rgb(113,117,32); }
H1.HeaderClassName
{
color: #717520;
}
.AnyTagClassName
{
color: #717520;
}
</style>
background-color css
<style>
a { background-color: #717520; }
a { background-color: rgb(113,117,32); }
div.DivClassName
{
background-color: #717520;
}
.BgClassName
{
background-color: #717520;
}
</style>
border-color css
<style>
span { border-color: #717520; }
span { border-color: rgb(113,117,32); }
td.TdClassName
{
border-color: #717520;
}
.TagClassName
{
border-color: #717520;
}
</style>