Shades of Avocado #979B5D
Tints of Avocado #979B5D
RGB
CMYK
RGB Variations
Color information
#979B5D (or 0x979B5D) is known color: Avocado. HEX triplet: 97, 9B and 5D. RGB value is (151,155,93). Sum of RGB (Red+Green+Blue) = 151+155+93=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 155 - color contains mainly: green. Hex color #979B5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979B5D is #6864A2. Grayscale: #929292. Windows color (decimal): -6841507 or 6134679. OLE color: 6134679.
HSL color Cylindrical-coordinate representation of color #979B5D: hue angle of 63.87º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #979B5D is Cyan = 0.03, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 151 | 155 | 93 | - |
| CMYK | 0.03 | 0 | 0.4 | 0.39 |
| HSL | 63.87º | 0.25% | 0.49% | - |
| HSV(B) | 63.87º | 0.4% | 0.61% | - |
| XYZ | 26.46 | 30.81 | 14.91 | - |
| YUV | 146.74 | 97.67 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 155 | 93 | 0.03 | 0 | 0.4 | 0.39 | 63.87 | 0.25 | 0.49 |
| Hex | 97 | 9B | 5D | 3 | 0 | 28 | 27 | 40 | 19 | 31 |
| Octal | 227 | 233 | 135 | 3 | 0 | 50 | 47 | 100 | 31 | 61 |
| Binary | 10010111 | 10011011 | 1011101 | 11 | 0 | 101000 | 100111 | 1000000 | 11001 | 110001 |
Color Harmonies of #979B5D
Complementary color
Monochromatic Colors of #979B5D
Black with #979B5D
Text Example
Text Example
White with #979B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979B5D; }
p { color: rgb(151,155,93); }
H1.HeaderClassName
{
color: #979B5D;
}
.AnyTagClassName
{
color: #979B5D;
}
</style>
background-color css
<style>
a { background-color: #979B5D; }
a { background-color: rgb(151,155,93); }
div.DivClassName
{
background-color: #979B5D;
}
.BgClassName
{
background-color: #979B5D;
}
</style>
border-color css
<style>
span { border-color: #979B5D; }
span { border-color: rgb(151,155,93); }
td.TdClassName
{
border-color: #979B5D;
}
.TagClassName
{
border-color: #979B5D;
}
</style>