Shades of Avocado #979A5E
Tints of Avocado #979A5E
RGB
CMYK
RGB Variations
Color information
#979A5E (or 0x979A5E) is known color: Avocado. HEX triplet: 97, 9A and 5E. RGB value is (151,154,94). Sum of RGB (Red+Green+Blue) = 151+154+94=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 154 - color contains mainly: green. Hex color #979A5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979A5E is #6865A1. Grayscale: #929292. Windows color (decimal): -6841762 or 6199959. OLE color: 6199959.
HSL color Cylindrical-coordinate representation of color #979A5E: hue angle of 63º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #979A5E is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 154 | 94 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.40 |
| HSL | 63º | 0.24% | 0.49% | - |
| HSV(B) | 63º | 0.39% | 0.6% | - |
| XYZ | 26.34 | 30.5 | 15.09 | - |
| YUV | 146.26 | 98.51 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 154 | 94 | 0.02 | 0 | 0.39 | 0.40 | 63 | 0.24 | 0.49 |
| Hex | 97 | 9A | 5E | 2 | 0 | 27 | 28 | 3F | 18 | 31 |
| Octal | 227 | 232 | 136 | 2 | 0 | 47 | 50 | 77 | 30 | 61 |
| Binary | 10010111 | 10011010 | 1011110 | 10 | 0 | 100111 | 101000 | 111111 | 11000 | 110001 |
Color Harmonies of #979A5E
Complementary color
Monochromatic Colors of #979A5E
Black with #979A5E
Text Example
Text Example
White with #979A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979A5E; }
p { color: rgb(151,154,94); }
H1.HeaderClassName
{
color: #979A5E;
}
.AnyTagClassName
{
color: #979A5E;
}
</style>
background-color css
<style>
a { background-color: #979A5E; }
a { background-color: rgb(151,154,94); }
div.DivClassName
{
background-color: #979A5E;
}
.BgClassName
{
background-color: #979A5E;
}
</style>
border-color css
<style>
span { border-color: #979A5E; }
span { border-color: rgb(151,154,94); }
td.TdClassName
{
border-color: #979A5E;
}
.TagClassName
{
border-color: #979A5E;
}
</style>