Shades of Avocado #979D67
Tints of Avocado #979D67
RGB
CMYK
RGB Variations
Color information
#979D67 (or 0x979D67) is known color: Avocado. HEX triplet: 97, 9D and 67. RGB value is (151,157,103). Sum of RGB (Red+Green+Blue) = 151+157+103=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 103 (40.62% from 255 or 25.06% from 411); Max value from RGB is 157 - color contains mainly: green. Hex color #979D67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979D67 is #686298. Grayscale: #959595. Windows color (decimal): -6840985 or 6790551. OLE color: 6790551.
HSL color Cylindrical-coordinate representation of color #979D67: hue angle of 66.67º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #979D67 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 157 | 103 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.38 |
| HSL | 66.67º | 0.22% | 0.51% | - |
| HSV(B) | 66.67º | 0.34% | 0.62% | - |
| XYZ | 27.27 | 31.67 | 17.51 | - |
| YUV | 149.05 | 102.01 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 157 | 103 | 0.04 | 0 | 0.34 | 0.38 | 66.67 | 0.22 | 0.51 |
| Hex | 97 | 9D | 67 | 4 | 0 | 22 | 26 | 43 | 16 | 33 |
| Octal | 227 | 235 | 147 | 4 | 0 | 42 | 46 | 103 | 26 | 63 |
| Binary | 10010111 | 10011101 | 1100111 | 100 | 0 | 100010 | 100110 | 1000011 | 10110 | 110011 |
Color Harmonies of #979D67
Complementary color
Monochromatic Colors of #979D67
Black with #979D67
Text Example
Text Example
White with #979D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979D67; }
p { color: rgb(151,157,103); }
H1.HeaderClassName
{
color: #979D67;
}
.AnyTagClassName
{
color: #979D67;
}
</style>
background-color css
<style>
a { background-color: #979D67; }
a { background-color: rgb(151,157,103); }
div.DivClassName
{
background-color: #979D67;
}
.BgClassName
{
background-color: #979D67;
}
</style>
border-color css
<style>
span { border-color: #979D67; }
span { border-color: rgb(151,157,103); }
td.TdClassName
{
border-color: #979D67;
}
.TagClassName
{
border-color: #979D67;
}
</style>