Shades of Avocado #8D955D
Tints of Avocado #8D955D
RGB
CMYK
RGB Variations
Color information
#8D955D (or 0x8D955D) is known color: Avocado. HEX triplet: 8D, 95 and 5D. RGB value is (141,149,93). Sum of RGB (Red+Green+Blue) = 141+149+93=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 149 - color contains mainly: green. Hex color #8D955D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D955D is #726AA2. Grayscale: #8C8C8C. Windows color (decimal): -7498403 or 6133133. OLE color: 6133133.
HSL color Cylindrical-coordinate representation of color #8D955D: hue angle of 68.57º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D955D is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 149 | 93 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.42 |
| HSL | 68.57º | 0.23% | 0.47% | - |
| HSV(B) | 68.57º | 0.38% | 0.58% | - |
| XYZ | 23.71 | 27.95 | 14.5 | - |
| YUV | 140.22 | 101.35 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 149 | 93 | 0.05 | 0 | 0.38 | 0.42 | 68.57 | 0.23 | 0.47 |
| Hex | 8D | 95 | 5D | 5 | 0 | 26 | 2A | 45 | 17 | 2F |
| Octal | 215 | 225 | 135 | 5 | 0 | 46 | 52 | 105 | 27 | 57 |
| Binary | 10001101 | 10010101 | 1011101 | 101 | 0 | 100110 | 101010 | 1000101 | 10111 | 101111 |
Color Harmonies of #8D955D
Complementary color
Monochromatic Colors of #8D955D
Black with #8D955D
Text Example
Text Example
White with #8D955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D955D; }
p { color: rgb(141,149,93); }
H1.HeaderClassName
{
color: #8D955D;
}
.AnyTagClassName
{
color: #8D955D;
}
</style>
background-color css
<style>
a { background-color: #8D955D; }
a { background-color: rgb(141,149,93); }
div.DivClassName
{
background-color: #8D955D;
}
.BgClassName
{
background-color: #8D955D;
}
</style>
border-color css
<style>
span { border-color: #8D955D; }
span { border-color: rgb(141,149,93); }
td.TdClassName
{
border-color: #8D955D;
}
.TagClassName
{
border-color: #8D955D;
}
</style>