Shades of Avocado #889569
Tints of Avocado #889569
RGB
CMYK
RGB Variations
Color information
#889569 (or 0x889569) is known color: Avocado. HEX triplet: 88, 95 and 69. RGB value is (136,149,105). Sum of RGB (Red+Green+Blue) = 136+149+105=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 149 - color contains mainly: green. Hex color #889569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889569 is #776A96. Grayscale: #8C8C8C. Windows color (decimal): -7826071 or 6919560. OLE color: 6919560.
HSL color Cylindrical-coordinate representation of color #889569: hue angle of 77.73º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #889569 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 149 | 105 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.42 |
| HSL | 77.73º | 0.17% | 0.5% | - |
| HSV(B) | 77.73º | 0.3% | 0.58% | - |
| XYZ | 23.45 | 27.75 | 17.48 | - |
| YUV | 140.1 | 108.19 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 149 | 105 | 0.09 | 0 | 0.30 | 0.42 | 77.73 | 0.17 | 0.5 |
| Hex | 88 | 95 | 69 | 9 | 0 | 1E | 2A | 4E | 11 | 32 |
| Octal | 210 | 225 | 151 | 11 | 0 | 36 | 52 | 116 | 21 | 62 |
| Binary | 10001000 | 10010101 | 1101001 | 1001 | 0 | 11110 | 101010 | 1001110 | 10001 | 110010 |
Color Harmonies of #889569
Complementary color
Monochromatic Colors of #889569
Black with #889569
Text Example
Text Example
White with #889569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889569; }
p { color: rgb(136,149,105); }
H1.HeaderClassName
{
color: #889569;
}
.AnyTagClassName
{
color: #889569;
}
</style>
background-color css
<style>
a { background-color: #889569; }
a { background-color: rgb(136,149,105); }
div.DivClassName
{
background-color: #889569;
}
.BgClassName
{
background-color: #889569;
}
</style>
border-color css
<style>
span { border-color: #889569; }
span { border-color: rgb(136,149,105); }
td.TdClassName
{
border-color: #889569;
}
.TagClassName
{
border-color: #889569;
}
</style>