Shades of Avocado #909559
Tints of Avocado #909559
RGB
CMYK
RGB Variations
Color information
#909559 (or 0x909559) is known color: Avocado. HEX triplet: 90, 95 and 59. RGB value is (144,149,89). Sum of RGB (Red+Green+Blue) = 144+149+89=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 149 - color contains mainly: green. Hex color #909559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909559 is #6F6AA6. Grayscale: #8C8C8C. Windows color (decimal): -7301799 or 5870992. OLE color: 5870992.
HSL color Cylindrical-coordinate representation of color #909559: hue angle of 65º 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 #909559 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 149 | 89 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.42 |
| HSL | 65º | 0.25% | 0.47% | - |
| HSV(B) | 65º | 0.4% | 0.58% | - |
| XYZ | 24.05 | 28.15 | 13.62 | - |
| YUV | 140.67 | 98.84 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 149 | 89 | 0.03 | 0 | 0.40 | 0.42 | 65 | 0.25 | 0.47 |
| Hex | 90 | 95 | 59 | 3 | 0 | 28 | 2A | 41 | 19 | 2F |
| Octal | 220 | 225 | 131 | 3 | 0 | 50 | 52 | 101 | 31 | 57 |
| Binary | 10010000 | 10010101 | 1011001 | 11 | 0 | 101000 | 101010 | 1000001 | 11001 | 101111 |
Color Harmonies of #909559
Complementary color
Monochromatic Colors of #909559
Black with #909559
Text Example
Text Example
White with #909559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909559; }
p { color: rgb(144,149,89); }
H1.HeaderClassName
{
color: #909559;
}
.AnyTagClassName
{
color: #909559;
}
</style>
background-color css
<style>
a { background-color: #909559; }
a { background-color: rgb(144,149,89); }
div.DivClassName
{
background-color: #909559;
}
.BgClassName
{
background-color: #909559;
}
</style>
border-color css
<style>
span { border-color: #909559; }
span { border-color: rgb(144,149,89); }
td.TdClassName
{
border-color: #909559;
}
.TagClassName
{
border-color: #909559;
}
</style>