Shades of Avocado #889663
Tints of Avocado #889663
RGB
CMYK
RGB Variations
Color information
#889663 (or 0x889663) is known color: Avocado. HEX triplet: 88, 96 and 63. RGB value is (136,150,99). Sum of RGB (Red+Green+Blue) = 136+150+99=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 150 - color contains mainly: green. Hex color #889663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889663 is #77699C. Grayscale: #8C8C8C. Windows color (decimal): -7825821 or 6526600. OLE color: 6526600.
HSL color Cylindrical-coordinate representation of color #889663: hue angle of 76.47º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #889663 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 136 | 150 | 99 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.41 |
| HSL | 76.47º | 0.2% | 0.49% | - |
| HSV(B) | 76.47º | 0.34% | 0.59% | - |
| XYZ | 23.31 | 27.95 | 15.97 | - |
| YUV | 140 | 104.86 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 150 | 99 | 0.09 | 0 | 0.34 | 0.41 | 76.47 | 0.2 | 0.49 |
| Hex | 88 | 96 | 63 | 9 | 0 | 22 | 29 | 4C | 14 | 31 |
| Octal | 210 | 226 | 143 | 11 | 0 | 42 | 51 | 114 | 24 | 61 |
| Binary | 10001000 | 10010110 | 1100011 | 1001 | 0 | 100010 | 101001 | 1001100 | 10100 | 110001 |
Color Harmonies of #889663
Complementary color
Monochromatic Colors of #889663
Black with #889663
Text Example
Text Example
White with #889663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889663; }
p { color: rgb(136,150,99); }
H1.HeaderClassName
{
color: #889663;
}
.AnyTagClassName
{
color: #889663;
}
</style>
background-color css
<style>
a { background-color: #889663; }
a { background-color: rgb(136,150,99); }
div.DivClassName
{
background-color: #889663;
}
.BgClassName
{
background-color: #889663;
}
</style>
border-color css
<style>
span { border-color: #889663; }
span { border-color: rgb(136,150,99); }
td.TdClassName
{
border-color: #889663;
}
.TagClassName
{
border-color: #889663;
}
</style>