Shades of Avocado #909260
Tints of Avocado #909260
RGB
CMYK
RGB Variations
Color information
#909260 (or 0x909260) is known color: Avocado. HEX triplet: 90, 92 and 60. RGB value is (144,146,96). Sum of RGB (Red+Green+Blue) = 144+146+96=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 146 - color contains mainly: green. Hex color #909260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909260 is #6F6D9F. Grayscale: #8B8B8B. Windows color (decimal): -7302560 or 6328976. OLE color: 6328976.
HSL color Cylindrical-coordinate representation of color #909260: hue angle of 62.4º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #909260 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 144 | 146 | 96 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.43 |
| HSL | 62.4º | 0.21% | 0.47% | - |
| HSV(B) | 62.4º | 0.34% | 0.57% | - |
| XYZ | 23.89 | 27.33 | 15.08 | - |
| YUV | 139.7 | 103.34 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 146 | 96 | 0.01 | 0 | 0.34 | 0.43 | 62.4 | 0.21 | 0.47 |
| Hex | 90 | 92 | 60 | 1 | 0 | 22 | 2B | 3E | 15 | 2F |
| Octal | 220 | 222 | 140 | 1 | 0 | 42 | 53 | 76 | 25 | 57 |
| Binary | 10010000 | 10010010 | 1100000 | 1 | 0 | 100010 | 101011 | 111110 | 10101 | 101111 |
Color Harmonies of #909260
Complementary color
Monochromatic Colors of #909260
Black with #909260
Text Example
Text Example
White with #909260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909260; }
p { color: rgb(144,146,96); }
H1.HeaderClassName
{
color: #909260;
}
.AnyTagClassName
{
color: #909260;
}
</style>
background-color css
<style>
a { background-color: #909260; }
a { background-color: rgb(144,146,96); }
div.DivClassName
{
background-color: #909260;
}
.BgClassName
{
background-color: #909260;
}
</style>
border-color css
<style>
span { border-color: #909260; }
span { border-color: rgb(144,146,96); }
td.TdClassName
{
border-color: #909260;
}
.TagClassName
{
border-color: #909260;
}
</style>