Shades of Avocado #8F9370
Tints of Avocado #8F9370
RGB
CMYK
RGB Variations
Color information
#8F9370 (or 0x8F9370) is known color: Avocado. HEX triplet: 8F, 93 and 70. RGB value is (143,147,112). Sum of RGB (Red+Green+Blue) = 143+147+112=402 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.57% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 147 - color contains mainly: green. Hex color #8F9370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9370 is #706C8F. Grayscale: #8D8D8D. Windows color (decimal): -7367824 or 7377807. OLE color: 7377807.
HSL color Cylindrical-coordinate representation of color #8F9370: hue angle of 66.86º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8F9370 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 147 | 112 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.42 |
| HSL | 66.86º | 0.14% | 0.51% | - |
| HSV(B) | 66.86º | 0.24% | 0.58% | - |
| XYZ | 24.69 | 27.88 | 19.41 | - |
| YUV | 141.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 112 | 0.03 | 0 | 0.24 | 0.42 | 66.86 | 0.14 | 0.51 |
| Hex | 8F | 93 | 70 | 3 | 0 | 18 | 2A | 43 | E | 33 |
| Octal | 217 | 223 | 160 | 3 | 0 | 30 | 52 | 103 | 16 | 63 |
| Binary | 10001111 | 10010011 | 1110000 | 11 | 0 | 11000 | 101010 | 1000011 | 1110 | 110011 |
Color Harmonies of #8F9370
Complementary color
Monochromatic Colors of #8F9370
Black with #8F9370
Text Example
Text Example
White with #8F9370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9370; }
p { color: rgb(143,147,112); }
H1.HeaderClassName
{
color: #8F9370;
}
.AnyTagClassName
{
color: #8F9370;
}
</style>
background-color css
<style>
a { background-color: #8F9370; }
a { background-color: rgb(143,147,112); }
div.DivClassName
{
background-color: #8F9370;
}
.BgClassName
{
background-color: #8F9370;
}
</style>
border-color css
<style>
span { border-color: #8F9370; }
span { border-color: rgb(143,147,112); }
td.TdClassName
{
border-color: #8F9370;
}
.TagClassName
{
border-color: #8F9370;
}
</style>