Shades of Avocado #979761
Tints of Avocado #979761
RGB
CMYK
RGB Variations
Color information
#979761 (or 0x979761) is known color: Avocado. HEX triplet: 97, 97 and 61. RGB value is (151,151,97). Sum of RGB (Red+Green+Blue) = 151+151+97=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 151 - color contains mainly: red, green. Hex color #979761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979761 is #68689E. Grayscale: #919191. Windows color (decimal): -6842527 or 6395799. OLE color: 6395799.
HSL color Cylindrical-coordinate representation of color #979761: hue angle of 60º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #979761 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 151 | 97 | - |
| CMYK | 0 | 0 | 0.36 | 0.41 |
| HSL | 60º | 0.22% | 0.49% | - |
| HSV(B) | 60º | 0.36% | 0.59% | - |
| XYZ | 25.99 | 29.58 | 15.65 | - |
| YUV | 144.84 | 101 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 151 | 97 | 0 | 0 | 0.36 | 0.41 | 60 | 0.22 | 0.49 |
| Hex | 97 | 97 | 61 | 0 | 0 | 24 | 29 | 3C | 16 | 31 |
| Octal | 227 | 227 | 141 | 0 | 0 | 44 | 51 | 74 | 26 | 61 |
| Binary | 10010111 | 10010111 | 1100001 | 0 | 0 | 100100 | 101001 | 111100 | 10110 | 110001 |
Color Harmonies of #979761
Complementary color
Monochromatic Colors of #979761
Black with #979761
Text Example
Text Example
White with #979761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979761; }
p { color: rgb(151,151,97); }
H1.HeaderClassName
{
color: #979761;
}
.AnyTagClassName
{
color: #979761;
}
</style>
background-color css
<style>
a { background-color: #979761; }
a { background-color: rgb(151,151,97); }
div.DivClassName
{
background-color: #979761;
}
.BgClassName
{
background-color: #979761;
}
</style>
border-color css
<style>
span { border-color: #979761; }
span { border-color: rgb(151,151,97); }
td.TdClassName
{
border-color: #979761;
}
.TagClassName
{
border-color: #979761;
}
</style>