Shades of Avocado #909560
Tints of Avocado #909560
RGB
CMYK
RGB Variations
Color information
#909560 (or 0x909560) is known color: Avocado. HEX triplet: 90, 95 and 60. RGB value is (144,149,96). Sum of RGB (Red+Green+Blue) = 144+149+96=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 149 - color contains mainly: green. Hex color #909560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909560 is #6F6A9F. Grayscale: #8D8D8D. Windows color (decimal): -7301792 or 6329744. OLE color: 6329744.
HSL color Cylindrical-coordinate representation of color #909560: hue angle of 65.66º 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 #909560 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 149 | 96 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.42 |
| HSL | 65.66º | 0.22% | 0.48% | - |
| HSV(B) | 65.66º | 0.36% | 0.58% | - |
| XYZ | 24.36 | 28.27 | 15.24 | - |
| YUV | 141.46 | 102.34 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 149 | 96 | 0.03 | 0 | 0.36 | 0.42 | 65.66 | 0.22 | 0.48 |
| Hex | 90 | 95 | 60 | 3 | 0 | 24 | 2A | 42 | 16 | 30 |
| Octal | 220 | 225 | 140 | 3 | 0 | 44 | 52 | 102 | 26 | 60 |
| Binary | 10010000 | 10010101 | 1100000 | 11 | 0 | 100100 | 101010 | 1000010 | 10110 | 110000 |
Color Harmonies of #909560
Complementary color
Monochromatic Colors of #909560
Black with #909560
Text Example
Text Example
White with #909560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909560; }
p { color: rgb(144,149,96); }
H1.HeaderClassName
{
color: #909560;
}
.AnyTagClassName
{
color: #909560;
}
</style>
background-color css
<style>
a { background-color: #909560; }
a { background-color: rgb(144,149,96); }
div.DivClassName
{
background-color: #909560;
}
.BgClassName
{
background-color: #909560;
}
</style>
border-color css
<style>
span { border-color: #909560; }
span { border-color: rgb(144,149,96); }
td.TdClassName
{
border-color: #909560;
}
.TagClassName
{
border-color: #909560;
}
</style>