Shades of Avocado #8D975D
Tints of Avocado #8D975D
RGB
CMYK
RGB Variations
Color information
#8D975D (or 0x8D975D) is known color: Avocado. HEX triplet: 8D, 97 and 5D. RGB value is (141,151,93). Sum of RGB (Red+Green+Blue) = 141+151+93=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 151 - color contains mainly: green. Hex color #8D975D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D975D is #7268A2. Grayscale: #8D8D8D. Windows color (decimal): -7497891 or 6133645. OLE color: 6133645.
HSL color Cylindrical-coordinate representation of color #8D975D: hue angle of 70.34º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D975D is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 151 | 93 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.41 |
| HSL | 70.34º | 0.24% | 0.48% | - |
| HSV(B) | 70.34º | 0.38% | 0.59% | - |
| XYZ | 24.03 | 28.59 | 14.61 | - |
| YUV | 141.4 | 100.69 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 151 | 93 | 0.07 | 0 | 0.38 | 0.41 | 70.34 | 0.24 | 0.48 |
| Hex | 8D | 97 | 5D | 7 | 0 | 26 | 29 | 46 | 18 | 30 |
| Octal | 215 | 227 | 135 | 7 | 0 | 46 | 51 | 106 | 30 | 60 |
| Binary | 10001101 | 10010111 | 1011101 | 111 | 0 | 100110 | 101001 | 1000110 | 11000 | 110000 |
Color Harmonies of #8D975D
Complementary color
Monochromatic Colors of #8D975D
Black with #8D975D
Text Example
Text Example
White with #8D975D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D975D; }
p { color: rgb(141,151,93); }
H1.HeaderClassName
{
color: #8D975D;
}
.AnyTagClassName
{
color: #8D975D;
}
</style>
background-color css
<style>
a { background-color: #8D975D; }
a { background-color: rgb(141,151,93); }
div.DivClassName
{
background-color: #8D975D;
}
.BgClassName
{
background-color: #8D975D;
}
</style>
border-color css
<style>
span { border-color: #8D975D; }
span { border-color: rgb(141,151,93); }
td.TdClassName
{
border-color: #8D975D;
}
.TagClassName
{
border-color: #8D975D;
}
</style>