Shades of Avocado #90996D
Tints of Avocado #90996D
RGB
CMYK
RGB Variations
Color information
#90996D (or 0x90996D) is known color: Avocado. HEX triplet: 90, 99 and 6D. RGB value is (144,153,109). Sum of RGB (Red+Green+Blue) = 144+153+109=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 153 - color contains mainly: green. Hex color #90996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90996D is #6F6692. Grayscale: #919191. Windows color (decimal): -7300755 or 7182736. OLE color: 7182736.
HSL color Cylindrical-coordinate representation of color #90996D: hue angle of 72.27º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90996D is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 153 | 109 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.4 |
| HSL | 72.27º | 0.18% | 0.51% | - |
| HSV(B) | 72.27º | 0.29% | 0.6% | - |
| XYZ | 25.65 | 29.82 | 18.87 | - |
| YUV | 145.29 | 107.52 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 109 | 0.06 | 0 | 0.29 | 0.4 | 72.27 | 0.18 | 0.51 |
| Hex | 90 | 99 | 6D | 6 | 0 | 1D | 28 | 48 | 12 | 33 |
| Octal | 220 | 231 | 155 | 6 | 0 | 35 | 50 | 110 | 22 | 63 |
| Binary | 10010000 | 10011001 | 1101101 | 110 | 0 | 11101 | 101000 | 1001000 | 10010 | 110011 |
Color Harmonies of #90996D
Complementary color
Monochromatic Colors of #90996D
Black with #90996D
Text Example
Text Example
White with #90996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90996D; }
p { color: rgb(144,153,109); }
H1.HeaderClassName
{
color: #90996D;
}
.AnyTagClassName
{
color: #90996D;
}
</style>
background-color css
<style>
a { background-color: #90996D; }
a { background-color: rgb(144,153,109); }
div.DivClassName
{
background-color: #90996D;
}
.BgClassName
{
background-color: #90996D;
}
</style>
border-color css
<style>
span { border-color: #90996D; }
span { border-color: rgb(144,153,109); }
td.TdClassName
{
border-color: #90996D;
}
.TagClassName
{
border-color: #90996D;
}
</style>