Shades of Avocado #89936B
Tints of Avocado #89936B
RGB
CMYK
RGB Variations
Color information
#89936B (or 0x89936B) is known color: Avocado. HEX triplet: 89, 93 and 6B. RGB value is (137,147,107). Sum of RGB (Red+Green+Blue) = 137+147+107=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 147 - color contains mainly: green. Hex color #89936B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89936B is #766C94. Grayscale: #8B8B8B. Windows color (decimal): -7761045 or 7050121. OLE color: 7050121.
HSL color Cylindrical-coordinate representation of color #89936B: hue angle of 75º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89936B is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 147 | 107 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.42 |
| HSL | 75º | 0.16% | 0.5% | - |
| HSV(B) | 75º | 0.27% | 0.58% | - |
| XYZ | 23.4 | 27.25 | 17.94 | - |
| YUV | 139.45 | 109.69 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 147 | 107 | 0.07 | 0 | 0.27 | 0.42 | 75 | 0.16 | 0.5 |
| Hex | 89 | 93 | 6B | 7 | 0 | 1B | 2A | 4B | 10 | 32 |
| Octal | 211 | 223 | 153 | 7 | 0 | 33 | 52 | 113 | 20 | 62 |
| Binary | 10001001 | 10010011 | 1101011 | 111 | 0 | 11011 | 101010 | 1001011 | 10000 | 110010 |
Color Harmonies of #89936B
Complementary color
Monochromatic Colors of #89936B
Black with #89936B
Text Example
Text Example
White with #89936B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89936B; }
p { color: rgb(137,147,107); }
H1.HeaderClassName
{
color: #89936B;
}
.AnyTagClassName
{
color: #89936B;
}
</style>
background-color css
<style>
a { background-color: #89936B; }
a { background-color: rgb(137,147,107); }
div.DivClassName
{
background-color: #89936B;
}
.BgClassName
{
background-color: #89936B;
}
</style>
border-color css
<style>
span { border-color: #89936B; }
span { border-color: rgb(137,147,107); }
td.TdClassName
{
border-color: #89936B;
}
.TagClassName
{
border-color: #89936B;
}
</style>