Shades of Avocado #8D9752
Tints of Avocado #8D9752
RGB
CMYK
RGB Variations
Color information
#8D9752 (or 0x8D9752) is known color: Avocado. HEX triplet: 8D, 97 and 52. RGB value is (141,151,82). Sum of RGB (Red+Green+Blue) = 141+151+82=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 151 - color contains mainly: green. Hex color #8D9752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9752 is #7268AD. Grayscale: #8C8C8C. Windows color (decimal): -7497902 or 5412749. OLE color: 5412749.
HSL color Cylindrical-coordinate representation of color #8D9752: hue angle of 68.7º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D9752 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 151 | 82 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.41 |
| HSL | 68.7º | 0.3% | 0.46% | - |
| HSV(B) | 68.7º | 0.46% | 0.59% | - |
| XYZ | 23.57 | 28.41 | 12.22 | - |
| YUV | 140.14 | 95.19 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 151 | 82 | 0.07 | 0 | 0.46 | 0.41 | 68.7 | 0.3 | 0.46 |
| Hex | 8D | 97 | 52 | 7 | 0 | 2E | 29 | 45 | 1E | 2E |
| Octal | 215 | 227 | 122 | 7 | 0 | 56 | 51 | 105 | 36 | 56 |
| Binary | 10001101 | 10010111 | 1010010 | 111 | 0 | 101110 | 101001 | 1000101 | 11110 | 101110 |
Color Harmonies of #8D9752
Complementary color
Monochromatic Colors of #8D9752
Black with #8D9752
Text Example
Text Example
White with #8D9752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9752; }
p { color: rgb(141,151,82); }
H1.HeaderClassName
{
color: #8D9752;
}
.AnyTagClassName
{
color: #8D9752;
}
</style>
background-color css
<style>
a { background-color: #8D9752; }
a { background-color: rgb(141,151,82); }
div.DivClassName
{
background-color: #8D9752;
}
.BgClassName
{
background-color: #8D9752;
}
</style>
border-color css
<style>
span { border-color: #8D9752; }
span { border-color: rgb(141,151,82); }
td.TdClassName
{
border-color: #8D9752;
}
.TagClassName
{
border-color: #8D9752;
}
</style>