Shades of Avocado #959561
Tints of Avocado #959561
RGB
CMYK
RGB Variations
Color information
#959561 (or 0x959561) is known color: Avocado. HEX triplet: 95, 95 and 61. RGB value is (149,149,97). Sum of RGB (Red+Green+Blue) = 149+149+97=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959561 is #6A6A9E. Grayscale: #8F8F8F. Windows color (decimal): -6974111 or 6395285. OLE color: 6395285.
HSL color Cylindrical-coordinate representation of color #959561: hue angle of 60º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #959561 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 149 | 97 | - |
| CMYK | 0 | 0 | 0.35 | 0.42 |
| HSL | 60º | 0.21% | 0.48% | - |
| HSV(B) | 60º | 0.35% | 0.58% | - |
| XYZ | 25.3 | 28.75 | 15.52 | - |
| YUV | 143.07 | 102 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 149 | 97 | 0 | 0 | 0.35 | 0.42 | 60 | 0.21 | 0.48 |
| Hex | 95 | 95 | 61 | 0 | 0 | 23 | 2A | 3C | 15 | 30 |
| Octal | 225 | 225 | 141 | 0 | 0 | 43 | 52 | 74 | 25 | 60 |
| Binary | 10010101 | 10010101 | 1100001 | 0 | 0 | 100011 | 101010 | 111100 | 10101 | 110000 |
Color Harmonies of #959561
Complementary color
Monochromatic Colors of #959561
Black with #959561
Text Example
Text Example
White with #959561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959561; }
p { color: rgb(149,149,97); }
H1.HeaderClassName
{
color: #959561;
}
.AnyTagClassName
{
color: #959561;
}
</style>
background-color css
<style>
a { background-color: #959561; }
a { background-color: rgb(149,149,97); }
div.DivClassName
{
background-color: #959561;
}
.BgClassName
{
background-color: #959561;
}
</style>
border-color css
<style>
span { border-color: #959561; }
span { border-color: rgb(149,149,97); }
td.TdClassName
{
border-color: #959561;
}
.TagClassName
{
border-color: #959561;
}
</style>