Shades of Avocado #8C935D
Tints of Avocado #8C935D
RGB
CMYK
RGB Variations
Color information
#8C935D (or 0x8C935D) is known color: Avocado. HEX triplet: 8C, 93 and 5D. RGB value is (140,147,93). Sum of RGB (Red+Green+Blue) = 140+147+93=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 147 - color contains mainly: green. Hex color #8C935D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C935D is #736CA2. Grayscale: #8A8A8A. Windows color (decimal): -7564451 or 6132620. OLE color: 6132620.
HSL color Cylindrical-coordinate representation of color #8C935D: hue angle of 67.78º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C935D is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 147 | 93 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.42 |
| HSL | 67.78º | 0.23% | 0.47% | - |
| HSV(B) | 67.78º | 0.37% | 0.58% | - |
| XYZ | 23.22 | 27.23 | 14.39 | - |
| YUV | 138.75 | 102.18 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 147 | 93 | 0.05 | 0 | 0.37 | 0.42 | 67.78 | 0.23 | 0.47 |
| Hex | 8C | 93 | 5D | 5 | 0 | 25 | 2A | 44 | 16 | 2F |
| Octal | 214 | 223 | 135 | 5 | 0 | 45 | 52 | 104 | 26 | 57 |
| Binary | 10001100 | 10010011 | 1011101 | 101 | 0 | 100101 | 101010 | 1000100 | 10110 | 101111 |
Color Harmonies of #8C935D
Complementary color
Monochromatic Colors of #8C935D
Black with #8C935D
Text Example
Text Example
White with #8C935D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C935D; }
p { color: rgb(140,147,93); }
H1.HeaderClassName
{
color: #8C935D;
}
.AnyTagClassName
{
color: #8C935D;
}
</style>
background-color css
<style>
a { background-color: #8C935D; }
a { background-color: rgb(140,147,93); }
div.DivClassName
{
background-color: #8C935D;
}
.BgClassName
{
background-color: #8C935D;
}
</style>
border-color css
<style>
span { border-color: #8C935D; }
span { border-color: rgb(140,147,93); }
td.TdClassName
{
border-color: #8C935D;
}
.TagClassName
{
border-color: #8C935D;
}
</style>