Shades of Avocado #8F9470
Tints of Avocado #8F9470
RGB
CMYK
RGB Variations
Color information
#8F9470 (or 0x8F9470) is known color: Avocado. HEX triplet: 8F, 94 and 70. RGB value is (143,148,112). Sum of RGB (Red+Green+Blue) = 143+148+112=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9470 is #706B8F. Grayscale: #8E8E8E. Windows color (decimal): -7367568 or 7378063. OLE color: 7378063.
HSL color Cylindrical-coordinate representation of color #8F9470: hue angle of 68.33º 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 #8F9470 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 112 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.42 |
| HSL | 68.33º | 0.14% | 0.51% | - |
| HSV(B) | 68.33º | 0.24% | 0.58% | - |
| XYZ | 24.84 | 28.19 | 19.46 | - |
| YUV | 142.4 | 110.84 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 112 | 0.03 | 0 | 0.24 | 0.42 | 68.33 | 0.14 | 0.51 |
| Hex | 8F | 94 | 70 | 3 | 0 | 18 | 2A | 44 | E | 33 |
| Octal | 217 | 224 | 160 | 3 | 0 | 30 | 52 | 104 | 16 | 63 |
| Binary | 10001111 | 10010100 | 1110000 | 11 | 0 | 11000 | 101010 | 1000100 | 1110 | 110011 |
Color Harmonies of #8F9470
Complementary color
Monochromatic Colors of #8F9470
Black with #8F9470
Text Example
Text Example
White with #8F9470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9470; }
p { color: rgb(143,148,112); }
H1.HeaderClassName
{
color: #8F9470;
}
.AnyTagClassName
{
color: #8F9470;
}
</style>
background-color css
<style>
a { background-color: #8F9470; }
a { background-color: rgb(143,148,112); }
div.DivClassName
{
background-color: #8F9470;
}
.BgClassName
{
background-color: #8F9470;
}
</style>
border-color css
<style>
span { border-color: #8F9470; }
span { border-color: rgb(143,148,112); }
td.TdClassName
{
border-color: #8F9470;
}
.TagClassName
{
border-color: #8F9470;
}
</style>