Shades of Olivetone #717624
Tints of Olivetone #717624
RGB
CMYK
RGB Variations
Color information
#717624 (or 0x717624) is known color: Olivetone. HEX triplet: 71, 76 and 24. RGB value is (113,118,36). Sum of RGB (Red+Green+Blue) = 113+118+36=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 118 - color contains mainly: green. Hex color #717624 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717624 is #8E89DB. Grayscale: #6B6B6B. Windows color (decimal): -9341404 or 2389617. OLE color: 2389617.
HSL color Cylindrical-coordinate representation of color #717624: hue angle of 63.66º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #717624 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 118 | 36 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.54 |
| HSL | 63.66º | 0.53% | 0.3% | - |
| HSV(B) | 63.66º | 0.69% | 0.46% | - |
| XYZ | 13.61 | 16.59 | 4.16 | - |
| YUV | 107.16 | 87.84 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 118 | 36 | 0.04 | 0 | 0.69 | 0.54 | 63.66 | 0.53 | 0.3 |
| Hex | 71 | 76 | 24 | 4 | 0 | 45 | 36 | 40 | 35 | 1E |
| Octal | 161 | 166 | 44 | 4 | 0 | 105 | 66 | 100 | 65 | 36 |
| Binary | 1110001 | 1110110 | 100100 | 100 | 0 | 1000101 | 110110 | 1000000 | 110101 | 11110 |
Color Harmonies of #717624
Complementary color
Monochromatic Colors of #717624
Black with #717624
Text Example
Text Example
White with #717624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717624; }
p { color: rgb(113,118,36); }
H1.HeaderClassName
{
color: #717624;
}
.AnyTagClassName
{
color: #717624;
}
</style>
background-color css
<style>
a { background-color: #717624; }
a { background-color: rgb(113,118,36); }
div.DivClassName
{
background-color: #717624;
}
.BgClassName
{
background-color: #717624;
}
</style>
border-color css
<style>
span { border-color: #717624; }
span { border-color: rgb(113,118,36); }
td.TdClassName
{
border-color: #717624;
}
.TagClassName
{
border-color: #717624;
}
</style>