Shades of Avocado #919659
Tints of Avocado #919659
RGB
CMYK
RGB Variations
Color information
#919659 (or 0x919659) is known color: Avocado. HEX triplet: 91, 96 and 59. RGB value is (145,150,89). Sum of RGB (Red+Green+Blue) = 145+150+89=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 150 - color contains mainly: green. Hex color #919659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919659 is #6E69A6. Grayscale: #8D8D8D. Windows color (decimal): -7236007 or 5871249. OLE color: 5871249.
HSL color Cylindrical-coordinate representation of color #919659: hue angle of 64.92º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #919659 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 150 | 89 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.41 |
| HSL | 64.92º | 0.26% | 0.47% | - |
| HSV(B) | 64.92º | 0.41% | 0.59% | - |
| XYZ | 24.39 | 28.55 | 13.68 | - |
| YUV | 141.55 | 98.34 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 150 | 89 | 0.03 | 0 | 0.41 | 0.41 | 64.92 | 0.26 | 0.47 |
| Hex | 91 | 96 | 59 | 3 | 0 | 29 | 29 | 41 | 1A | 2F |
| Octal | 221 | 226 | 131 | 3 | 0 | 51 | 51 | 101 | 32 | 57 |
| Binary | 10010001 | 10010110 | 1011001 | 11 | 0 | 101001 | 101001 | 1000001 | 11010 | 101111 |
Color Harmonies of #919659
Complementary color
Monochromatic Colors of #919659
Black with #919659
Text Example
Text Example
White with #919659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919659; }
p { color: rgb(145,150,89); }
H1.HeaderClassName
{
color: #919659;
}
.AnyTagClassName
{
color: #919659;
}
</style>
background-color css
<style>
a { background-color: #919659; }
a { background-color: rgb(145,150,89); }
div.DivClassName
{
background-color: #919659;
}
.BgClassName
{
background-color: #919659;
}
</style>
border-color css
<style>
span { border-color: #919659; }
span { border-color: rgb(145,150,89); }
td.TdClassName
{
border-color: #919659;
}
.TagClassName
{
border-color: #919659;
}
</style>