Shades of Avocado #889468
Tints of Avocado #889468
RGB
CMYK
RGB Variations
Color information
#889468 (or 0x889468) is known color: Avocado. HEX triplet: 88, 94 and 68. RGB value is (136,148,104). Sum of RGB (Red+Green+Blue) = 136+148+104=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 148 - color contains mainly: green. Hex color #889468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889468 is #776B97. Grayscale: #8B8B8B. Windows color (decimal): -7826328 or 6853768. OLE color: 6853768.
HSL color Cylindrical-coordinate representation of color #889468: hue angle of 76.36º degrees, saturation: 0.17, 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 #889468 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 148 | 104 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.42 |
| HSL | 76.36º | 0.17% | 0.49% | - |
| HSV(B) | 76.36º | 0.3% | 0.58% | - |
| XYZ | 23.24 | 27.41 | 17.16 | - |
| YUV | 139.4 | 108.02 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 148 | 104 | 0.08 | 0 | 0.30 | 0.42 | 76.36 | 0.17 | 0.49 |
| Hex | 88 | 94 | 68 | 8 | 0 | 1E | 2A | 4C | 11 | 31 |
| Octal | 210 | 224 | 150 | 10 | 0 | 36 | 52 | 114 | 21 | 61 |
| Binary | 10001000 | 10010100 | 1101000 | 1000 | 0 | 11110 | 101010 | 1001100 | 10001 | 110001 |
Color Harmonies of #889468
Complementary color
Monochromatic Colors of #889468
Black with #889468
Text Example
Text Example
White with #889468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889468; }
p { color: rgb(136,148,104); }
H1.HeaderClassName
{
color: #889468;
}
.AnyTagClassName
{
color: #889468;
}
</style>
background-color css
<style>
a { background-color: #889468; }
a { background-color: rgb(136,148,104); }
div.DivClassName
{
background-color: #889468;
}
.BgClassName
{
background-color: #889468;
}
</style>
border-color css
<style>
span { border-color: #889468; }
span { border-color: rgb(136,148,104); }
td.TdClassName
{
border-color: #889468;
}
.TagClassName
{
border-color: #889468;
}
</style>