Shades of Avocado #889469
Tints of Avocado #889469
RGB
CMYK
RGB Variations
Color information
#889469 (or 0x889469) is known color: Avocado. HEX triplet: 88, 94 and 69. RGB value is (136,148,105). Sum of RGB (Red+Green+Blue) = 136+148+105=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 148 - color contains mainly: green. Hex color #889469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889469 is #776B96. Grayscale: #8B8B8B. Windows color (decimal): -7826327 or 6919304. OLE color: 6919304.
HSL color Cylindrical-coordinate representation of color #889469: hue angle of 76.74º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #889469 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 148 | 105 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.42 |
| HSL | 76.74º | 0.17% | 0.5% | - |
| HSV(B) | 76.74º | 0.29% | 0.58% | - |
| XYZ | 23.29 | 27.43 | 17.43 | - |
| YUV | 139.51 | 108.52 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 148 | 105 | 0.08 | 0 | 0.29 | 0.42 | 76.74 | 0.17 | 0.5 |
| Hex | 88 | 94 | 69 | 8 | 0 | 1D | 2A | 4D | 11 | 32 |
| Octal | 210 | 224 | 151 | 10 | 0 | 35 | 52 | 115 | 21 | 62 |
| Binary | 10001000 | 10010100 | 1101001 | 1000 | 0 | 11101 | 101010 | 1001101 | 10001 | 110010 |
Color Harmonies of #889469
Complementary color
Monochromatic Colors of #889469
Black with #889469
Text Example
Text Example
White with #889469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889469; }
p { color: rgb(136,148,105); }
H1.HeaderClassName
{
color: #889469;
}
.AnyTagClassName
{
color: #889469;
}
</style>
background-color css
<style>
a { background-color: #889469; }
a { background-color: rgb(136,148,105); }
div.DivClassName
{
background-color: #889469;
}
.BgClassName
{
background-color: #889469;
}
</style>
border-color css
<style>
span { border-color: #889469; }
span { border-color: rgb(136,148,105); }
td.TdClassName
{
border-color: #889469;
}
.TagClassName
{
border-color: #889469;
}
</style>