Shades of Avocado #8D936C
Tints of Avocado #8D936C
RGB
CMYK
RGB Variations
Color information
#8D936C (or 0x8D936C) is known color: Avocado. HEX triplet: 8D, 93 and 6C. RGB value is (141,147,108). Sum of RGB (Red+Green+Blue) = 141+147+108=396 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.61% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 147 - color contains mainly: green. Hex color #8D936C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D936C is #726C93. Grayscale: #8C8C8C. Windows color (decimal): -7498900 or 7115661. OLE color: 7115661.
HSL color Cylindrical-coordinate representation of color #8D936C: hue angle of 69.23º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8D936C is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 147 | 108 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.42 |
| HSL | 69.23º | 0.15% | 0.5% | - |
| HSV(B) | 69.23º | 0.27% | 0.58% | - |
| XYZ | 24.13 | 27.61 | 18.25 | - |
| YUV | 140.76 | 109.51 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 147 | 108 | 0.04 | 0 | 0.27 | 0.42 | 69.23 | 0.15 | 0.5 |
| Hex | 8D | 93 | 6C | 4 | 0 | 1B | 2A | 45 | F | 32 |
| Octal | 215 | 223 | 154 | 4 | 0 | 33 | 52 | 105 | 17 | 62 |
| Binary | 10001101 | 10010011 | 1101100 | 100 | 0 | 11011 | 101010 | 1000101 | 1111 | 110010 |
Color Harmonies of #8D936C
Complementary color
Monochromatic Colors of #8D936C
Black with #8D936C
Text Example
Text Example
White with #8D936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D936C; }
p { color: rgb(141,147,108); }
H1.HeaderClassName
{
color: #8D936C;
}
.AnyTagClassName
{
color: #8D936C;
}
</style>
background-color css
<style>
a { background-color: #8D936C; }
a { background-color: rgb(141,147,108); }
div.DivClassName
{
background-color: #8D936C;
}
.BgClassName
{
background-color: #8D936C;
}
</style>
border-color css
<style>
span { border-color: #8D936C; }
span { border-color: rgb(141,147,108); }
td.TdClassName
{
border-color: #8D936C;
}
.TagClassName
{
border-color: #8D936C;
}
</style>