Shades of Avocado #8F9C6A
Tints of Avocado #8F9C6A
RGB
CMYK
RGB Variations
Color information
#8F9C6A (or 0x8F9C6A) is known color: Avocado. HEX triplet: 8F, 9C and 6A. RGB value is (143,156,106). Sum of RGB (Red+Green+Blue) = 143+156+106=405 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.31% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 156 - color contains mainly: green. Hex color #8F9C6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9C6A is #706395. Grayscale: #929292. Windows color (decimal): -7365526 or 6986895. OLE color: 6986895.
HSL color Cylindrical-coordinate representation of color #8F9C6A: hue angle of 75.6º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8F9C6A is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 156 | 106 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.39 |
| HSL | 75.6º | 0.2% | 0.51% | - |
| HSV(B) | 75.6º | 0.32% | 0.61% | - |
| XYZ | 25.82 | 30.66 | 18.19 | - |
| YUV | 146.41 | 105.19 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 156 | 106 | 0.08 | 0 | 0.32 | 0.39 | 75.6 | 0.2 | 0.51 |
| Hex | 8F | 9C | 6A | 8 | 0 | 20 | 27 | 4C | 14 | 33 |
| Octal | 217 | 234 | 152 | 10 | 0 | 40 | 47 | 114 | 24 | 63 |
| Binary | 10001111 | 10011100 | 1101010 | 1000 | 0 | 100000 | 100111 | 1001100 | 10100 | 110011 |
Color Harmonies of #8F9C6A
Complementary color
Monochromatic Colors of #8F9C6A
Black with #8F9C6A
Text Example
Text Example
White with #8F9C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9C6A; }
p { color: rgb(143,156,106); }
H1.HeaderClassName
{
color: #8F9C6A;
}
.AnyTagClassName
{
color: #8F9C6A;
}
</style>
background-color css
<style>
a { background-color: #8F9C6A; }
a { background-color: rgb(143,156,106); }
div.DivClassName
{
background-color: #8F9C6A;
}
.BgClassName
{
background-color: #8F9C6A;
}
</style>
border-color css
<style>
span { border-color: #8F9C6A; }
span { border-color: rgb(143,156,106); }
td.TdClassName
{
border-color: #8F9C6A;
}
.TagClassName
{
border-color: #8F9C6A;
}
</style>