Shades of Avocado #979C64
Tints of Avocado #979C64
RGB
CMYK
RGB Variations
Color information
#979C64 (or 0x979C64) is known color: Avocado. HEX triplet: 97, 9C and 64. RGB value is (151,156,100). Sum of RGB (Red+Green+Blue) = 151+156+100=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 156 - color contains mainly: green. Hex color #979C64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979C64 is #68639B. Grayscale: #949494. Windows color (decimal): -6841244 or 6593687. OLE color: 6593687.
HSL color Cylindrical-coordinate representation of color #979C64: hue angle of 65.36º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #979C64 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 151 | 156 | 100 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.39 |
| HSL | 65.36º | 0.22% | 0.5% | - |
| HSV(B) | 65.36º | 0.36% | 0.61% | - |
| XYZ | 26.95 | 31.28 | 16.67 | - |
| YUV | 148.12 | 100.84 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 156 | 100 | 0.03 | 0 | 0.36 | 0.39 | 65.36 | 0.22 | 0.5 |
| Hex | 97 | 9C | 64 | 3 | 0 | 24 | 27 | 41 | 16 | 32 |
| Octal | 227 | 234 | 144 | 3 | 0 | 44 | 47 | 101 | 26 | 62 |
| Binary | 10010111 | 10011100 | 1100100 | 11 | 0 | 100100 | 100111 | 1000001 | 10110 | 110010 |
Color Harmonies of #979C64
Complementary color
Monochromatic Colors of #979C64
Black with #979C64
Text Example
Text Example
White with #979C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979C64; }
p { color: rgb(151,156,100); }
H1.HeaderClassName
{
color: #979C64;
}
.AnyTagClassName
{
color: #979C64;
}
</style>
background-color css
<style>
a { background-color: #979C64; }
a { background-color: rgb(151,156,100); }
div.DivClassName
{
background-color: #979C64;
}
.BgClassName
{
background-color: #979C64;
}
</style>
border-color css
<style>
span { border-color: #979C64; }
span { border-color: rgb(151,156,100); }
td.TdClassName
{
border-color: #979C64;
}
.TagClassName
{
border-color: #979C64;
}
</style>