Shades of Avocado #959560
Tints of Avocado #959560
RGB
CMYK
RGB Variations
Color information
#959560 (or 0x959560) is known color: Avocado. HEX triplet: 95, 95 and 60. RGB value is (149,149,96). Sum of RGB (Red+Green+Blue) = 149+149+96=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959560 is #6A6A9F. Grayscale: #8F8F8F. Windows color (decimal): -6974112 or 6329749. OLE color: 6329749.
HSL color Cylindrical-coordinate representation of color #959560: hue angle of 60º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #959560 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 149 | 96 | - |
| CMYK | 0 | 0 | 0.36 | 0.42 |
| HSL | 60º | 0.22% | 0.48% | - |
| HSV(B) | 60º | 0.36% | 0.58% | - |
| XYZ | 25.25 | 28.73 | 15.28 | - |
| YUV | 142.96 | 101.5 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 149 | 96 | 0 | 0 | 0.36 | 0.42 | 60 | 0.22 | 0.48 |
| Hex | 95 | 95 | 60 | 0 | 0 | 24 | 2A | 3C | 16 | 30 |
| Octal | 225 | 225 | 140 | 0 | 0 | 44 | 52 | 74 | 26 | 60 |
| Binary | 10010101 | 10010101 | 1100000 | 0 | 0 | 100100 | 101010 | 111100 | 10110 | 110000 |
Color Harmonies of #959560
Complementary color
Monochromatic Colors of #959560
Black with #959560
Text Example
Text Example
White with #959560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959560; }
p { color: rgb(149,149,96); }
H1.HeaderClassName
{
color: #959560;
}
.AnyTagClassName
{
color: #959560;
}
</style>
background-color css
<style>
a { background-color: #959560; }
a { background-color: rgb(149,149,96); }
div.DivClassName
{
background-color: #959560;
}
.BgClassName
{
background-color: #959560;
}
</style>
border-color css
<style>
span { border-color: #959560; }
span { border-color: rgb(149,149,96); }
td.TdClassName
{
border-color: #959560;
}
.TagClassName
{
border-color: #959560;
}
</style>