Shades of Avocado #909459
Tints of Avocado #909459
RGB
CMYK
RGB Variations
Color information
#909459 (or 0x909459) is known color: Avocado. HEX triplet: 90, 94 and 59. RGB value is (144,148,89). Sum of RGB (Red+Green+Blue) = 144+148+89=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 148 - color contains mainly: green. Hex color #909459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909459 is #6F6BA6. Grayscale: #8C8C8C. Windows color (decimal): -7302055 or 5870736. OLE color: 5870736.
HSL color Cylindrical-coordinate representation of color #909459: hue angle of 64.07º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #909459 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 148 | 89 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.42 |
| HSL | 64.07º | 0.25% | 0.46% | - |
| HSV(B) | 64.07º | 0.4% | 0.58% | - |
| XYZ | 23.89 | 27.83 | 13.56 | - |
| YUV | 140.08 | 99.17 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 148 | 89 | 0.03 | 0 | 0.40 | 0.42 | 64.07 | 0.25 | 0.46 |
| Hex | 90 | 94 | 59 | 3 | 0 | 28 | 2A | 40 | 19 | 2E |
| Octal | 220 | 224 | 131 | 3 | 0 | 50 | 52 | 100 | 31 | 56 |
| Binary | 10010000 | 10010100 | 1011001 | 11 | 0 | 101000 | 101010 | 1000000 | 11001 | 101110 |
Color Harmonies of #909459
Complementary color
Monochromatic Colors of #909459
Black with #909459
Text Example
Text Example
White with #909459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909459; }
p { color: rgb(144,148,89); }
H1.HeaderClassName
{
color: #909459;
}
.AnyTagClassName
{
color: #909459;
}
</style>
background-color css
<style>
a { background-color: #909459; }
a { background-color: rgb(144,148,89); }
div.DivClassName
{
background-color: #909459;
}
.BgClassName
{
background-color: #909459;
}
</style>
border-color css
<style>
span { border-color: #909459; }
span { border-color: rgb(144,148,89); }
td.TdClassName
{
border-color: #909459;
}
.TagClassName
{
border-color: #909459;
}
</style>