Shades of Avocado #989E68
Tints of Avocado #989E68
RGB
CMYK
RGB Variations
Color information
#989E68 (or 0x989E68) is known color: Avocado. HEX triplet: 98, 9E and 68. RGB value is (152,158,104). Sum of RGB (Red+Green+Blue) = 152+158+104=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 158 - color contains mainly: green. Hex color #989E68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989E68 is #676197. Grayscale: #969696. Windows color (decimal): -6775192 or 6856344. OLE color: 6856344.
HSL color Cylindrical-coordinate representation of color #989E68: hue angle of 66.67º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #989E68 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 158 | 104 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.38 |
| HSL | 66.67º | 0.22% | 0.51% | - |
| HSV(B) | 66.67º | 0.34% | 0.62% | - |
| XYZ | 27.67 | 32.13 | 17.84 | - |
| YUV | 150.05 | 102.01 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 158 | 104 | 0.04 | 0 | 0.34 | 0.38 | 66.67 | 0.22 | 0.51 |
| Hex | 98 | 9E | 68 | 4 | 0 | 22 | 26 | 43 | 16 | 33 |
| Octal | 230 | 236 | 150 | 4 | 0 | 42 | 46 | 103 | 26 | 63 |
| Binary | 10011000 | 10011110 | 1101000 | 100 | 0 | 100010 | 100110 | 1000011 | 10110 | 110011 |
Color Harmonies of #989E68
Complementary color
Monochromatic Colors of #989E68
Black with #989E68
Text Example
Text Example
White with #989E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989E68; }
p { color: rgb(152,158,104); }
H1.HeaderClassName
{
color: #989E68;
}
.AnyTagClassName
{
color: #989E68;
}
</style>
background-color css
<style>
a { background-color: #989E68; }
a { background-color: rgb(152,158,104); }
div.DivClassName
{
background-color: #989E68;
}
.BgClassName
{
background-color: #989E68;
}
</style>
border-color css
<style>
span { border-color: #989E68; }
span { border-color: rgb(152,158,104); }
td.TdClassName
{
border-color: #989E68;
}
.TagClassName
{
border-color: #989E68;
}
</style>