Shades of Avocado #909563
Tints of Avocado #909563
RGB
CMYK
RGB Variations
Color information
#909563 (or 0x909563) is known color: Avocado. HEX triplet: 90, 95 and 63. RGB value is (144,149,99). Sum of RGB (Red+Green+Blue) = 144+149+99=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 149 - color contains mainly: green. Hex color #909563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909563 is #6F6A9C. Grayscale: #8E8E8E. Windows color (decimal): -7301789 or 6526352. OLE color: 6526352.
HSL color Cylindrical-coordinate representation of color #909563: hue angle of 66º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #909563 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 149 | 99 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.42 |
| HSL | 66º | 0.2% | 0.49% | - |
| HSV(B) | 66º | 0.34% | 0.58% | - |
| XYZ | 24.5 | 28.33 | 15.98 | - |
| YUV | 141.81 | 103.84 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 149 | 99 | 0.03 | 0 | 0.34 | 0.42 | 66 | 0.2 | 0.49 |
| Hex | 90 | 95 | 63 | 3 | 0 | 22 | 2A | 42 | 14 | 31 |
| Octal | 220 | 225 | 143 | 3 | 0 | 42 | 52 | 102 | 24 | 61 |
| Binary | 10010000 | 10010101 | 1100011 | 11 | 0 | 100010 | 101010 | 1000010 | 10100 | 110001 |
Color Harmonies of #909563
Complementary color
Monochromatic Colors of #909563
Black with #909563
Text Example
Text Example
White with #909563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909563; }
p { color: rgb(144,149,99); }
H1.HeaderClassName
{
color: #909563;
}
.AnyTagClassName
{
color: #909563;
}
</style>
background-color css
<style>
a { background-color: #909563; }
a { background-color: rgb(144,149,99); }
div.DivClassName
{
background-color: #909563;
}
.BgClassName
{
background-color: #909563;
}
</style>
border-color css
<style>
span { border-color: #909563; }
span { border-color: rgb(144,149,99); }
td.TdClassName
{
border-color: #909563;
}
.TagClassName
{
border-color: #909563;
}
</style>