Shades of Avocado #8F956C
Tints of Avocado #8F956C
RGB
CMYK
RGB Variations
Color information
#8F956C (or 0x8F956C) is known color: Avocado. HEX triplet: 8F, 95 and 6C. RGB value is (143,149,108). Sum of RGB (Red+Green+Blue) = 143+149+108=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 149 - color contains mainly: green. Hex color #8F956C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F956C is #706A93. Grayscale: #8E8E8E. Windows color (decimal): -7367316 or 7116175. OLE color: 7116175.
HSL color Cylindrical-coordinate representation of color #8F956C: hue angle of 68.78º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8F956C is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 149 | 108 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.42 |
| HSL | 68.78º | 0.16% | 0.5% | - |
| HSV(B) | 68.78º | 0.28% | 0.58% | - |
| XYZ | 24.78 | 28.42 | 18.37 | - |
| YUV | 142.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 149 | 108 | 0.04 | 0 | 0.28 | 0.42 | 68.78 | 0.16 | 0.5 |
| Hex | 8F | 95 | 6C | 4 | 0 | 1C | 2A | 45 | 10 | 32 |
| Octal | 217 | 225 | 154 | 4 | 0 | 34 | 52 | 105 | 20 | 62 |
| Binary | 10001111 | 10010101 | 1101100 | 100 | 0 | 11100 | 101010 | 1000101 | 10000 | 110010 |
Color Harmonies of #8F956C
Complementary color
Monochromatic Colors of #8F956C
Black with #8F956C
Text Example
Text Example
White with #8F956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F956C; }
p { color: rgb(143,149,108); }
H1.HeaderClassName
{
color: #8F956C;
}
.AnyTagClassName
{
color: #8F956C;
}
</style>
background-color css
<style>
a { background-color: #8F956C; }
a { background-color: rgb(143,149,108); }
div.DivClassName
{
background-color: #8F956C;
}
.BgClassName
{
background-color: #8F956C;
}
</style>
border-color css
<style>
span { border-color: #8F956C; }
span { border-color: rgb(143,149,108); }
td.TdClassName
{
border-color: #8F956C;
}
.TagClassName
{
border-color: #8F956C;
}
</style>