Shades of Avocado #899662
Tints of Avocado #899662
RGB
CMYK
RGB Variations
Color information
#899662 (or 0x899662) is known color: Avocado. HEX triplet: 89, 96 and 62. RGB value is (137,150,98). Sum of RGB (Red+Green+Blue) = 137+150+98=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 150 - color contains mainly: green. Hex color #899662 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899662 is #76699D. Grayscale: #8C8C8C. Windows color (decimal): -7760286 or 6461065. OLE color: 6461065.
HSL color Cylindrical-coordinate representation of color #899662: hue angle of 75º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #899662 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 150 | 98 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.41 |
| HSL | 75º | 0.21% | 0.49% | - |
| HSV(B) | 75º | 0.35% | 0.59% | - |
| XYZ | 23.43 | 28.01 | 15.73 | - |
| YUV | 140.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 150 | 98 | 0.09 | 0 | 0.35 | 0.41 | 75 | 0.21 | 0.49 |
| Hex | 89 | 96 | 62 | 9 | 0 | 23 | 29 | 4B | 15 | 31 |
| Octal | 211 | 226 | 142 | 11 | 0 | 43 | 51 | 113 | 25 | 61 |
| Binary | 10001001 | 10010110 | 1100010 | 1001 | 0 | 100011 | 101001 | 1001011 | 10101 | 110001 |
Color Harmonies of #899662
Complementary color
Monochromatic Colors of #899662
Black with #899662
Text Example
Text Example
White with #899662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899662; }
p { color: rgb(137,150,98); }
H1.HeaderClassName
{
color: #899662;
}
.AnyTagClassName
{
color: #899662;
}
</style>
background-color css
<style>
a { background-color: #899662; }
a { background-color: rgb(137,150,98); }
div.DivClassName
{
background-color: #899662;
}
.BgClassName
{
background-color: #899662;
}
</style>
border-color css
<style>
span { border-color: #899662; }
span { border-color: rgb(137,150,98); }
td.TdClassName
{
border-color: #899662;
}
.TagClassName
{
border-color: #899662;
}
</style>