Shades of Avocado #89956B
Tints of Avocado #89956B
RGB
CMYK
RGB Variations
Color information
#89956B (or 0x89956B) is known color: Avocado. HEX triplet: 89, 95 and 6B. RGB value is (137,149,107). Sum of RGB (Red+Green+Blue) = 137+149+107=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 149 - color contains mainly: green. Hex color #89956B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89956B is #766A94. Grayscale: #8C8C8C. Windows color (decimal): -7760533 or 7050633. OLE color: 7050633.
HSL color Cylindrical-coordinate representation of color #89956B: hue angle of 77.14º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89956B is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 149 | 107 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.42 |
| HSL | 77.14º | 0.17% | 0.5% | - |
| HSV(B) | 77.14º | 0.28% | 0.58% | - |
| XYZ | 23.72 | 27.87 | 18.04 | - |
| YUV | 140.62 | 109.02 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 107 | 0.08 | 0 | 0.28 | 0.42 | 77.14 | 0.17 | 0.5 |
| Hex | 89 | 95 | 6B | 8 | 0 | 1C | 2A | 4D | 11 | 32 |
| Octal | 211 | 225 | 153 | 10 | 0 | 34 | 52 | 115 | 21 | 62 |
| Binary | 10001001 | 10010101 | 1101011 | 1000 | 0 | 11100 | 101010 | 1001101 | 10001 | 110010 |
Color Harmonies of #89956B
Complementary color
Monochromatic Colors of #89956B
Black with #89956B
Text Example
Text Example
White with #89956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89956B; }
p { color: rgb(137,149,107); }
H1.HeaderClassName
{
color: #89956B;
}
.AnyTagClassName
{
color: #89956B;
}
</style>
background-color css
<style>
a { background-color: #89956B; }
a { background-color: rgb(137,149,107); }
div.DivClassName
{
background-color: #89956B;
}
.BgClassName
{
background-color: #89956B;
}
</style>
border-color css
<style>
span { border-color: #89956B; }
span { border-color: rgb(137,149,107); }
td.TdClassName
{
border-color: #89956B;
}
.TagClassName
{
border-color: #89956B;
}
</style>