Shades of Avocado #89966A
Tints of Avocado #89966A
RGB
CMYK
RGB Variations
Color information
#89966A (or 0x89966A) is known color: Avocado. HEX triplet: 89, 96 and 6A. RGB value is (137,150,106). Sum of RGB (Red+Green+Blue) = 137+150+106=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 150 - color contains mainly: green. Hex color #89966A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89966A is #766995. Grayscale: #8D8D8D. Windows color (decimal): -7760278 or 6985353. OLE color: 6985353.
HSL color Cylindrical-coordinate representation of color #89966A: hue angle of 77.73º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89966A is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 150 | 106 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.41 |
| HSL | 77.73º | 0.17% | 0.5% | - |
| HSV(B) | 77.73º | 0.29% | 0.59% | - |
| XYZ | 23.82 | 28.17 | 17.82 | - |
| YUV | 141.1 | 108.19 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 150 | 106 | 0.09 | 0 | 0.29 | 0.41 | 77.73 | 0.17 | 0.5 |
| Hex | 89 | 96 | 6A | 9 | 0 | 1D | 29 | 4E | 11 | 32 |
| Octal | 211 | 226 | 152 | 11 | 0 | 35 | 51 | 116 | 21 | 62 |
| Binary | 10001001 | 10010110 | 1101010 | 1001 | 0 | 11101 | 101001 | 1001110 | 10001 | 110010 |
Color Harmonies of #89966A
Complementary color
Monochromatic Colors of #89966A
Black with #89966A
Text Example
Text Example
White with #89966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89966A; }
p { color: rgb(137,150,106); }
H1.HeaderClassName
{
color: #89966A;
}
.AnyTagClassName
{
color: #89966A;
}
</style>
background-color css
<style>
a { background-color: #89966A; }
a { background-color: rgb(137,150,106); }
div.DivClassName
{
background-color: #89966A;
}
.BgClassName
{
background-color: #89966A;
}
</style>
border-color css
<style>
span { border-color: #89966A; }
span { border-color: rgb(137,150,106); }
td.TdClassName
{
border-color: #89966A;
}
.TagClassName
{
border-color: #89966A;
}
</style>