Shades of Olivetone #717420
Tints of Olivetone #717420
RGB
CMYK
RGB Variations
Color information
#717420 (or 0x717420) is known color: Olivetone. HEX triplet: 71, 74 and 20. RGB value is (113,116,32). Sum of RGB (Red+Green+Blue) = 113+116+32=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 116 - color contains mainly: green. Hex color #717420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717420 is #8E8BDF. Grayscale: #696969. Windows color (decimal): -9341920 or 2126961. OLE color: 2126961.
HSL color Cylindrical-coordinate representation of color #717420: hue angle of 62.14º degrees, saturation: 0.57, 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 #717420 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 116 | 32 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.55 |
| HSL | 62.14º | 0.57% | 0.29% | - |
| HSV(B) | 62.14º | 0.72% | 0.45% | - |
| XYZ | 13.32 | 16.11 | 3.77 | - |
| YUV | 105.53 | 86.51 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 116 | 32 | 0.03 | 0 | 0.72 | 0.55 | 62.14 | 0.57 | 0.29 |
| Hex | 71 | 74 | 20 | 3 | 0 | 48 | 37 | 3E | 39 | 1D |
| Octal | 161 | 164 | 40 | 3 | 0 | 110 | 67 | 76 | 71 | 35 |
| Binary | 1110001 | 1110100 | 100000 | 11 | 0 | 1001000 | 110111 | 111110 | 111001 | 11101 |
Color Harmonies of #717420
Complementary color
Monochromatic Colors of #717420
Black with #717420
Text Example
Text Example
White with #717420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717420; }
p { color: rgb(113,116,32); }
H1.HeaderClassName
{
color: #717420;
}
.AnyTagClassName
{
color: #717420;
}
</style>
background-color css
<style>
a { background-color: #717420; }
a { background-color: rgb(113,116,32); }
div.DivClassName
{
background-color: #717420;
}
.BgClassName
{
background-color: #717420;
}
</style>
border-color css
<style>
span { border-color: #717420; }
span { border-color: rgb(113,116,32); }
td.TdClassName
{
border-color: #717420;
}
.TagClassName
{
border-color: #717420;
}
</style>