Shades of Avocado #979C71
Tints of Avocado #979C71
RGB
CMYK
RGB Variations
Color information
#979C71 (or 0x979C71) is known color: Avocado. HEX triplet: 97, 9C and 71. RGB value is (151,156,113). Sum of RGB (Red+Green+Blue) = 151+156+113=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 156 - color contains mainly: green. Hex color #979C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979C71 is #68638E. Grayscale: #959595. Windows color (decimal): -6841231 or 7445655. OLE color: 7445655.
HSL color Cylindrical-coordinate representation of color #979C71: hue angle of 66.98º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #979C71 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 151 | 156 | 113 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.39 |
| HSL | 66.98º | 0.18% | 0.53% | - |
| HSV(B) | 66.98º | 0.28% | 0.61% | - |
| XYZ | 27.63 | 31.55 | 20.26 | - |
| YUV | 149.6 | 107.34 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 156 | 113 | 0.03 | 0 | 0.28 | 0.39 | 66.98 | 0.18 | 0.53 |
| Hex | 97 | 9C | 71 | 3 | 0 | 1C | 27 | 43 | 12 | 35 |
| Octal | 227 | 234 | 161 | 3 | 0 | 34 | 47 | 103 | 22 | 65 |
| Binary | 10010111 | 10011100 | 1110001 | 11 | 0 | 11100 | 100111 | 1000011 | 10010 | 110101 |
Color Harmonies of #979C71
Complementary color
Monochromatic Colors of #979C71
Black with #979C71
Text Example
Text Example
White with #979C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979C71; }
p { color: rgb(151,156,113); }
H1.HeaderClassName
{
color: #979C71;
}
.AnyTagClassName
{
color: #979C71;
}
</style>
background-color css
<style>
a { background-color: #979C71; }
a { background-color: rgb(151,156,113); }
div.DivClassName
{
background-color: #979C71;
}
.BgClassName
{
background-color: #979C71;
}
</style>
border-color css
<style>
span { border-color: #979C71; }
span { border-color: rgb(151,156,113); }
td.TdClassName
{
border-color: #979C71;
}
.TagClassName
{
border-color: #979C71;
}
</style>