Shades of Avocado #90936D
Tints of Avocado #90936D
RGB
CMYK
RGB Variations
Color information
#90936D (or 0x90936D) is known color: Avocado. HEX triplet: 90, 93 and 6D. RGB value is (144,147,109). Sum of RGB (Red+Green+Blue) = 144+147+109=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 147 - color contains mainly: green. Hex color #90936D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90936D is #6F6C92. Grayscale: #8D8D8D. Windows color (decimal): -7302291 or 7181200. OLE color: 7181200.
HSL color Cylindrical-coordinate representation of color #90936D: hue angle of 64.74º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90936D is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 147 | 109 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.42 |
| HSL | 64.74º | 0.15% | 0.5% | - |
| HSV(B) | 64.74º | 0.26% | 0.58% | - |
| XYZ | 24.7 | 27.9 | 18.55 | - |
| YUV | 141.77 | 109.51 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 147 | 109 | 0.02 | 0 | 0.26 | 0.42 | 64.74 | 0.15 | 0.5 |
| Hex | 90 | 93 | 6D | 2 | 0 | 1A | 2A | 41 | F | 32 |
| Octal | 220 | 223 | 155 | 2 | 0 | 32 | 52 | 101 | 17 | 62 |
| Binary | 10010000 | 10010011 | 1101101 | 10 | 0 | 11010 | 101010 | 1000001 | 1111 | 110010 |
Color Harmonies of #90936D
Complementary color
Monochromatic Colors of #90936D
Black with #90936D
Text Example
Text Example
White with #90936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90936D; }
p { color: rgb(144,147,109); }
H1.HeaderClassName
{
color: #90936D;
}
.AnyTagClassName
{
color: #90936D;
}
</style>
background-color css
<style>
a { background-color: #90936D; }
a { background-color: rgb(144,147,109); }
div.DivClassName
{
background-color: #90936D;
}
.BgClassName
{
background-color: #90936D;
}
</style>
border-color css
<style>
span { border-color: #90936D; }
span { border-color: rgb(144,147,109); }
td.TdClassName
{
border-color: #90936D;
}
.TagClassName
{
border-color: #90936D;
}
</style>