Shades of Avocado #89936D
Tints of Avocado #89936D
RGB
CMYK
RGB Variations
Color information
#89936D (or 0x89936D) is known color: Avocado. HEX triplet: 89, 93 and 6D. RGB value is (137,147,109). Sum of RGB (Red+Green+Blue) = 137+147+109=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 147 - color contains mainly: green. Hex color #89936D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89936D is #766C92. Grayscale: #8B8B8B. Windows color (decimal): -7761043 or 7181193. OLE color: 7181193.
HSL color Cylindrical-coordinate representation of color #89936D: hue angle of 75.79º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #89936D is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 147 | 109 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.42 |
| HSL | 75.79º | 0.15% | 0.5% | - |
| HSV(B) | 75.79º | 0.26% | 0.58% | - |
| XYZ | 23.51 | 27.29 | 18.5 | - |
| YUV | 139.68 | 110.69 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 147 | 109 | 0.07 | 0 | 0.26 | 0.42 | 75.79 | 0.15 | 0.5 |
| Hex | 89 | 93 | 6D | 7 | 0 | 1A | 2A | 4C | F | 32 |
| Octal | 211 | 223 | 155 | 7 | 0 | 32 | 52 | 114 | 17 | 62 |
| Binary | 10001001 | 10010011 | 1101101 | 111 | 0 | 11010 | 101010 | 1001100 | 1111 | 110010 |
Color Harmonies of #89936D
Complementary color
Monochromatic Colors of #89936D
Black with #89936D
Text Example
Text Example
White with #89936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89936D; }
p { color: rgb(137,147,109); }
H1.HeaderClassName
{
color: #89936D;
}
.AnyTagClassName
{
color: #89936D;
}
</style>
background-color css
<style>
a { background-color: #89936D; }
a { background-color: rgb(137,147,109); }
div.DivClassName
{
background-color: #89936D;
}
.BgClassName
{
background-color: #89936D;
}
</style>
border-color css
<style>
span { border-color: #89936D; }
span { border-color: rgb(137,147,109); }
td.TdClassName
{
border-color: #89936D;
}
.TagClassName
{
border-color: #89936D;
}
</style>