Shades of Avocado #8F9357
Tints of Avocado #8F9357
RGB
CMYK
RGB Variations
Color information
#8F9357 (or 0x8F9357) is known color: Avocado. HEX triplet: 8F, 93 and 57. RGB value is (143,147,87). Sum of RGB (Red+Green+Blue) = 143+147+87=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 147 - color contains mainly: green. Hex color #8F9357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9357 is #706CA8. Grayscale: #8B8B8B. Windows color (decimal): -7367849 or 5739407. OLE color: 5739407.
HSL color Cylindrical-coordinate representation of color #8F9357: hue angle of 64º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F9357 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 147 | 87 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.42 |
| HSL | 64º | 0.26% | 0.46% | - |
| HSV(B) | 64º | 0.41% | 0.58% | - |
| XYZ | 23.48 | 27.4 | 13.07 | - |
| YUV | 138.96 | 98.67 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 87 | 0.03 | 0 | 0.41 | 0.42 | 64 | 0.26 | 0.46 |
| Hex | 8F | 93 | 57 | 3 | 0 | 29 | 2A | 40 | 1A | 2E |
| Octal | 217 | 223 | 127 | 3 | 0 | 51 | 52 | 100 | 32 | 56 |
| Binary | 10001111 | 10010011 | 1010111 | 11 | 0 | 101001 | 101010 | 1000000 | 11010 | 101110 |
Color Harmonies of #8F9357
Complementary color
Monochromatic Colors of #8F9357
Black with #8F9357
Text Example
Text Example
White with #8F9357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9357; }
p { color: rgb(143,147,87); }
H1.HeaderClassName
{
color: #8F9357;
}
.AnyTagClassName
{
color: #8F9357;
}
</style>
background-color css
<style>
a { background-color: #8F9357; }
a { background-color: rgb(143,147,87); }
div.DivClassName
{
background-color: #8F9357;
}
.BgClassName
{
background-color: #8F9357;
}
</style>
border-color css
<style>
span { border-color: #8F9357; }
span { border-color: rgb(143,147,87); }
td.TdClassName
{
border-color: #8F9357;
}
.TagClassName
{
border-color: #8F9357;
}
</style>