Shades of Avocado #909657
Tints of Avocado #909657
RGB
CMYK
RGB Variations
Color information
#909657 (or 0x909657) is known color: Avocado. HEX triplet: 90, 96 and 57. RGB value is (144,150,87). Sum of RGB (Red+Green+Blue) = 144+150+87=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 87 (34.38% from 255 or 22.83% from 381); Max value from RGB is 150 - color contains mainly: green. Hex color #909657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909657 is #6F69A8. Grayscale: #8D8D8D. Windows color (decimal): -7301545 or 5740176. OLE color: 5740176.
HSL color Cylindrical-coordinate representation of color #909657: hue angle of 65.71º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #909657 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 150 | 87 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.41 |
| HSL | 65.71º | 0.27% | 0.46% | - |
| HSV(B) | 65.71º | 0.42% | 0.59% | - |
| XYZ | 24.13 | 28.43 | 13.23 | - |
| YUV | 141.02 | 97.51 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 150 | 87 | 0.04 | 0 | 0.42 | 0.41 | 65.71 | 0.27 | 0.46 |
| Hex | 90 | 96 | 57 | 4 | 0 | 2A | 29 | 42 | 1B | 2E |
| Octal | 220 | 226 | 127 | 4 | 0 | 52 | 51 | 102 | 33 | 56 |
| Binary | 10010000 | 10010110 | 1010111 | 100 | 0 | 101010 | 101001 | 1000010 | 11011 | 101110 |
Color Harmonies of #909657
Complementary color
Monochromatic Colors of #909657
Black with #909657
Text Example
Text Example
White with #909657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909657; }
p { color: rgb(144,150,87); }
H1.HeaderClassName
{
color: #909657;
}
.AnyTagClassName
{
color: #909657;
}
</style>
background-color css
<style>
a { background-color: #909657; }
a { background-color: rgb(144,150,87); }
div.DivClassName
{
background-color: #909657;
}
.BgClassName
{
background-color: #909657;
}
</style>
border-color css
<style>
span { border-color: #909657; }
span { border-color: rgb(144,150,87); }
td.TdClassName
{
border-color: #909657;
}
.TagClassName
{
border-color: #909657;
}
</style>