Shades of Avocado #979D62
Tints of Avocado #979D62
RGB
CMYK
RGB Variations
Color information
#979D62 (or 0x979D62) is known color: Avocado. HEX triplet: 97, 9D and 62. RGB value is (151,157,98). Sum of RGB (Red+Green+Blue) = 151+157+98=406 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.19% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 98 (38.67% from 255 or 24.14% from 406); Max value from RGB is 157 - color contains mainly: green. Hex color #979D62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979D62 is #68629D. Grayscale: #949494. Windows color (decimal): -6840990 or 6462871. OLE color: 6462871.
HSL color Cylindrical-coordinate representation of color #979D62: hue angle of 66.1º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #979D62 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 157 | 98 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.38 |
| HSL | 66.1º | 0.23% | 0.5% | - |
| HSV(B) | 66.1º | 0.38% | 0.62% | - |
| XYZ | 27.02 | 31.58 | 16.23 | - |
| YUV | 148.48 | 99.51 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 157 | 98 | 0.04 | 0 | 0.38 | 0.38 | 66.1 | 0.23 | 0.5 |
| Hex | 97 | 9D | 62 | 4 | 0 | 26 | 26 | 42 | 17 | 32 |
| Octal | 227 | 235 | 142 | 4 | 0 | 46 | 46 | 102 | 27 | 62 |
| Binary | 10010111 | 10011101 | 1100010 | 100 | 0 | 100110 | 100110 | 1000010 | 10111 | 110010 |
Color Harmonies of #979D62
Complementary color
Monochromatic Colors of #979D62
Black with #979D62
Text Example
Text Example
White with #979D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979D62; }
p { color: rgb(151,157,98); }
H1.HeaderClassName
{
color: #979D62;
}
.AnyTagClassName
{
color: #979D62;
}
</style>
background-color css
<style>
a { background-color: #979D62; }
a { background-color: rgb(151,157,98); }
div.DivClassName
{
background-color: #979D62;
}
.BgClassName
{
background-color: #979D62;
}
</style>
border-color css
<style>
span { border-color: #979D62; }
span { border-color: rgb(151,157,98); }
td.TdClassName
{
border-color: #979D62;
}
.TagClassName
{
border-color: #979D62;
}
</style>