Shades of Avocado #979556
Tints of Avocado #979556
RGB
CMYK
RGB Variations
Color information
#979556 (or 0x979556) is known color: Avocado. HEX triplet: 97, 95 and 56. RGB value is (151,149,86). Sum of RGB (Red+Green+Blue) = 151+149+86=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 151 - color contains mainly: red. Hex color #979556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979556 is #686AA9. Grayscale: #8E8E8E. Windows color (decimal): -6843050 or 5674391. OLE color: 5674391.
HSL color Cylindrical-coordinate representation of color #979556: hue angle of 58.15º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #979556 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 149 | 86 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.41 |
| HSL | 58.15º | 0.27% | 0.46% | - |
| HSV(B) | 58.15º | 0.43% | 0.59% | - |
| XYZ | 25.19 | 28.75 | 13.03 | - |
| YUV | 142.42 | 96.16 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 149 | 86 | 0 | 0.01 | 0.43 | 0.41 | 58.15 | 0.27 | 0.46 |
| Hex | 97 | 95 | 56 | 0 | 1 | 2B | 29 | 3A | 1B | 2E |
| Octal | 227 | 225 | 126 | 0 | 1 | 53 | 51 | 72 | 33 | 56 |
| Binary | 10010111 | 10010101 | 1010110 | 0 | 1 | 101011 | 101001 | 111010 | 11011 | 101110 |
Color Harmonies of #979556
Complementary color
Monochromatic Colors of #979556
Black with #979556
Text Example
Text Example
White with #979556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979556; }
p { color: rgb(151,149,86); }
H1.HeaderClassName
{
color: #979556;
}
.AnyTagClassName
{
color: #979556;
}
</style>
background-color css
<style>
a { background-color: #979556; }
a { background-color: rgb(151,149,86); }
div.DivClassName
{
background-color: #979556;
}
.BgClassName
{
background-color: #979556;
}
</style>
border-color css
<style>
span { border-color: #979556; }
span { border-color: rgb(151,149,86); }
td.TdClassName
{
border-color: #979556;
}
.TagClassName
{
border-color: #979556;
}
</style>