Shades of Avocado #909360
Tints of Avocado #909360
RGB
CMYK
RGB Variations
Color information
#909360 (or 0x909360) is known color: Avocado. HEX triplet: 90, 93 and 60. RGB value is (144,147,96). Sum of RGB (Red+Green+Blue) = 144+147+96=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 147 - color contains mainly: green. Hex color #909360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909360 is #6F6C9F. Grayscale: #8C8C8C. Windows color (decimal): -7302304 or 6329232. OLE color: 6329232.
HSL color Cylindrical-coordinate representation of color #909360: hue angle of 63.53º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #909360 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 147 | 96 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.42 |
| HSL | 63.53º | 0.21% | 0.48% | - |
| HSV(B) | 63.53º | 0.35% | 0.58% | - |
| XYZ | 24.05 | 27.64 | 15.13 | - |
| YUV | 140.29 | 103.01 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 147 | 96 | 0.02 | 0 | 0.35 | 0.42 | 63.53 | 0.21 | 0.48 |
| Hex | 90 | 93 | 60 | 2 | 0 | 23 | 2A | 40 | 15 | 30 |
| Octal | 220 | 223 | 140 | 2 | 0 | 43 | 52 | 100 | 25 | 60 |
| Binary | 10010000 | 10010011 | 1100000 | 10 | 0 | 100011 | 101010 | 1000000 | 10101 | 110000 |
Color Harmonies of #909360
Complementary color
Monochromatic Colors of #909360
Black with #909360
Text Example
Text Example
White with #909360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909360; }
p { color: rgb(144,147,96); }
H1.HeaderClassName
{
color: #909360;
}
.AnyTagClassName
{
color: #909360;
}
</style>
background-color css
<style>
a { background-color: #909360; }
a { background-color: rgb(144,147,96); }
div.DivClassName
{
background-color: #909360;
}
.BgClassName
{
background-color: #909360;
}
</style>
border-color css
<style>
span { border-color: #909360; }
span { border-color: rgb(144,147,96); }
td.TdClassName
{
border-color: #909360;
}
.TagClassName
{
border-color: #909360;
}
</style>