Shades of Avocado #909959
Tints of Avocado #909959
RGB
CMYK
RGB Variations
Color information
#909959 (or 0x909959) is known color: Avocado. HEX triplet: 90, 99 and 59. RGB value is (144,153,89). Sum of RGB (Red+Green+Blue) = 144+153+89=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #909959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909959 is #6F66A6. Grayscale: #8F8F8F. Windows color (decimal): -7300775 or 5872016. OLE color: 5872016.
HSL color Cylindrical-coordinate representation of color #909959: hue angle of 68.44º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #909959 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 153 | 89 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.4 |
| HSL | 68.44º | 0.26% | 0.47% | - |
| HSV(B) | 68.44º | 0.42% | 0.6% | - |
| XYZ | 24.7 | 29.43 | 13.83 | - |
| YUV | 143.01 | 97.52 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 89 | 0.06 | 0 | 0.42 | 0.4 | 68.44 | 0.26 | 0.47 |
| Hex | 90 | 99 | 59 | 6 | 0 | 2A | 28 | 44 | 1A | 2F |
| Octal | 220 | 231 | 131 | 6 | 0 | 52 | 50 | 104 | 32 | 57 |
| Binary | 10010000 | 10011001 | 1011001 | 110 | 0 | 101010 | 101000 | 1000100 | 11010 | 101111 |
Color Harmonies of #909959
Complementary color
Monochromatic Colors of #909959
Black with #909959
Text Example
Text Example
White with #909959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909959; }
p { color: rgb(144,153,89); }
H1.HeaderClassName
{
color: #909959;
}
.AnyTagClassName
{
color: #909959;
}
</style>
background-color css
<style>
a { background-color: #909959; }
a { background-color: rgb(144,153,89); }
div.DivClassName
{
background-color: #909959;
}
.BgClassName
{
background-color: #909959;
}
</style>
border-color css
<style>
span { border-color: #909959; }
span { border-color: rgb(144,153,89); }
td.TdClassName
{
border-color: #909959;
}
.TagClassName
{
border-color: #909959;
}
</style>