Shades of Avocado #889467
Tints of Avocado #889467
RGB
CMYK
RGB Variations
Color information
#889467 (or 0x889467) is known color: Avocado. HEX triplet: 88, 94 and 67. RGB value is (136,148,103). Sum of RGB (Red+Green+Blue) = 136+148+103=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 148 - color contains mainly: green. Hex color #889467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889467 is #776B98. Grayscale: #8B8B8B. Windows color (decimal): -7826329 or 6788232. OLE color: 6788232.
HSL color Cylindrical-coordinate representation of color #889467: hue angle of 76º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #889467 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 148 | 103 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.42 |
| HSL | 76º | 0.18% | 0.49% | - |
| HSV(B) | 76º | 0.3% | 0.58% | - |
| XYZ | 23.19 | 27.39 | 16.9 | - |
| YUV | 139.28 | 107.52 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 148 | 103 | 0.08 | 0 | 0.30 | 0.42 | 76 | 0.18 | 0.49 |
| Hex | 88 | 94 | 67 | 8 | 0 | 1E | 2A | 4C | 12 | 31 |
| Octal | 210 | 224 | 147 | 10 | 0 | 36 | 52 | 114 | 22 | 61 |
| Binary | 10001000 | 10010100 | 1100111 | 1000 | 0 | 11110 | 101010 | 1001100 | 10010 | 110001 |
Color Harmonies of #889467
Complementary color
Monochromatic Colors of #889467
Black with #889467
Text Example
Text Example
White with #889467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889467; }
p { color: rgb(136,148,103); }
H1.HeaderClassName
{
color: #889467;
}
.AnyTagClassName
{
color: #889467;
}
</style>
background-color css
<style>
a { background-color: #889467; }
a { background-color: rgb(136,148,103); }
div.DivClassName
{
background-color: #889467;
}
.BgClassName
{
background-color: #889467;
}
</style>
border-color css
<style>
span { border-color: #889467; }
span { border-color: rgb(136,148,103); }
td.TdClassName
{
border-color: #889467;
}
.TagClassName
{
border-color: #889467;
}
</style>