Shades of Avocado #89935F
Tints of Avocado #89935F
RGB
CMYK
RGB Variations
Color information
#89935F (or 0x89935F) is known color: Avocado. HEX triplet: 89, 93 and 5F. RGB value is (137,147,95). Sum of RGB (Red+Green+Blue) = 137+147+95=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 147 - color contains mainly: green. Hex color #89935F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89935F is #766CA0. Grayscale: #8A8A8A. Windows color (decimal): -7761057 or 6263689. OLE color: 6263689.
HSL color Cylindrical-coordinate representation of color #89935F: hue angle of 71.54º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89935F is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 147 | 95 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.42 |
| HSL | 71.54º | 0.21% | 0.47% | - |
| HSV(B) | 71.54º | 0.35% | 0.58% | - |
| XYZ | 22.82 | 27.01 | 14.84 | - |
| YUV | 138.08 | 103.69 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 147 | 95 | 0.07 | 0 | 0.35 | 0.42 | 71.54 | 0.21 | 0.47 |
| Hex | 89 | 93 | 5F | 7 | 0 | 23 | 2A | 48 | 15 | 2F |
| Octal | 211 | 223 | 137 | 7 | 0 | 43 | 52 | 110 | 25 | 57 |
| Binary | 10001001 | 10010011 | 1011111 | 111 | 0 | 100011 | 101010 | 1001000 | 10101 | 101111 |
Color Harmonies of #89935F
Complementary color
Monochromatic Colors of #89935F
Black with #89935F
Text Example
Text Example
White with #89935F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89935F; }
p { color: rgb(137,147,95); }
H1.HeaderClassName
{
color: #89935F;
}
.AnyTagClassName
{
color: #89935F;
}
</style>
background-color css
<style>
a { background-color: #89935F; }
a { background-color: rgb(137,147,95); }
div.DivClassName
{
background-color: #89935F;
}
.BgClassName
{
background-color: #89935F;
}
</style>
border-color css
<style>
span { border-color: #89935F; }
span { border-color: rgb(137,147,95); }
td.TdClassName
{
border-color: #89935F;
}
.TagClassName
{
border-color: #89935F;
}
</style>