Shades of Olivetone #717131
Tints of Olivetone #717131
RGB
CMYK
RGB Variations
Color information
#717131 (or 0x717131) is known color: Olivetone. HEX triplet: 71, 71 and 31. RGB value is (113,113,49). Sum of RGB (Red+Green+Blue) = 113+113+49=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717131 is #8E8ECE. Grayscale: #696969. Windows color (decimal): -9342671 or 3240305. OLE color: 3240305.
HSL color Cylindrical-coordinate representation of color #717131: hue angle of 60º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #717131 is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 113 | 49 | - |
| CMYK | 0 | 0 | 0.57 | 0.56 |
| HSL | 60º | 0.4% | 0.32% | - |
| HSV(B) | 60º | 0.57% | 0.44% | - |
| XYZ | 13.27 | 15.54 | 5.21 | - |
| YUV | 105.7 | 96 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 113 | 49 | 0 | 0 | 0.57 | 0.56 | 60 | 0.4 | 0.32 |
| Hex | 71 | 71 | 31 | 0 | 0 | 39 | 38 | 3C | 28 | 20 |
| Octal | 161 | 161 | 61 | 0 | 0 | 71 | 70 | 74 | 50 | 40 |
| Binary | 1110001 | 1110001 | 110001 | 0 | 0 | 111001 | 111000 | 111100 | 101000 | 100000 |
Color Harmonies of #717131
Complementary color
Monochromatic Colors of #717131
Black with #717131
Text Example
Text Example
White with #717131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717131; }
p { color: rgb(113,113,49); }
H1.HeaderClassName
{
color: #717131;
}
.AnyTagClassName
{
color: #717131;
}
</style>
background-color css
<style>
a { background-color: #717131; }
a { background-color: rgb(113,113,49); }
div.DivClassName
{
background-color: #717131;
}
.BgClassName
{
background-color: #717131;
}
</style>
border-color css
<style>
span { border-color: #717131; }
span { border-color: rgb(113,113,49); }
td.TdClassName
{
border-color: #717131;
}
.TagClassName
{
border-color: #717131;
}
</style>