Shades of Olivetone #717321
Tints of Olivetone #717321
RGB
CMYK
RGB Variations
Color information
#717321 (or 0x717321) is known color: Olivetone. HEX triplet: 71, 73 and 21. RGB value is (113,115,33). Sum of RGB (Red+Green+Blue) = 113+115+33=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 115 - color contains mainly: green. Hex color #717321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717321 is #8E8CDE. Grayscale: #696969. Windows color (decimal): -9342175 or 2192241. OLE color: 2192241.
HSL color Cylindrical-coordinate representation of color #717321: hue angle of 61.46º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #717321 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 115 | 33 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.55 |
| HSL | 61.46º | 0.55% | 0.29% | - |
| HSV(B) | 61.46º | 0.71% | 0.45% | - |
| XYZ | 13.22 | 15.88 | 3.81 | - |
| YUV | 105.05 | 87.34 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 115 | 33 | 0.02 | 0 | 0.71 | 0.55 | 61.46 | 0.55 | 0.29 |
| Hex | 71 | 73 | 21 | 2 | 0 | 47 | 37 | 3D | 37 | 1D |
| Octal | 161 | 163 | 41 | 2 | 0 | 107 | 67 | 75 | 67 | 35 |
| Binary | 1110001 | 1110011 | 100001 | 10 | 0 | 1000111 | 110111 | 111101 | 110111 | 11101 |
Color Harmonies of #717321
Complementary color
Monochromatic Colors of #717321
Black with #717321
Text Example
Text Example
White with #717321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717321; }
p { color: rgb(113,115,33); }
H1.HeaderClassName
{
color: #717321;
}
.AnyTagClassName
{
color: #717321;
}
</style>
background-color css
<style>
a { background-color: #717321; }
a { background-color: rgb(113,115,33); }
div.DivClassName
{
background-color: #717321;
}
.BgClassName
{
background-color: #717321;
}
</style>
border-color css
<style>
span { border-color: #717321; }
span { border-color: rgb(113,115,33); }
td.TdClassName
{
border-color: #717321;
}
.TagClassName
{
border-color: #717321;
}
</style>