Shades of Avocado #8F936A
Tints of Avocado #8F936A
RGB
CMYK
RGB Variations
Color information
#8F936A (or 0x8F936A) is known color: Avocado. HEX triplet: 8F, 93 and 6A. RGB value is (143,147,106). Sum of RGB (Red+Green+Blue) = 143+147+106=396 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.11% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 147 - color contains mainly: green. Hex color #8F936A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F936A is #706C95. Grayscale: #8D8D8D. Windows color (decimal): -7367830 or 6984591. OLE color: 6984591.
HSL color Cylindrical-coordinate representation of color #8F936A: hue angle of 65.85º 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 #8F936A is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 147 | 106 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.42 |
| HSL | 65.85º | 0.16% | 0.5% | - |
| HSV(B) | 65.85º | 0.28% | 0.58% | - |
| XYZ | 24.36 | 27.75 | 17.71 | - |
| YUV | 141.13 | 108.17 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 106 | 0.03 | 0 | 0.28 | 0.42 | 65.85 | 0.16 | 0.5 |
| Hex | 8F | 93 | 6A | 3 | 0 | 1C | 2A | 42 | 10 | 32 |
| Octal | 217 | 223 | 152 | 3 | 0 | 34 | 52 | 102 | 20 | 62 |
| Binary | 10001111 | 10010011 | 1101010 | 11 | 0 | 11100 | 101010 | 1000010 | 10000 | 110010 |
Color Harmonies of #8F936A
Complementary color
Monochromatic Colors of #8F936A
Black with #8F936A
Text Example
Text Example
White with #8F936A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F936A; }
p { color: rgb(143,147,106); }
H1.HeaderClassName
{
color: #8F936A;
}
.AnyTagClassName
{
color: #8F936A;
}
</style>
background-color css
<style>
a { background-color: #8F936A; }
a { background-color: rgb(143,147,106); }
div.DivClassName
{
background-color: #8F936A;
}
.BgClassName
{
background-color: #8F936A;
}
</style>
border-color css
<style>
span { border-color: #8F936A; }
span { border-color: rgb(143,147,106); }
td.TdClassName
{
border-color: #8F936A;
}
.TagClassName
{
border-color: #8F936A;
}
</style>