Shades of Avocado #909455
Tints of Avocado #909455
RGB
CMYK
RGB Variations
Color information
#909455 (or 0x909455) is known color: Avocado. HEX triplet: 90, 94 and 55. RGB value is (144,148,85). Sum of RGB (Red+Green+Blue) = 144+148+85=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 148 - color contains mainly: green. Hex color #909455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909455 is #6F6BAA. Grayscale: #8B8B8B. Windows color (decimal): -7302059 or 5608592. OLE color: 5608592.
HSL color Cylindrical-coordinate representation of color #909455: hue angle of 63.81º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #909455 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 148 | 85 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.42 |
| HSL | 63.81º | 0.27% | 0.46% | - |
| HSV(B) | 63.81º | 0.43% | 0.58% | - |
| XYZ | 23.73 | 27.76 | 12.7 | - |
| YUV | 139.62 | 97.17 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 148 | 85 | 0.03 | 0 | 0.43 | 0.42 | 63.81 | 0.27 | 0.46 |
| Hex | 90 | 94 | 55 | 3 | 0 | 2B | 2A | 40 | 1B | 2E |
| Octal | 220 | 224 | 125 | 3 | 0 | 53 | 52 | 100 | 33 | 56 |
| Binary | 10010000 | 10010100 | 1010101 | 11 | 0 | 101011 | 101010 | 1000000 | 11011 | 101110 |
Color Harmonies of #909455
Complementary color
Monochromatic Colors of #909455
Black with #909455
Text Example
Text Example
White with #909455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909455; }
p { color: rgb(144,148,85); }
H1.HeaderClassName
{
color: #909455;
}
.AnyTagClassName
{
color: #909455;
}
</style>
background-color css
<style>
a { background-color: #909455; }
a { background-color: rgb(144,148,85); }
div.DivClassName
{
background-color: #909455;
}
.BgClassName
{
background-color: #909455;
}
</style>
border-color css
<style>
span { border-color: #909455; }
span { border-color: rgb(144,148,85); }
td.TdClassName
{
border-color: #909455;
}
.TagClassName
{
border-color: #909455;
}
</style>