Shades of Avocado #979355
Tints of Avocado #979355
RGB
CMYK
RGB Variations
Color information
#979355 (or 0x979355) is known color: Avocado. HEX triplet: 97, 93 and 55. RGB value is (151,147,85). Sum of RGB (Red+Green+Blue) = 151+147+85=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 151 - color contains mainly: red. Hex color #979355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979355 is #686CAA. Grayscale: #8D8D8D. Windows color (decimal): -6843563 or 5608343. OLE color: 5608343.
HSL color Cylindrical-coordinate representation of color #979355: hue angle of 56.36º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #979355 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 147 | 85 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.41 |
| HSL | 56.36º | 0.28% | 0.46% | - |
| HSV(B) | 56.36º | 0.44% | 0.59% | - |
| XYZ | 24.84 | 28.1 | 12.71 | - |
| YUV | 141.13 | 96.33 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 147 | 85 | 0 | 0.03 | 0.44 | 0.41 | 56.36 | 0.28 | 0.46 |
| Hex | 97 | 93 | 55 | 0 | 3 | 2C | 29 | 38 | 1C | 2E |
| Octal | 227 | 223 | 125 | 0 | 3 | 54 | 51 | 70 | 34 | 56 |
| Binary | 10010111 | 10010011 | 1010101 | 0 | 11 | 101100 | 101001 | 111000 | 11100 | 101110 |
Color Harmonies of #979355
Complementary color
Monochromatic Colors of #979355
Black with #979355
Text Example
Text Example
White with #979355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979355; }
p { color: rgb(151,147,85); }
H1.HeaderClassName
{
color: #979355;
}
.AnyTagClassName
{
color: #979355;
}
</style>
background-color css
<style>
a { background-color: #979355; }
a { background-color: rgb(151,147,85); }
div.DivClassName
{
background-color: #979355;
}
.BgClassName
{
background-color: #979355;
}
</style>
border-color css
<style>
span { border-color: #979355; }
span { border-color: rgb(151,147,85); }
td.TdClassName
{
border-color: #979355;
}
.TagClassName
{
border-color: #979355;
}
</style>