Shades of Avocado #909566
Tints of Avocado #909566
RGB
CMYK
RGB Variations
Color information
#909566 (or 0x909566) is known color: Avocado. HEX triplet: 90, 95 and 66. RGB value is (144,149,102). Sum of RGB (Red+Green+Blue) = 144+149+102=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 149 - color contains mainly: green. Hex color #909566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909566 is #6F6A99. Grayscale: #8E8E8E. Windows color (decimal): -7301786 or 6722960. OLE color: 6722960.
HSL color Cylindrical-coordinate representation of color #909566: hue angle of 66.38º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #909566 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 149 | 102 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.42 |
| HSL | 66.38º | 0.19% | 0.49% | - |
| HSV(B) | 66.38º | 0.32% | 0.58% | - |
| XYZ | 24.65 | 28.38 | 16.75 | - |
| YUV | 142.15 | 105.34 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 149 | 102 | 0.03 | 0 | 0.32 | 0.42 | 66.38 | 0.19 | 0.49 |
| Hex | 90 | 95 | 66 | 3 | 0 | 20 | 2A | 42 | 13 | 31 |
| Octal | 220 | 225 | 146 | 3 | 0 | 40 | 52 | 102 | 23 | 61 |
| Binary | 10010000 | 10010101 | 1100110 | 11 | 0 | 100000 | 101010 | 1000010 | 10011 | 110001 |
Color Harmonies of #909566
Complementary color
Monochromatic Colors of #909566
Black with #909566
Text Example
Text Example
White with #909566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909566; }
p { color: rgb(144,149,102); }
H1.HeaderClassName
{
color: #909566;
}
.AnyTagClassName
{
color: #909566;
}
</style>
background-color css
<style>
a { background-color: #909566; }
a { background-color: rgb(144,149,102); }
div.DivClassName
{
background-color: #909566;
}
.BgClassName
{
background-color: #909566;
}
</style>
border-color css
<style>
span { border-color: #909566; }
span { border-color: rgb(144,149,102); }
td.TdClassName
{
border-color: #909566;
}
.TagClassName
{
border-color: #909566;
}
</style>