Shades of Avocado #979953
Tints of Avocado #979953
RGB
CMYK
RGB Variations
Color information
#979953 (or 0x979953) is known color: Avocado. HEX triplet: 97, 99 and 53. RGB value is (151,153,83). Sum of RGB (Red+Green+Blue) = 151+153+83=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 83 (32.81% from 255 or 21.45% from 387); Max value from RGB is 153 - color contains mainly: green. Hex color #979953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979953 is #6866AC. Grayscale: #909090. Windows color (decimal): -6842029 or 5478807. OLE color: 5478807.
HSL color Cylindrical-coordinate representation of color #979953: hue angle of 61.71º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #979953 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 151 | 153 | 83 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.4 |
| HSL | 61.71º | 0.3% | 0.46% | - |
| HSV(B) | 61.71º | 0.46% | 0.6% | - |
| XYZ | 25.72 | 29.99 | 12.62 | - |
| YUV | 144.42 | 93.34 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 153 | 83 | 0.01 | 0 | 0.46 | 0.4 | 61.71 | 0.3 | 0.46 |
| Hex | 97 | 99 | 53 | 1 | 0 | 2E | 28 | 3E | 1E | 2E |
| Octal | 227 | 231 | 123 | 1 | 0 | 56 | 50 | 76 | 36 | 56 |
| Binary | 10010111 | 10011001 | 1010011 | 1 | 0 | 101110 | 101000 | 111110 | 11110 | 101110 |
Color Harmonies of #979953
Complementary color
Monochromatic Colors of #979953
Black with #979953
Text Example
Text Example
White with #979953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979953; }
p { color: rgb(151,153,83); }
H1.HeaderClassName
{
color: #979953;
}
.AnyTagClassName
{
color: #979953;
}
</style>
background-color css
<style>
a { background-color: #979953; }
a { background-color: rgb(151,153,83); }
div.DivClassName
{
background-color: #979953;
}
.BgClassName
{
background-color: #979953;
}
</style>
border-color css
<style>
span { border-color: #979953; }
span { border-color: rgb(151,153,83); }
td.TdClassName
{
border-color: #979953;
}
.TagClassName
{
border-color: #979953;
}
</style>