Shades of Avocado #959559
Tints of Avocado #959559
RGB
CMYK
RGB Variations
Color information
#959559 (or 0x959559) is known color: Avocado. HEX triplet: 95, 95 and 59. RGB value is (149,149,89). Sum of RGB (Red+Green+Blue) = 149+149+89=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959559 is #6A6AA6. Grayscale: #8E8E8E. Windows color (decimal): -6974119 or 5870997. OLE color: 5870997.
HSL color Cylindrical-coordinate representation of color #959559: hue angle of 60º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #959559 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 149 | 89 | - |
| CMYK | 0 | 0 | 0.40 | 0.42 |
| HSL | 60º | 0.25% | 0.47% | - |
| HSV(B) | 60º | 0.4% | 0.58% | - |
| XYZ | 24.95 | 28.61 | 13.66 | - |
| YUV | 142.16 | 98 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 149 | 89 | 0 | 0 | 0.40 | 0.42 | 60 | 0.25 | 0.47 |
| Hex | 95 | 95 | 59 | 0 | 0 | 28 | 2A | 3C | 19 | 2F |
| Octal | 225 | 225 | 131 | 0 | 0 | 50 | 52 | 74 | 31 | 57 |
| Binary | 10010101 | 10010101 | 1011001 | 0 | 0 | 101000 | 101010 | 111100 | 11001 | 101111 |
Color Harmonies of #959559
Complementary color
Monochromatic Colors of #959559
Black with #959559
Text Example
Text Example
White with #959559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959559; }
p { color: rgb(149,149,89); }
H1.HeaderClassName
{
color: #959559;
}
.AnyTagClassName
{
color: #959559;
}
</style>
background-color css
<style>
a { background-color: #959559; }
a { background-color: rgb(149,149,89); }
div.DivClassName
{
background-color: #959559;
}
.BgClassName
{
background-color: #959559;
}
</style>
border-color css
<style>
span { border-color: #959559; }
span { border-color: rgb(149,149,89); }
td.TdClassName
{
border-color: #959559;
}
.TagClassName
{
border-color: #959559;
}
</style>