Shades of Olivetone #717533
Tints of Olivetone #717533
RGB
CMYK
RGB Variations
Color information
#717533 (or 0x717533) is known color: Olivetone. HEX triplet: 71, 75 and 33. RGB value is (113,117,51). Sum of RGB (Red+Green+Blue) = 113+117+51=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 117 - color contains mainly: green. Hex color #717533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717533 is #8E8ACC. Grayscale: #6C6C6C. Windows color (decimal): -9341645 or 3372401. OLE color: 3372401.
HSL color Cylindrical-coordinate representation of color #717533: hue angle of 63.64º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #717533 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 117 | 51 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.54 |
| HSL | 63.64º | 0.39% | 0.33% | - |
| HSV(B) | 63.64º | 0.56% | 0.46% | - |
| XYZ | 13.77 | 16.47 | 5.59 | - |
| YUV | 108.28 | 95.67 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 51 | 0.03 | 0 | 0.56 | 0.54 | 63.64 | 0.39 | 0.33 |
| Hex | 71 | 75 | 33 | 3 | 0 | 38 | 36 | 40 | 27 | 21 |
| Octal | 161 | 165 | 63 | 3 | 0 | 70 | 66 | 100 | 47 | 41 |
| Binary | 1110001 | 1110101 | 110011 | 11 | 0 | 111000 | 110110 | 1000000 | 100111 | 100001 |
Color Harmonies of #717533
Complementary color
Monochromatic Colors of #717533
Black with #717533
Text Example
Text Example
White with #717533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717533; }
p { color: rgb(113,117,51); }
H1.HeaderClassName
{
color: #717533;
}
.AnyTagClassName
{
color: #717533;
}
</style>
background-color css
<style>
a { background-color: #717533; }
a { background-color: rgb(113,117,51); }
div.DivClassName
{
background-color: #717533;
}
.BgClassName
{
background-color: #717533;
}
</style>
border-color css
<style>
span { border-color: #717533; }
span { border-color: rgb(113,117,51); }
td.TdClassName
{
border-color: #717533;
}
.TagClassName
{
border-color: #717533;
}
</style>