Shades of Avocado #909373
Tints of Avocado #909373
RGB
CMYK
RGB Variations
Color information
#909373 (or 0x909373) is known color: Avocado. HEX triplet: 90, 93 and 73. RGB value is (144,147,115). Sum of RGB (Red+Green+Blue) = 144+147+115=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 147 - color contains mainly: green. Hex color #909373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909373 is #6F6C8C. Grayscale: #8E8E8E. Windows color (decimal): -7302285 or 7574416. OLE color: 7574416.
HSL color Cylindrical-coordinate representation of color #909373: hue angle of 65.62º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #909373 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 147 | 115 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.42 |
| HSL | 65.63º | 0.13% | 0.51% | - |
| HSV(B) | 65.63º | 0.22% | 0.58% | - |
| XYZ | 25.03 | 28.03 | 20.31 | - |
| YUV | 142.46 | 112.51 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 147 | 115 | 0.02 | 0 | 0.22 | 0.42 | 65.63 | 0.13 | 0.51 |
| Hex | 90 | 93 | 73 | 2 | 0 | 16 | 2A | 42 | D | 33 |
| Octal | 220 | 223 | 163 | 2 | 0 | 26 | 52 | 102 | 15 | 63 |
| Binary | 10010000 | 10010011 | 1110011 | 10 | 0 | 10110 | 101010 | 1000010 | 1101 | 110011 |
Color Harmonies of #909373
Complementary color
Monochromatic Colors of #909373
Black with #909373
Text Example
Text Example
White with #909373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909373; }
p { color: rgb(144,147,115); }
H1.HeaderClassName
{
color: #909373;
}
.AnyTagClassName
{
color: #909373;
}
</style>
background-color css
<style>
a { background-color: #909373; }
a { background-color: rgb(144,147,115); }
div.DivClassName
{
background-color: #909373;
}
.BgClassName
{
background-color: #909373;
}
</style>
border-color css
<style>
span { border-color: #909373; }
span { border-color: rgb(144,147,115); }
td.TdClassName
{
border-color: #909373;
}
.TagClassName
{
border-color: #909373;
}
</style>