Shades of Avocado #979D71
Tints of Avocado #979D71
RGB
CMYK
RGB Variations
Color information
#979D71 (or 0x979D71) is known color: Avocado. HEX triplet: 97, 9D and 71. RGB value is (151,157,113). Sum of RGB (Red+Green+Blue) = 151+157+113=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 157 - color contains mainly: green. Hex color #979D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979D71 is #68628E. Grayscale: #969696. Windows color (decimal): -6840975 or 7445911. OLE color: 7445911.
HSL color Cylindrical-coordinate representation of color #979D71: hue angle of 68.18º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #979D71 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 157 | 113 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.38 |
| HSL | 68.18º | 0.18% | 0.53% | - |
| HSV(B) | 68.18º | 0.28% | 0.62% | - |
| XYZ | 27.8 | 31.89 | 20.31 | - |
| YUV | 150.19 | 107.01 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 157 | 113 | 0.04 | 0 | 0.28 | 0.38 | 68.18 | 0.18 | 0.53 |
| Hex | 97 | 9D | 71 | 4 | 0 | 1C | 26 | 44 | 12 | 35 |
| Octal | 227 | 235 | 161 | 4 | 0 | 34 | 46 | 104 | 22 | 65 |
| Binary | 10010111 | 10011101 | 1110001 | 100 | 0 | 11100 | 100110 | 1000100 | 10010 | 110101 |
Color Harmonies of #979D71
Complementary color
Monochromatic Colors of #979D71
Black with #979D71
Text Example
Text Example
White with #979D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979D71; }
p { color: rgb(151,157,113); }
H1.HeaderClassName
{
color: #979D71;
}
.AnyTagClassName
{
color: #979D71;
}
</style>
background-color css
<style>
a { background-color: #979D71; }
a { background-color: rgb(151,157,113); }
div.DivClassName
{
background-color: #979D71;
}
.BgClassName
{
background-color: #979D71;
}
</style>
border-color css
<style>
span { border-color: #979D71; }
span { border-color: rgb(151,157,113); }
td.TdClassName
{
border-color: #979D71;
}
.TagClassName
{
border-color: #979D71;
}
</style>