Shades of Avocado #8C955B
Tints of Avocado #8C955B
RGB
CMYK
RGB Variations
Color information
#8C955B (or 0x8C955B) is known color: Avocado. HEX triplet: 8C, 95 and 5B. RGB value is (140,149,91). Sum of RGB (Red+Green+Blue) = 140+149+91=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 149 - color contains mainly: green. Hex color #8C955B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C955B is #736AA4. Grayscale: #8B8B8B. Windows color (decimal): -7563941 or 6002060. OLE color: 6002060.
HSL color Cylindrical-coordinate representation of color #8C955B: hue angle of 69.31º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C955B is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 149 | 91 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.42 |
| HSL | 69.31º | 0.24% | 0.47% | - |
| HSV(B) | 69.31º | 0.39% | 0.58% | - |
| XYZ | 23.45 | 27.83 | 14.03 | - |
| YUV | 139.7 | 100.52 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 149 | 91 | 0.06 | 0 | 0.39 | 0.42 | 69.31 | 0.24 | 0.47 |
| Hex | 8C | 95 | 5B | 6 | 0 | 27 | 2A | 45 | 18 | 2F |
| Octal | 214 | 225 | 133 | 6 | 0 | 47 | 52 | 105 | 30 | 57 |
| Binary | 10001100 | 10010101 | 1011011 | 110 | 0 | 100111 | 101010 | 1000101 | 11000 | 101111 |
Color Harmonies of #8C955B
Complementary color
Monochromatic Colors of #8C955B
Black with #8C955B
Text Example
Text Example
White with #8C955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C955B; }
p { color: rgb(140,149,91); }
H1.HeaderClassName
{
color: #8C955B;
}
.AnyTagClassName
{
color: #8C955B;
}
</style>
background-color css
<style>
a { background-color: #8C955B; }
a { background-color: rgb(140,149,91); }
div.DivClassName
{
background-color: #8C955B;
}
.BgClassName
{
background-color: #8C955B;
}
</style>
border-color css
<style>
span { border-color: #8C955B; }
span { border-color: rgb(140,149,91); }
td.TdClassName
{
border-color: #8C955B;
}
.TagClassName
{
border-color: #8C955B;
}
</style>