Shades of Avocado #889567
Tints of Avocado #889567
RGB
CMYK
RGB Variations
Color information
#889567 (or 0x889567) is known color: Avocado. HEX triplet: 88, 95 and 67. RGB value is (136,149,103). Sum of RGB (Red+Green+Blue) = 136+149+103=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 149 - color contains mainly: green. Hex color #889567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889567 is #776A98. Grayscale: #8C8C8C. Windows color (decimal): -7826073 or 6788488. OLE color: 6788488.
HSL color Cylindrical-coordinate representation of color #889567: hue angle of 76.96º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #889567 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 149 | 103 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.42 |
| HSL | 76.96º | 0.18% | 0.49% | - |
| HSV(B) | 76.96º | 0.31% | 0.58% | - |
| XYZ | 23.35 | 27.71 | 16.95 | - |
| YUV | 139.87 | 107.19 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 149 | 103 | 0.09 | 0 | 0.31 | 0.42 | 76.96 | 0.18 | 0.49 |
| Hex | 88 | 95 | 67 | 9 | 0 | 1F | 2A | 4D | 12 | 31 |
| Octal | 210 | 225 | 147 | 11 | 0 | 37 | 52 | 115 | 22 | 61 |
| Binary | 10001000 | 10010101 | 1100111 | 1001 | 0 | 11111 | 101010 | 1001101 | 10010 | 110001 |
Color Harmonies of #889567
Complementary color
Monochromatic Colors of #889567
Black with #889567
Text Example
Text Example
White with #889567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889567; }
p { color: rgb(136,149,103); }
H1.HeaderClassName
{
color: #889567;
}
.AnyTagClassName
{
color: #889567;
}
</style>
background-color css
<style>
a { background-color: #889567; }
a { background-color: rgb(136,149,103); }
div.DivClassName
{
background-color: #889567;
}
.BgClassName
{
background-color: #889567;
}
</style>
border-color css
<style>
span { border-color: #889567; }
span { border-color: rgb(136,149,103); }
td.TdClassName
{
border-color: #889567;
}
.TagClassName
{
border-color: #889567;
}
</style>