Shades of Avocado #90996A
Tints of Avocado #90996A
RGB
CMYK
RGB Variations
Color information
#90996A (or 0x90996A) is known color: Avocado. HEX triplet: 90, 99 and 6A. RGB value is (144,153,106). Sum of RGB (Red+Green+Blue) = 144+153+106=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 153 - color contains mainly: green. Hex color #90996A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90996A is #6F6695. Grayscale: #919191. Windows color (decimal): -7300758 or 6986128. OLE color: 6986128.
HSL color Cylindrical-coordinate representation of color #90996A: hue angle of 71.49º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90996A is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 153 | 106 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.4 |
| HSL | 71.49º | 0.19% | 0.51% | - |
| HSV(B) | 71.49º | 0.31% | 0.6% | - |
| XYZ | 25.49 | 29.75 | 18.03 | - |
| YUV | 144.95 | 106.02 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 106 | 0.06 | 0 | 0.31 | 0.4 | 71.49 | 0.19 | 0.51 |
| Hex | 90 | 99 | 6A | 6 | 0 | 1F | 28 | 47 | 13 | 33 |
| Octal | 220 | 231 | 152 | 6 | 0 | 37 | 50 | 107 | 23 | 63 |
| Binary | 10010000 | 10011001 | 1101010 | 110 | 0 | 11111 | 101000 | 1000111 | 10011 | 110011 |
Color Harmonies of #90996A
Complementary color
Monochromatic Colors of #90996A
Black with #90996A
Text Example
Text Example
White with #90996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90996A; }
p { color: rgb(144,153,106); }
H1.HeaderClassName
{
color: #90996A;
}
.AnyTagClassName
{
color: #90996A;
}
</style>
background-color css
<style>
a { background-color: #90996A; }
a { background-color: rgb(144,153,106); }
div.DivClassName
{
background-color: #90996A;
}
.BgClassName
{
background-color: #90996A;
}
</style>
border-color css
<style>
span { border-color: #90996A; }
span { border-color: rgb(144,153,106); }
td.TdClassName
{
border-color: #90996A;
}
.TagClassName
{
border-color: #90996A;
}
</style>