Shades of Avocado #909366
Tints of Avocado #909366
RGB
CMYK
RGB Variations
Color information
#909366 (or 0x909366) is known color: Avocado. HEX triplet: 90, 93 and 66. RGB value is (144,147,102). Sum of RGB (Red+Green+Blue) = 144+147+102=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 147 - color contains mainly: green. Hex color #909366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909366 is #6F6C99. Grayscale: #8D8D8D. Windows color (decimal): -7302298 or 6722448. OLE color: 6722448.
HSL color Cylindrical-coordinate representation of color #909366: hue angle of 64º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #909366 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 147 | 102 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.42 |
| HSL | 64º | 0.18% | 0.49% | - |
| HSV(B) | 64º | 0.31% | 0.58% | - |
| XYZ | 24.33 | 27.76 | 16.65 | - |
| YUV | 140.97 | 106.01 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 147 | 102 | 0.02 | 0 | 0.31 | 0.42 | 64 | 0.18 | 0.49 |
| Hex | 90 | 93 | 66 | 2 | 0 | 1F | 2A | 40 | 12 | 31 |
| Octal | 220 | 223 | 146 | 2 | 0 | 37 | 52 | 100 | 22 | 61 |
| Binary | 10010000 | 10010011 | 1100110 | 10 | 0 | 11111 | 101010 | 1000000 | 10010 | 110001 |
Color Harmonies of #909366
Complementary color
Monochromatic Colors of #909366
Black with #909366
Text Example
Text Example
White with #909366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909366; }
p { color: rgb(144,147,102); }
H1.HeaderClassName
{
color: #909366;
}
.AnyTagClassName
{
color: #909366;
}
</style>
background-color css
<style>
a { background-color: #909366; }
a { background-color: rgb(144,147,102); }
div.DivClassName
{
background-color: #909366;
}
.BgClassName
{
background-color: #909366;
}
</style>
border-color css
<style>
span { border-color: #909366; }
span { border-color: rgb(144,147,102); }
td.TdClassName
{
border-color: #909366;
}
.TagClassName
{
border-color: #909366;
}
</style>