Shades of Avocado #89945A
Tints of Avocado #89945A
RGB
CMYK
RGB Variations
Color information
#89945A (or 0x89945A) is known color: Avocado. HEX triplet: 89, 94 and 5A. RGB value is (137,148,90). Sum of RGB (Red+Green+Blue) = 137+148+90=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 148 - color contains mainly: green. Hex color #89945A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89945A is #766BA5. Grayscale: #8A8A8A. Windows color (decimal): -7760806 or 5936265. OLE color: 5936265.
HSL color Cylindrical-coordinate representation of color #89945A: hue angle of 71.38º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89945A is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 148 | 90 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.42 |
| HSL | 71.38º | 0.24% | 0.47% | - |
| HSV(B) | 71.38º | 0.39% | 0.58% | - |
| XYZ | 22.75 | 27.24 | 13.73 | - |
| YUV | 138.1 | 100.86 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 148 | 90 | 0.07 | 0 | 0.39 | 0.42 | 71.38 | 0.24 | 0.47 |
| Hex | 89 | 94 | 5A | 7 | 0 | 27 | 2A | 47 | 18 | 2F |
| Octal | 211 | 224 | 132 | 7 | 0 | 47 | 52 | 107 | 30 | 57 |
| Binary | 10001001 | 10010100 | 1011010 | 111 | 0 | 100111 | 101010 | 1000111 | 11000 | 101111 |
Color Harmonies of #89945A
Complementary color
Monochromatic Colors of #89945A
Black with #89945A
Text Example
Text Example
White with #89945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89945A; }
p { color: rgb(137,148,90); }
H1.HeaderClassName
{
color: #89945A;
}
.AnyTagClassName
{
color: #89945A;
}
</style>
background-color css
<style>
a { background-color: #89945A; }
a { background-color: rgb(137,148,90); }
div.DivClassName
{
background-color: #89945A;
}
.BgClassName
{
background-color: #89945A;
}
</style>
border-color css
<style>
span { border-color: #89945A; }
span { border-color: rgb(137,148,90); }
td.TdClassName
{
border-color: #89945A;
}
.TagClassName
{
border-color: #89945A;
}
</style>