Shades of Olivetone #717231
Tints of Olivetone #717231
RGB
CMYK
RGB Variations
Color information
#717231 (or 0x717231) is known color: Olivetone. HEX triplet: 71, 72 and 31. RGB value is (113,114,49). Sum of RGB (Red+Green+Blue) = 113+114+49=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 114 - color contains mainly: green. Hex color #717231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717231 is #8E8DCE. Grayscale: #6A6A6A. Windows color (decimal): -9342415 or 3240561. OLE color: 3240561.
HSL color Cylindrical-coordinate representation of color #717231: hue angle of 60.92º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #717231 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 114 | 49 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.55 |
| HSL | 60.92º | 0.4% | 0.32% | - |
| HSV(B) | 60.92º | 0.57% | 0.45% | - |
| XYZ | 13.38 | 15.77 | 5.24 | - |
| YUV | 106.29 | 95.67 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 114 | 49 | 0.01 | 0 | 0.57 | 0.55 | 60.92 | 0.4 | 0.32 |
| Hex | 71 | 72 | 31 | 1 | 0 | 39 | 37 | 3D | 28 | 20 |
| Octal | 161 | 162 | 61 | 1 | 0 | 71 | 67 | 75 | 50 | 40 |
| Binary | 1110001 | 1110010 | 110001 | 1 | 0 | 111001 | 110111 | 111101 | 101000 | 100000 |
Color Harmonies of #717231
Complementary color
Monochromatic Colors of #717231
Black with #717231
Text Example
Text Example
White with #717231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717231; }
p { color: rgb(113,114,49); }
H1.HeaderClassName
{
color: #717231;
}
.AnyTagClassName
{
color: #717231;
}
</style>
background-color css
<style>
a { background-color: #717231; }
a { background-color: rgb(113,114,49); }
div.DivClassName
{
background-color: #717231;
}
.BgClassName
{
background-color: #717231;
}
</style>
border-color css
<style>
span { border-color: #717231; }
span { border-color: rgb(113,114,49); }
td.TdClassName
{
border-color: #717231;
}
.TagClassName
{
border-color: #717231;
}
</style>