Shades of Avocado #989E70
Tints of Avocado #989E70
RGB
CMYK
RGB Variations
Color information
#989E70 (or 0x989E70) is known color: Avocado. HEX triplet: 98, 9E and 70. RGB value is (152,158,112). Sum of RGB (Red+Green+Blue) = 152+158+112=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 158 - color contains mainly: green. Hex color #989E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989E70 is #67618F. Grayscale: #979797. Windows color (decimal): -6775184 or 7380632. OLE color: 7380632.
HSL color Cylindrical-coordinate representation of color #989E70: hue angle of 67.83º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #989E70 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 158 | 112 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.38 |
| HSL | 67.83º | 0.19% | 0.53% | - |
| HSV(B) | 67.83º | 0.29% | 0.62% | - |
| XYZ | 28.1 | 32.3 | 20.08 | - |
| YUV | 150.96 | 106.01 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 158 | 112 | 0.04 | 0 | 0.29 | 0.38 | 67.83 | 0.19 | 0.53 |
| Hex | 98 | 9E | 70 | 4 | 0 | 1D | 26 | 44 | 13 | 35 |
| Octal | 230 | 236 | 160 | 4 | 0 | 35 | 46 | 104 | 23 | 65 |
| Binary | 10011000 | 10011110 | 1110000 | 100 | 0 | 11101 | 100110 | 1000100 | 10011 | 110101 |
Color Harmonies of #989E70
Complementary color
Monochromatic Colors of #989E70
Black with #989E70
Text Example
Text Example
White with #989E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989E70; }
p { color: rgb(152,158,112); }
H1.HeaderClassName
{
color: #989E70;
}
.AnyTagClassName
{
color: #989E70;
}
</style>
background-color css
<style>
a { background-color: #989E70; }
a { background-color: rgb(152,158,112); }
div.DivClassName
{
background-color: #989E70;
}
.BgClassName
{
background-color: #989E70;
}
</style>
border-color css
<style>
span { border-color: #989E70; }
span { border-color: rgb(152,158,112); }
td.TdClassName
{
border-color: #989E70;
}
.TagClassName
{
border-color: #989E70;
}
</style>