Shades of Avocado #8F9468
Tints of Avocado #8F9468
RGB
CMYK
RGB Variations
Color information
#8F9468 (or 0x8F9468) is known color: Avocado. HEX triplet: 8F, 94 and 68. RGB value is (143,148,104). Sum of RGB (Red+Green+Blue) = 143+148+104=395 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.20% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9468 is #706B97. Grayscale: #8D8D8D. Windows color (decimal): -7367576 or 6853775. OLE color: 6853775.
HSL color Cylindrical-coordinate representation of color #8F9468: hue angle of 66.82º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F9468 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 104 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.42 |
| HSL | 66.82º | 0.17% | 0.49% | - |
| HSV(B) | 66.82º | 0.3% | 0.58% | - |
| XYZ | 24.42 | 28.02 | 17.22 | - |
| YUV | 141.49 | 106.84 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 104 | 0.03 | 0 | 0.30 | 0.42 | 66.82 | 0.17 | 0.49 |
| Hex | 8F | 94 | 68 | 3 | 0 | 1E | 2A | 43 | 11 | 31 |
| Octal | 217 | 224 | 150 | 3 | 0 | 36 | 52 | 103 | 21 | 61 |
| Binary | 10001111 | 10010100 | 1101000 | 11 | 0 | 11110 | 101010 | 1000011 | 10001 | 110001 |
Color Harmonies of #8F9468
Complementary color
Monochromatic Colors of #8F9468
Black with #8F9468
Text Example
Text Example
White with #8F9468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9468; }
p { color: rgb(143,148,104); }
H1.HeaderClassName
{
color: #8F9468;
}
.AnyTagClassName
{
color: #8F9468;
}
</style>
background-color css
<style>
a { background-color: #8F9468; }
a { background-color: rgb(143,148,104); }
div.DivClassName
{
background-color: #8F9468;
}
.BgClassName
{
background-color: #8F9468;
}
</style>
border-color css
<style>
span { border-color: #8F9468; }
span { border-color: rgb(143,148,104); }
td.TdClassName
{
border-color: #8F9468;
}
.TagClassName
{
border-color: #8F9468;
}
</style>