Shades of Avocado #909061
Tints of Avocado #909061
RGB
CMYK
RGB Variations
Color information
#909061 (or 0x909061) is known color: Avocado. HEX triplet: 90, 90 and 61. RGB value is (144,144,97). Sum of RGB (Red+Green+Blue) = 144+144+97=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 144 - color contains mainly: red, green. Hex color #909061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909061 is #6F6F9E. Grayscale: #8A8A8A. Windows color (decimal): -7303071 or 6394000. OLE color: 6394000.
HSL color Cylindrical-coordinate representation of color #909061: hue angle of 60º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #909061 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 144 | 97 | - |
| CMYK | 0 | 0 | 0.33 | 0.44 |
| HSL | 60º | 0.2% | 0.47% | - |
| HSV(B) | 60º | 0.33% | 0.56% | - |
| XYZ | 23.63 | 26.74 | 15.22 | - |
| YUV | 138.64 | 104.5 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 144 | 97 | 0 | 0 | 0.33 | 0.44 | 60 | 0.2 | 0.47 |
| Hex | 90 | 90 | 61 | 0 | 0 | 21 | 2C | 3C | 14 | 2F |
| Octal | 220 | 220 | 141 | 0 | 0 | 41 | 54 | 74 | 24 | 57 |
| Binary | 10010000 | 10010000 | 1100001 | 0 | 0 | 100001 | 101100 | 111100 | 10100 | 101111 |
Color Harmonies of #909061
Complementary color
Monochromatic Colors of #909061
Black with #909061
Text Example
Text Example
White with #909061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909061; }
p { color: rgb(144,144,97); }
H1.HeaderClassName
{
color: #909061;
}
.AnyTagClassName
{
color: #909061;
}
</style>
background-color css
<style>
a { background-color: #909061; }
a { background-color: rgb(144,144,97); }
div.DivClassName
{
background-color: #909061;
}
.BgClassName
{
background-color: #909061;
}
</style>
border-color css
<style>
span { border-color: #909061; }
span { border-color: rgb(144,144,97); }
td.TdClassName
{
border-color: #909061;
}
.TagClassName
{
border-color: #909061;
}
</style>