Shades of Avocado #8F9C68
Tints of Avocado #8F9C68
RGB
CMYK
RGB Variations
Color information
#8F9C68 (or 0x8F9C68) is known color: Avocado. HEX triplet: 8F, 9C and 68. RGB value is (143,156,104). Sum of RGB (Red+Green+Blue) = 143+156+104=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 156 - color contains mainly: green. Hex color #8F9C68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9C68 is #706397. Grayscale: #929292. Windows color (decimal): -7365528 or 6855823. OLE color: 6855823.
HSL color Cylindrical-coordinate representation of color #8F9C68: hue angle of 75º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F9C68 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 156 | 104 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.39 |
| HSL | 75º | 0.21% | 0.51% | - |
| HSV(B) | 75º | 0.33% | 0.61% | - |
| XYZ | 25.71 | 30.62 | 17.65 | - |
| YUV | 146.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 156 | 104 | 0.08 | 0 | 0.33 | 0.39 | 75 | 0.21 | 0.51 |
| Hex | 8F | 9C | 68 | 8 | 0 | 21 | 27 | 4B | 15 | 33 |
| Octal | 217 | 234 | 150 | 10 | 0 | 41 | 47 | 113 | 25 | 63 |
| Binary | 10001111 | 10011100 | 1101000 | 1000 | 0 | 100001 | 100111 | 1001011 | 10101 | 110011 |
Color Harmonies of #8F9C68
Complementary color
Monochromatic Colors of #8F9C68
Black with #8F9C68
Text Example
Text Example
White with #8F9C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9C68; }
p { color: rgb(143,156,104); }
H1.HeaderClassName
{
color: #8F9C68;
}
.AnyTagClassName
{
color: #8F9C68;
}
</style>
background-color css
<style>
a { background-color: #8F9C68; }
a { background-color: rgb(143,156,104); }
div.DivClassName
{
background-color: #8F9C68;
}
.BgClassName
{
background-color: #8F9C68;
}
</style>
border-color css
<style>
span { border-color: #8F9C68; }
span { border-color: rgb(143,156,104); }
td.TdClassName
{
border-color: #8F9C68;
}
.TagClassName
{
border-color: #8F9C68;
}
</style>