Shades of Avocado #989C6F
Tints of Avocado #989C6F
RGB
CMYK
RGB Variations
Color information
#989C6F (or 0x989C6F) is known color: Avocado. HEX triplet: 98, 9C and 6F. RGB value is (152,156,111). Sum of RGB (Red+Green+Blue) = 152+156+111=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 156 - color contains mainly: green. Hex color #989C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989C6F is #676390. Grayscale: #959595. Windows color (decimal): -6775697 or 7314584. OLE color: 7314584.
HSL color Cylindrical-coordinate representation of color #989C6F: hue angle of 65.33º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #989C6F is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 156 | 111 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.39 |
| HSL | 65.33º | 0.19% | 0.52% | - |
| HSV(B) | 65.33º | 0.29% | 0.61% | - |
| XYZ | 27.71 | 31.6 | 19.68 | - |
| YUV | 149.67 | 106.17 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 156 | 111 | 0.03 | 0 | 0.29 | 0.39 | 65.33 | 0.19 | 0.52 |
| Hex | 98 | 9C | 6F | 3 | 0 | 1D | 27 | 41 | 13 | 34 |
| Octal | 230 | 234 | 157 | 3 | 0 | 35 | 47 | 101 | 23 | 64 |
| Binary | 10011000 | 10011100 | 1101111 | 11 | 0 | 11101 | 100111 | 1000001 | 10011 | 110100 |
Color Harmonies of #989C6F
Complementary color
Monochromatic Colors of #989C6F
Black with #989C6F
Text Example
Text Example
White with #989C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989C6F; }
p { color: rgb(152,156,111); }
H1.HeaderClassName
{
color: #989C6F;
}
.AnyTagClassName
{
color: #989C6F;
}
</style>
background-color css
<style>
a { background-color: #989C6F; }
a { background-color: rgb(152,156,111); }
div.DivClassName
{
background-color: #989C6F;
}
.BgClassName
{
background-color: #989C6F;
}
</style>
border-color css
<style>
span { border-color: #989C6F; }
span { border-color: rgb(152,156,111); }
td.TdClassName
{
border-color: #989C6F;
}
.TagClassName
{
border-color: #989C6F;
}
</style>