Shades of Avocado #979959
Tints of Avocado #979959
RGB
CMYK
RGB Variations
Color information
#979959 (or 0x979959) is known color: Avocado. HEX triplet: 97, 99 and 59. RGB value is (151,153,89). Sum of RGB (Red+Green+Blue) = 151+153+89=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 153 - color contains mainly: green. Hex color #979959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979959 is #6866A6. Grayscale: #919191. Windows color (decimal): -6842023 or 5872023. OLE color: 5872023.
HSL color Cylindrical-coordinate representation of color #979959: hue angle of 61.88º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #979959 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 151 | 153 | 89 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.4 |
| HSL | 61.88º | 0.26% | 0.47% | - |
| HSV(B) | 61.88º | 0.42% | 0.6% | - |
| XYZ | 25.96 | 30.08 | 13.89 | - |
| YUV | 145.11 | 96.34 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 153 | 89 | 0.01 | 0 | 0.42 | 0.4 | 61.88 | 0.26 | 0.47 |
| Hex | 97 | 99 | 59 | 1 | 0 | 2A | 28 | 3E | 1A | 2F |
| Octal | 227 | 231 | 131 | 1 | 0 | 52 | 50 | 76 | 32 | 57 |
| Binary | 10010111 | 10011001 | 1011001 | 1 | 0 | 101010 | 101000 | 111110 | 11010 | 101111 |
Color Harmonies of #979959
Complementary color
Monochromatic Colors of #979959
Black with #979959
Text Example
Text Example
White with #979959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979959; }
p { color: rgb(151,153,89); }
H1.HeaderClassName
{
color: #979959;
}
.AnyTagClassName
{
color: #979959;
}
</style>
background-color css
<style>
a { background-color: #979959; }
a { background-color: rgb(151,153,89); }
div.DivClassName
{
background-color: #979959;
}
.BgClassName
{
background-color: #979959;
}
</style>
border-color css
<style>
span { border-color: #979959; }
span { border-color: rgb(151,153,89); }
td.TdClassName
{
border-color: #979959;
}
.TagClassName
{
border-color: #979959;
}
</style>