Shades of Avocado #8D935F
Tints of Avocado #8D935F
RGB
CMYK
RGB Variations
Color information
#8D935F (or 0x8D935F) is known color: Avocado. HEX triplet: 8D, 93 and 5F. RGB value is (141,147,95). Sum of RGB (Red+Green+Blue) = 141+147+95=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 147 - color contains mainly: green. Hex color #8D935F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D935F is #726CA0. Grayscale: #8B8B8B. Windows color (decimal): -7498913 or 6263693. OLE color: 6263693.
HSL color Cylindrical-coordinate representation of color #8D935F: hue angle of 66.92º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D935F is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 147 | 95 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.42 |
| HSL | 66.92º | 0.21% | 0.47% | - |
| HSV(B) | 66.92º | 0.35% | 0.58% | - |
| XYZ | 23.48 | 27.36 | 14.87 | - |
| YUV | 139.28 | 103.01 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 147 | 95 | 0.04 | 0 | 0.35 | 0.42 | 66.92 | 0.21 | 0.47 |
| Hex | 8D | 93 | 5F | 4 | 0 | 23 | 2A | 43 | 15 | 2F |
| Octal | 215 | 223 | 137 | 4 | 0 | 43 | 52 | 103 | 25 | 57 |
| Binary | 10001101 | 10010011 | 1011111 | 100 | 0 | 100011 | 101010 | 1000011 | 10101 | 101111 |
Color Harmonies of #8D935F
Complementary color
Monochromatic Colors of #8D935F
Black with #8D935F
Text Example
Text Example
White with #8D935F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D935F; }
p { color: rgb(141,147,95); }
H1.HeaderClassName
{
color: #8D935F;
}
.AnyTagClassName
{
color: #8D935F;
}
</style>
background-color css
<style>
a { background-color: #8D935F; }
a { background-color: rgb(141,147,95); }
div.DivClassName
{
background-color: #8D935F;
}
.BgClassName
{
background-color: #8D935F;
}
</style>
border-color css
<style>
span { border-color: #8D935F; }
span { border-color: rgb(141,147,95); }
td.TdClassName
{
border-color: #8D935F;
}
.TagClassName
{
border-color: #8D935F;
}
</style>