Shades of Avocado #90905D
Tints of Avocado #90905D
RGB
CMYK
RGB Variations
Color information
#90905D (or 0x90905D) is known color: Avocado. HEX triplet: 90, 90 and 5D. RGB value is (144,144,93). Sum of RGB (Red+Green+Blue) = 144+144+93=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 144 - color contains mainly: red, green. Hex color #90905D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90905D is #6F6FA2. Grayscale: #8A8A8A. Windows color (decimal): -7303075 or 6131856. OLE color: 6131856.
HSL color Cylindrical-coordinate representation of color #90905D: hue angle of 60º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90905D is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 144 | 93 | - |
| CMYK | 0 | 0 | 0.35 | 0.44 |
| HSL | 60º | 0.22% | 0.46% | - |
| HSV(B) | 60º | 0.35% | 0.56% | - |
| XYZ | 23.45 | 26.67 | 14.27 | - |
| YUV | 138.19 | 102.5 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 144 | 93 | 0 | 0 | 0.35 | 0.44 | 60 | 0.22 | 0.46 |
| Hex | 90 | 90 | 5D | 0 | 0 | 23 | 2C | 3C | 16 | 2E |
| Octal | 220 | 220 | 135 | 0 | 0 | 43 | 54 | 74 | 26 | 56 |
| Binary | 10010000 | 10010000 | 1011101 | 0 | 0 | 100011 | 101100 | 111100 | 10110 | 101110 |
Color Harmonies of #90905D
Complementary color
Monochromatic Colors of #90905D
Black with #90905D
Text Example
Text Example
White with #90905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90905D; }
p { color: rgb(144,144,93); }
H1.HeaderClassName
{
color: #90905D;
}
.AnyTagClassName
{
color: #90905D;
}
</style>
background-color css
<style>
a { background-color: #90905D; }
a { background-color: rgb(144,144,93); }
div.DivClassName
{
background-color: #90905D;
}
.BgClassName
{
background-color: #90905D;
}
</style>
border-color css
<style>
span { border-color: #90905D; }
span { border-color: rgb(144,144,93); }
td.TdClassName
{
border-color: #90905D;
}
.TagClassName
{
border-color: #90905D;
}
</style>