Shades of Olivetone #717328
Tints of Olivetone #717328
RGB
CMYK
RGB Variations
Color information
#717328 (or 0x717328) is known color: Olivetone. HEX triplet: 71, 73 and 28. RGB value is (113,115,40). Sum of RGB (Red+Green+Blue) = 113+115+40=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 115 - color contains mainly: green. Hex color #717328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717328 is #8E8CD7. Grayscale: #6A6A6A. Windows color (decimal): -9342168 or 2650993. OLE color: 2650993.
HSL color Cylindrical-coordinate representation of color #717328: hue angle of 61.6º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #717328 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 115 | 40 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.55 |
| HSL | 61.6º | 0.48% | 0.3% | - |
| HSV(B) | 61.6º | 0.65% | 0.45% | - |
| XYZ | 13.32 | 15.93 | 4.38 | - |
| YUV | 105.85 | 90.84 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 115 | 40 | 0.02 | 0 | 0.65 | 0.55 | 61.6 | 0.48 | 0.3 |
| Hex | 71 | 73 | 28 | 2 | 0 | 41 | 37 | 3E | 30 | 1E |
| Octal | 161 | 163 | 50 | 2 | 0 | 101 | 67 | 76 | 60 | 36 |
| Binary | 1110001 | 1110011 | 101000 | 10 | 0 | 1000001 | 110111 | 111110 | 110000 | 11110 |
Color Harmonies of #717328
Complementary color
Monochromatic Colors of #717328
Black with #717328
Text Example
Text Example
White with #717328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717328; }
p { color: rgb(113,115,40); }
H1.HeaderClassName
{
color: #717328;
}
.AnyTagClassName
{
color: #717328;
}
</style>
background-color css
<style>
a { background-color: #717328; }
a { background-color: rgb(113,115,40); }
div.DivClassName
{
background-color: #717328;
}
.BgClassName
{
background-color: #717328;
}
</style>
border-color css
<style>
span { border-color: #717328; }
span { border-color: rgb(113,115,40); }
td.TdClassName
{
border-color: #717328;
}
.TagClassName
{
border-color: #717328;
}
</style>