Shades of Avocado #8E9567
Tints of Avocado #8E9567
RGB
CMYK
RGB Variations
Color information
#8E9567 (or 0x8E9567) is known color: Avocado. HEX triplet: 8E, 95 and 67. RGB value is (142,149,103). Sum of RGB (Red+Green+Blue) = 142+149+103=394 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.04% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 149 - color contains mainly: green. Hex color #8E9567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9567 is #716A98. Grayscale: #8D8D8D. Windows color (decimal): -7432857 or 6788494. OLE color: 6788494.
HSL color Cylindrical-coordinate representation of color #8E9567: hue angle of 69.13º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E9567 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 149 | 103 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.42 |
| HSL | 69.13º | 0.18% | 0.49% | - |
| HSV(B) | 69.13º | 0.31% | 0.58% | - |
| XYZ | 24.35 | 28.22 | 17 | - |
| YUV | 141.66 | 106.18 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 149 | 103 | 0.05 | 0 | 0.31 | 0.42 | 69.13 | 0.18 | 0.49 |
| Hex | 8E | 95 | 67 | 5 | 0 | 1F | 2A | 45 | 12 | 31 |
| Octal | 216 | 225 | 147 | 5 | 0 | 37 | 52 | 105 | 22 | 61 |
| Binary | 10001110 | 10010101 | 1100111 | 101 | 0 | 11111 | 101010 | 1000101 | 10010 | 110001 |
Color Harmonies of #8E9567
Complementary color
Monochromatic Colors of #8E9567
Black with #8E9567
Text Example
Text Example
White with #8E9567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9567; }
p { color: rgb(142,149,103); }
H1.HeaderClassName
{
color: #8E9567;
}
.AnyTagClassName
{
color: #8E9567;
}
</style>
background-color css
<style>
a { background-color: #8E9567; }
a { background-color: rgb(142,149,103); }
div.DivClassName
{
background-color: #8E9567;
}
.BgClassName
{
background-color: #8E9567;
}
</style>
border-color css
<style>
span { border-color: #8E9567; }
span { border-color: rgb(142,149,103); }
td.TdClassName
{
border-color: #8E9567;
}
.TagClassName
{
border-color: #8E9567;
}
</style>