Shades of Avocado #979562
Tints of Avocado #979562
RGB
CMYK
RGB Variations
Color information
#979562 (or 0x979562) is known color: Avocado. HEX triplet: 97, 95 and 62. RGB value is (151,149,98). Sum of RGB (Red+Green+Blue) = 151+149+98=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 151 - color contains mainly: red. Hex color #979562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979562 is #686A9D. Grayscale: #8F8F8F. Windows color (decimal): -6843038 or 6460823. OLE color: 6460823.
HSL color Cylindrical-coordinate representation of color #979562: hue angle of 57.74º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #979562 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 149 | 98 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.41 |
| HSL | 57.74º | 0.21% | 0.49% | - |
| HSV(B) | 57.74º | 0.35% | 0.59% | - |
| XYZ | 25.71 | 28.96 | 15.79 | - |
| YUV | 143.78 | 102.16 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 149 | 98 | 0 | 0.01 | 0.35 | 0.41 | 57.74 | 0.21 | 0.49 |
| Hex | 97 | 95 | 62 | 0 | 1 | 23 | 29 | 3A | 15 | 31 |
| Octal | 227 | 225 | 142 | 0 | 1 | 43 | 51 | 72 | 25 | 61 |
| Binary | 10010111 | 10010101 | 1100010 | 0 | 1 | 100011 | 101001 | 111010 | 10101 | 110001 |
Color Harmonies of #979562
Complementary color
Monochromatic Colors of #979562
Black with #979562
Text Example
Text Example
White with #979562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979562; }
p { color: rgb(151,149,98); }
H1.HeaderClassName
{
color: #979562;
}
.AnyTagClassName
{
color: #979562;
}
</style>
background-color css
<style>
a { background-color: #979562; }
a { background-color: rgb(151,149,98); }
div.DivClassName
{
background-color: #979562;
}
.BgClassName
{
background-color: #979562;
}
</style>
border-color css
<style>
span { border-color: #979562; }
span { border-color: rgb(151,149,98); }
td.TdClassName
{
border-color: #979562;
}
.TagClassName
{
border-color: #979562;
}
</style>