Shades of Olivetone #717332
Tints of Olivetone #717332
RGB
CMYK
RGB Variations
Color information
#717332 (or 0x717332) is known color: Olivetone. HEX triplet: 71, 73 and 32. RGB value is (113,115,50). Sum of RGB (Red+Green+Blue) = 113+115+50=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 115 - color contains mainly: green. Hex color #717332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717332 is #8E8CCD. Grayscale: #6B6B6B. Windows color (decimal): -9342158 or 3306353. OLE color: 3306353.
HSL color Cylindrical-coordinate representation of color #717332: hue angle of 61.85º degrees, saturation: 0.39, 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 #717332 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 115 | 50 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.55 |
| HSL | 61.85º | 0.39% | 0.32% | - |
| HSV(B) | 61.85º | 0.57% | 0.45% | - |
| XYZ | 13.52 | 16 | 5.39 | - |
| YUV | 106.99 | 95.84 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 115 | 50 | 0.02 | 0 | 0.57 | 0.55 | 61.85 | 0.39 | 0.32 |
| Hex | 71 | 73 | 32 | 2 | 0 | 39 | 37 | 3E | 27 | 20 |
| Octal | 161 | 163 | 62 | 2 | 0 | 71 | 67 | 76 | 47 | 40 |
| Binary | 1110001 | 1110011 | 110010 | 10 | 0 | 111001 | 110111 | 111110 | 100111 | 100000 |
Color Harmonies of #717332
Complementary color
Monochromatic Colors of #717332
Black with #717332
Text Example
Text Example
White with #717332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717332; }
p { color: rgb(113,115,50); }
H1.HeaderClassName
{
color: #717332;
}
.AnyTagClassName
{
color: #717332;
}
</style>
background-color css
<style>
a { background-color: #717332; }
a { background-color: rgb(113,115,50); }
div.DivClassName
{
background-color: #717332;
}
.BgClassName
{
background-color: #717332;
}
</style>
border-color css
<style>
span { border-color: #717332; }
span { border-color: rgb(113,115,50); }
td.TdClassName
{
border-color: #717332;
}
.TagClassName
{
border-color: #717332;
}
</style>