Shades of Avocado #889357
Tints of Avocado #889357
RGB
CMYK
RGB Variations
Color information
#889357 (or 0x889357) is known color: Avocado. HEX triplet: 88, 93 and 57. RGB value is (136,147,87). Sum of RGB (Red+Green+Blue) = 136+147+87=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 147 - color contains mainly: green. Hex color #889357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889357 is #776CA8. Grayscale: #898989. Windows color (decimal): -7826601 or 5739400. OLE color: 5739400.
HSL color Cylindrical-coordinate representation of color #889357: hue angle of 71º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #889357 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 147 | 87 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.42 |
| HSL | 71º | 0.26% | 0.46% | - |
| HSV(B) | 71º | 0.41% | 0.58% | - |
| XYZ | 22.31 | 26.79 | 13.01 | - |
| YUV | 136.87 | 99.86 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 147 | 87 | 0.07 | 0 | 0.41 | 0.42 | 71 | 0.26 | 0.46 |
| Hex | 88 | 93 | 57 | 7 | 0 | 29 | 2A | 47 | 1A | 2E |
| Octal | 210 | 223 | 127 | 7 | 0 | 51 | 52 | 107 | 32 | 56 |
| Binary | 10001000 | 10010011 | 1010111 | 111 | 0 | 101001 | 101010 | 1000111 | 11010 | 101110 |
Color Harmonies of #889357
Complementary color
Monochromatic Colors of #889357
Black with #889357
Text Example
Text Example
White with #889357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889357; }
p { color: rgb(136,147,87); }
H1.HeaderClassName
{
color: #889357;
}
.AnyTagClassName
{
color: #889357;
}
</style>
background-color css
<style>
a { background-color: #889357; }
a { background-color: rgb(136,147,87); }
div.DivClassName
{
background-color: #889357;
}
.BgClassName
{
background-color: #889357;
}
</style>
border-color css
<style>
span { border-color: #889357; }
span { border-color: rgb(136,147,87); }
td.TdClassName
{
border-color: #889357;
}
.TagClassName
{
border-color: #889357;
}
</style>