Shades of Avocado #909573
Tints of Avocado #909573
RGB
CMYK
RGB Variations
Color information
#909573 (or 0x909573) is known color: Avocado. HEX triplet: 90, 95 and 73. RGB value is (144,149,115). Sum of RGB (Red+Green+Blue) = 144+149+115=408 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.29% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 149 - color contains mainly: green. Hex color #909573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909573 is #6F6A8C. Grayscale: #8F8F8F. Windows color (decimal): -7301773 or 7574928. OLE color: 7574928.
HSL color Cylindrical-coordinate representation of color #909573: hue angle of 68.82º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #909573 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 149 | 115 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.42 |
| HSL | 68.82º | 0.14% | 0.52% | - |
| HSV(B) | 68.82º | 0.23% | 0.58% | - |
| XYZ | 25.34 | 28.66 | 20.42 | - |
| YUV | 143.63 | 111.84 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 149 | 115 | 0.03 | 0 | 0.23 | 0.42 | 68.82 | 0.14 | 0.52 |
| Hex | 90 | 95 | 73 | 3 | 0 | 17 | 2A | 45 | E | 34 |
| Octal | 220 | 225 | 163 | 3 | 0 | 27 | 52 | 105 | 16 | 64 |
| Binary | 10010000 | 10010101 | 1110011 | 11 | 0 | 10111 | 101010 | 1000101 | 1110 | 110100 |
Color Harmonies of #909573
Complementary color
Monochromatic Colors of #909573
Black with #909573
Text Example
Text Example
White with #909573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909573; }
p { color: rgb(144,149,115); }
H1.HeaderClassName
{
color: #909573;
}
.AnyTagClassName
{
color: #909573;
}
</style>
background-color css
<style>
a { background-color: #909573; }
a { background-color: rgb(144,149,115); }
div.DivClassName
{
background-color: #909573;
}
.BgClassName
{
background-color: #909573;
}
</style>
border-color css
<style>
span { border-color: #909573; }
span { border-color: rgb(144,149,115); }
td.TdClassName
{
border-color: #909573;
}
.TagClassName
{
border-color: #909573;
}
</style>