Shades of Avocado #8C955D
Tints of Avocado #8C955D
RGB
CMYK
RGB Variations
Color information
#8C955D (or 0x8C955D) is known color: Avocado. HEX triplet: 8C, 95 and 5D. RGB value is (140,149,93). Sum of RGB (Red+Green+Blue) = 140+149+93=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 149 - color contains mainly: green. Hex color #8C955D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C955D is #736AA2. Grayscale: #8C8C8C. Windows color (decimal): -7563939 or 6133132. OLE color: 6133132.
HSL color Cylindrical-coordinate representation of color #8C955D: hue angle of 69.64º 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 #8C955D is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 149 | 93 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.42 |
| HSL | 69.64º | 0.23% | 0.47% | - |
| HSV(B) | 69.64º | 0.38% | 0.58% | - |
| XYZ | 23.54 | 27.86 | 14.49 | - |
| YUV | 139.93 | 101.52 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 149 | 93 | 0.06 | 0 | 0.38 | 0.42 | 69.64 | 0.23 | 0.47 |
| Hex | 8C | 95 | 5D | 6 | 0 | 26 | 2A | 46 | 17 | 2F |
| Octal | 214 | 225 | 135 | 6 | 0 | 46 | 52 | 106 | 27 | 57 |
| Binary | 10001100 | 10010101 | 1011101 | 110 | 0 | 100110 | 101010 | 1000110 | 10111 | 101111 |
Color Harmonies of #8C955D
Complementary color
Monochromatic Colors of #8C955D
Black with #8C955D
Text Example
Text Example
White with #8C955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C955D; }
p { color: rgb(140,149,93); }
H1.HeaderClassName
{
color: #8C955D;
}
.AnyTagClassName
{
color: #8C955D;
}
</style>
background-color css
<style>
a { background-color: #8C955D; }
a { background-color: rgb(140,149,93); }
div.DivClassName
{
background-color: #8C955D;
}
.BgClassName
{
background-color: #8C955D;
}
</style>
border-color css
<style>
span { border-color: #8C955D; }
span { border-color: rgb(140,149,93); }
td.TdClassName
{
border-color: #8C955D;
}
.TagClassName
{
border-color: #8C955D;
}
</style>