Shades of Avocado #8C9367
Tints of Avocado #8C9367
RGB
CMYK
RGB Variations
Color information
#8C9367 (or 0x8C9367) is known color: Avocado. HEX triplet: 8C, 93 and 67. RGB value is (140,147,103). Sum of RGB (Red+Green+Blue) = 140+147+103=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 147 - color contains mainly: green. Hex color #8C9367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9367 is #736C98. Grayscale: #8C8C8C. Windows color (decimal): -7564441 or 6787980. OLE color: 6787980.
HSL color Cylindrical-coordinate representation of color #8C9367: hue angle of 69.55º degrees, saturation: 0.18, 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 #8C9367 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 147 | 103 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.42 |
| HSL | 69.55º | 0.18% | 0.49% | - |
| HSV(B) | 69.55º | 0.3% | 0.58% | - |
| XYZ | 23.7 | 27.42 | 16.88 | - |
| YUV | 139.89 | 107.18 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 147 | 103 | 0.05 | 0 | 0.30 | 0.42 | 69.55 | 0.18 | 0.49 |
| Hex | 8C | 93 | 67 | 5 | 0 | 1E | 2A | 46 | 12 | 31 |
| Octal | 214 | 223 | 147 | 5 | 0 | 36 | 52 | 106 | 22 | 61 |
| Binary | 10001100 | 10010011 | 1100111 | 101 | 0 | 11110 | 101010 | 1000110 | 10010 | 110001 |
Color Harmonies of #8C9367
Complementary color
Monochromatic Colors of #8C9367
Black with #8C9367
Text Example
Text Example
White with #8C9367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9367; }
p { color: rgb(140,147,103); }
H1.HeaderClassName
{
color: #8C9367;
}
.AnyTagClassName
{
color: #8C9367;
}
</style>
background-color css
<style>
a { background-color: #8C9367; }
a { background-color: rgb(140,147,103); }
div.DivClassName
{
background-color: #8C9367;
}
.BgClassName
{
background-color: #8C9367;
}
</style>
border-color css
<style>
span { border-color: #8C9367; }
span { border-color: rgb(140,147,103); }
td.TdClassName
{
border-color: #8C9367;
}
.TagClassName
{
border-color: #8C9367;
}
</style>