Shades of Avocado #8F9473
Tints of Avocado #8F9473
RGB
CMYK
RGB Variations
Color information
#8F9473 (or 0x8F9473) is known color: Avocado. HEX triplet: 8F, 94 and 73. RGB value is (143,148,115). Sum of RGB (Red+Green+Blue) = 143+148+115=406 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.22% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9473 is #706B8C. Grayscale: #8E8E8E. Windows color (decimal): -7367565 or 7574671. OLE color: 7574671.
HSL color Cylindrical-coordinate representation of color #8F9473: hue angle of 69.09º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8F9473 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 115 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.42 |
| HSL | 69.09º | 0.13% | 0.52% | - |
| HSV(B) | 69.09º | 0.22% | 0.58% | - |
| XYZ | 25.01 | 28.26 | 20.36 | - |
| YUV | 142.74 | 112.34 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 115 | 0.03 | 0 | 0.22 | 0.42 | 69.09 | 0.13 | 0.52 |
| Hex | 8F | 94 | 73 | 3 | 0 | 16 | 2A | 45 | D | 34 |
| Octal | 217 | 224 | 163 | 3 | 0 | 26 | 52 | 105 | 15 | 64 |
| Binary | 10001111 | 10010100 | 1110011 | 11 | 0 | 10110 | 101010 | 1000101 | 1101 | 110100 |
Color Harmonies of #8F9473
Complementary color
Monochromatic Colors of #8F9473
Black with #8F9473
Text Example
Text Example
White with #8F9473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9473; }
p { color: rgb(143,148,115); }
H1.HeaderClassName
{
color: #8F9473;
}
.AnyTagClassName
{
color: #8F9473;
}
</style>
background-color css
<style>
a { background-color: #8F9473; }
a { background-color: rgb(143,148,115); }
div.DivClassName
{
background-color: #8F9473;
}
.BgClassName
{
background-color: #8F9473;
}
</style>
border-color css
<style>
span { border-color: #8F9473; }
span { border-color: rgb(143,148,115); }
td.TdClassName
{
border-color: #8F9473;
}
.TagClassName
{
border-color: #8F9473;
}
</style>