Shades of Avocado #909665
Tints of Avocado #909665
RGB
CMYK
RGB Variations
Color information
#909665 (or 0x909665) is known color: Avocado. HEX triplet: 90, 96 and 65. RGB value is (144,150,101). Sum of RGB (Red+Green+Blue) = 144+150+101=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 150 - color contains mainly: green. Hex color #909665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909665 is #6F699A. Grayscale: #8E8E8E. Windows color (decimal): -7301531 or 6657680. OLE color: 6657680.
HSL color Cylindrical-coordinate representation of color #909665: hue angle of 67.35º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #909665 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 150 | 101 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.41 |
| HSL | 67.35º | 0.2% | 0.49% | - |
| HSV(B) | 67.35º | 0.33% | 0.59% | - |
| XYZ | 24.76 | 28.68 | 16.54 | - |
| YUV | 142.62 | 104.51 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 150 | 101 | 0.04 | 0 | 0.33 | 0.41 | 67.35 | 0.2 | 0.49 |
| Hex | 90 | 96 | 65 | 4 | 0 | 21 | 29 | 43 | 14 | 31 |
| Octal | 220 | 226 | 145 | 4 | 0 | 41 | 51 | 103 | 24 | 61 |
| Binary | 10010000 | 10010110 | 1100101 | 100 | 0 | 100001 | 101001 | 1000011 | 10100 | 110001 |
Color Harmonies of #909665
Complementary color
Monochromatic Colors of #909665
Black with #909665
Text Example
Text Example
White with #909665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909665; }
p { color: rgb(144,150,101); }
H1.HeaderClassName
{
color: #909665;
}
.AnyTagClassName
{
color: #909665;
}
</style>
background-color css
<style>
a { background-color: #909665; }
a { background-color: rgb(144,150,101); }
div.DivClassName
{
background-color: #909665;
}
.BgClassName
{
background-color: #909665;
}
</style>
border-color css
<style>
span { border-color: #909665; }
span { border-color: rgb(144,150,101); }
td.TdClassName
{
border-color: #909665;
}
.TagClassName
{
border-color: #909665;
}
</style>