Shades of Avocado #8F9458
Tints of Avocado #8F9458
RGB
CMYK
RGB Variations
Color information
#8F9458 (or 0x8F9458) is known color: Avocado. HEX triplet: 8F, 94 and 58. RGB value is (143,148,88). Sum of RGB (Red+Green+Blue) = 143+148+88=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9458 is #706BA7. Grayscale: #8B8B8B. Windows color (decimal): -7367592 or 5805199. OLE color: 5805199.
HSL color Cylindrical-coordinate representation of color #8F9458: hue angle of 65º degrees, saturation: 0.25, 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 #8F9458 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 88 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.42 |
| HSL | 65º | 0.25% | 0.46% | - |
| HSV(B) | 65º | 0.41% | 0.58% | - |
| XYZ | 23.68 | 27.72 | 13.34 | - |
| YUV | 139.67 | 98.84 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 88 | 0.03 | 0 | 0.41 | 0.42 | 65 | 0.25 | 0.46 |
| Hex | 8F | 94 | 58 | 3 | 0 | 29 | 2A | 41 | 19 | 2E |
| Octal | 217 | 224 | 130 | 3 | 0 | 51 | 52 | 101 | 31 | 56 |
| Binary | 10001111 | 10010100 | 1011000 | 11 | 0 | 101001 | 101010 | 1000001 | 11001 | 101110 |
Color Harmonies of #8F9458
Complementary color
Monochromatic Colors of #8F9458
Black with #8F9458
Text Example
Text Example
White with #8F9458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9458; }
p { color: rgb(143,148,88); }
H1.HeaderClassName
{
color: #8F9458;
}
.AnyTagClassName
{
color: #8F9458;
}
</style>
background-color css
<style>
a { background-color: #8F9458; }
a { background-color: rgb(143,148,88); }
div.DivClassName
{
background-color: #8F9458;
}
.BgClassName
{
background-color: #8F9458;
}
</style>
border-color css
<style>
span { border-color: #8F9458; }
span { border-color: rgb(143,148,88); }
td.TdClassName
{
border-color: #8F9458;
}
.TagClassName
{
border-color: #8F9458;
}
</style>