Shades of Avocado #909562
Tints of Avocado #909562
RGB
CMYK
RGB Variations
Color information
#909562 (or 0x909562) is known color: Avocado. HEX triplet: 90, 95 and 62. RGB value is (144,149,98). Sum of RGB (Red+Green+Blue) = 144+149+98=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 149 - color contains mainly: green. Hex color #909562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909562 is #6F6A9D. Grayscale: #8D8D8D. Windows color (decimal): -7301790 or 6460816. OLE color: 6460816.
HSL color Cylindrical-coordinate representation of color #909562: hue angle of 65.88º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #909562 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 149 | 98 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.42 |
| HSL | 65.88º | 0.21% | 0.48% | - |
| HSV(B) | 65.88º | 0.34% | 0.58% | - |
| XYZ | 24.45 | 28.31 | 15.73 | - |
| YUV | 141.69 | 103.34 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 149 | 98 | 0.03 | 0 | 0.34 | 0.42 | 65.88 | 0.21 | 0.48 |
| Hex | 90 | 95 | 62 | 3 | 0 | 22 | 2A | 42 | 15 | 30 |
| Octal | 220 | 225 | 142 | 3 | 0 | 42 | 52 | 102 | 25 | 60 |
| Binary | 10010000 | 10010101 | 1100010 | 11 | 0 | 100010 | 101010 | 1000010 | 10101 | 110000 |
Color Harmonies of #909562
Complementary color
Monochromatic Colors of #909562
Black with #909562
Text Example
Text Example
White with #909562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909562; }
p { color: rgb(144,149,98); }
H1.HeaderClassName
{
color: #909562;
}
.AnyTagClassName
{
color: #909562;
}
</style>
background-color css
<style>
a { background-color: #909562; }
a { background-color: rgb(144,149,98); }
div.DivClassName
{
background-color: #909562;
}
.BgClassName
{
background-color: #909562;
}
</style>
border-color css
<style>
span { border-color: #909562; }
span { border-color: rgb(144,149,98); }
td.TdClassName
{
border-color: #909562;
}
.TagClassName
{
border-color: #909562;
}
</style>