Shades of Avocado #909371
Tints of Avocado #909371
RGB
CMYK
RGB Variations
Color information
#909371 (or 0x909371) is known color: Avocado. HEX triplet: 90, 93 and 71. RGB value is (144,147,113). Sum of RGB (Red+Green+Blue) = 144+147+113=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 147 - color contains mainly: green. Hex color #909371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909371 is #6F6C8E. Grayscale: #8E8E8E. Windows color (decimal): -7302287 or 7443344. OLE color: 7443344.
HSL color Cylindrical-coordinate representation of color #909371: hue angle of 65.29º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #909371 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 147 | 113 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.42 |
| HSL | 65.29º | 0.14% | 0.51% | - |
| HSV(B) | 65.29º | 0.23% | 0.58% | - |
| XYZ | 24.92 | 27.99 | 19.71 | - |
| YUV | 142.23 | 111.51 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 147 | 113 | 0.02 | 0 | 0.23 | 0.42 | 65.29 | 0.14 | 0.51 |
| Hex | 90 | 93 | 71 | 2 | 0 | 17 | 2A | 41 | E | 33 |
| Octal | 220 | 223 | 161 | 2 | 0 | 27 | 52 | 101 | 16 | 63 |
| Binary | 10010000 | 10010011 | 1110001 | 10 | 0 | 10111 | 101010 | 1000001 | 1110 | 110011 |
Color Harmonies of #909371
Complementary color
Monochromatic Colors of #909371
Black with #909371
Text Example
Text Example
White with #909371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909371; }
p { color: rgb(144,147,113); }
H1.HeaderClassName
{
color: #909371;
}
.AnyTagClassName
{
color: #909371;
}
</style>
background-color css
<style>
a { background-color: #909371; }
a { background-color: rgb(144,147,113); }
div.DivClassName
{
background-color: #909371;
}
.BgClassName
{
background-color: #909371;
}
</style>
border-color css
<style>
span { border-color: #909371; }
span { border-color: rgb(144,147,113); }
td.TdClassName
{
border-color: #909371;
}
.TagClassName
{
border-color: #909371;
}
</style>