Shades of Avocado #909270
Tints of Avocado #909270
RGB
CMYK
RGB Variations
Color information
#909270 (or 0x909270) is known color: Avocado. HEX triplet: 90, 92 and 70. RGB value is (144,146,112). Sum of RGB (Red+Green+Blue) = 144+146+112=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 146 - color contains mainly: green. Hex color #909270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909270 is #6F6D8F. Grayscale: #8D8D8D. Windows color (decimal): -7302544 or 7377552. OLE color: 7377552.
HSL color Cylindrical-coordinate representation of color #909270: hue angle of 63.53º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #909270 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 144 | 146 | 112 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.43 |
| HSL | 63.53º | 0.13% | 0.51% | - |
| HSV(B) | 63.53º | 0.23% | 0.57% | - |
| XYZ | 24.71 | 27.66 | 19.37 | - |
| YUV | 141.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 146 | 112 | 0.01 | 0 | 0.23 | 0.43 | 63.53 | 0.13 | 0.51 |
| Hex | 90 | 92 | 70 | 1 | 0 | 17 | 2B | 40 | D | 33 |
| Octal | 220 | 222 | 160 | 1 | 0 | 27 | 53 | 100 | 15 | 63 |
| Binary | 10010000 | 10010010 | 1110000 | 1 | 0 | 10111 | 101011 | 1000000 | 1101 | 110011 |
Color Harmonies of #909270
Complementary color
Monochromatic Colors of #909270
Black with #909270
Text Example
Text Example
White with #909270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909270; }
p { color: rgb(144,146,112); }
H1.HeaderClassName
{
color: #909270;
}
.AnyTagClassName
{
color: #909270;
}
</style>
background-color css
<style>
a { background-color: #909270; }
a { background-color: rgb(144,146,112); }
div.DivClassName
{
background-color: #909270;
}
.BgClassName
{
background-color: #909270;
}
</style>
border-color css
<style>
span { border-color: #909270; }
span { border-color: rgb(144,146,112); }
td.TdClassName
{
border-color: #909270;
}
.TagClassName
{
border-color: #909270;
}
</style>