Shades of Olivetone #717621
Tints of Olivetone #717621
RGB
CMYK
RGB Variations
Color information
#717621 (or 0x717621) is known color: Olivetone. HEX triplet: 71, 76 and 21. RGB value is (113,118,33). Sum of RGB (Red+Green+Blue) = 113+118+33=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 118 - color contains mainly: green. Hex color #717621 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717621 is #8E89DE. Grayscale: #6B6B6B. Windows color (decimal): -9341407 or 2193009. OLE color: 2193009.
HSL color Cylindrical-coordinate representation of color #717621: hue angle of 63.53º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #717621 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 118 | 33 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.54 |
| HSL | 63.53º | 0.56% | 0.3% | - |
| HSV(B) | 63.53º | 0.72% | 0.46% | - |
| XYZ | 13.56 | 16.58 | 3.92 | - |
| YUV | 106.82 | 86.34 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 118 | 33 | 0.04 | 0 | 0.72 | 0.54 | 63.53 | 0.56 | 0.3 |
| Hex | 71 | 76 | 21 | 4 | 0 | 48 | 36 | 40 | 38 | 1E |
| Octal | 161 | 166 | 41 | 4 | 0 | 110 | 66 | 100 | 70 | 36 |
| Binary | 1110001 | 1110110 | 100001 | 100 | 0 | 1001000 | 110110 | 1000000 | 111000 | 11110 |
Color Harmonies of #717621
Complementary color
Monochromatic Colors of #717621
Black with #717621
Text Example
Text Example
White with #717621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717621; }
p { color: rgb(113,118,33); }
H1.HeaderClassName
{
color: #717621;
}
.AnyTagClassName
{
color: #717621;
}
</style>
background-color css
<style>
a { background-color: #717621; }
a { background-color: rgb(113,118,33); }
div.DivClassName
{
background-color: #717621;
}
.BgClassName
{
background-color: #717621;
}
</style>
border-color css
<style>
span { border-color: #717621; }
span { border-color: rgb(113,118,33); }
td.TdClassName
{
border-color: #717621;
}
.TagClassName
{
border-color: #717621;
}
</style>