Shades of Olivetone #717521
Tints of Olivetone #717521
RGB
CMYK
RGB Variations
Color information
#717521 (or 0x717521) is known color: Olivetone. HEX triplet: 71, 75 and 21. RGB value is (113,117,33). Sum of RGB (Red+Green+Blue) = 113+117+33=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 117 - color contains mainly: green. Hex color #717521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717521 is #8E8ADE. Grayscale: #6A6A6A. Windows color (decimal): -9341663 or 2192753. OLE color: 2192753.
HSL color Cylindrical-coordinate representation of color #717521: hue angle of 62.86º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #717521 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 117 | 33 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.54 |
| HSL | 62.86º | 0.56% | 0.29% | - |
| HSV(B) | 62.86º | 0.72% | 0.46% | - |
| XYZ | 13.45 | 16.34 | 3.88 | - |
| YUV | 106.23 | 86.67 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 33 | 0.03 | 0 | 0.72 | 0.54 | 62.86 | 0.56 | 0.29 |
| Hex | 71 | 75 | 21 | 3 | 0 | 48 | 36 | 3F | 38 | 1D |
| Octal | 161 | 165 | 41 | 3 | 0 | 110 | 66 | 77 | 70 | 35 |
| Binary | 1110001 | 1110101 | 100001 | 11 | 0 | 1001000 | 110110 | 111111 | 111000 | 11101 |
Color Harmonies of #717521
Complementary color
Monochromatic Colors of #717521
Black with #717521
Text Example
Text Example
White with #717521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717521; }
p { color: rgb(113,117,33); }
H1.HeaderClassName
{
color: #717521;
}
.AnyTagClassName
{
color: #717521;
}
</style>
background-color css
<style>
a { background-color: #717521; }
a { background-color: rgb(113,117,33); }
div.DivClassName
{
background-color: #717521;
}
.BgClassName
{
background-color: #717521;
}
</style>
border-color css
<style>
span { border-color: #717521; }
span { border-color: rgb(113,117,33); }
td.TdClassName
{
border-color: #717521;
}
.TagClassName
{
border-color: #717521;
}
</style>