Shades of Avocado #8C9768
Tints of Avocado #8C9768
RGB
CMYK
RGB Variations
Color information
#8C9768 (or 0x8C9768) is known color: Avocado. HEX triplet: 8C, 97 and 68. RGB value is (140,151,104). Sum of RGB (Red+Green+Blue) = 140+151+104=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 151 - color contains mainly: green. Hex color #8C9768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9768 is #736897. Grayscale: #8E8E8E. Windows color (decimal): -7563416 or 6854540. OLE color: 6854540.
HSL color Cylindrical-coordinate representation of color #8C9768: hue angle of 74.04º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C9768 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 151 | 104 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.41 |
| HSL | 74.04º | 0.18% | 0.5% | - |
| HSV(B) | 74.04º | 0.31% | 0.59% | - |
| XYZ | 24.38 | 28.71 | 17.35 | - |
| YUV | 142.35 | 106.36 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 151 | 104 | 0.07 | 0 | 0.31 | 0.41 | 74.04 | 0.18 | 0.5 |
| Hex | 8C | 97 | 68 | 7 | 0 | 1F | 29 | 4A | 12 | 32 |
| Octal | 214 | 227 | 150 | 7 | 0 | 37 | 51 | 112 | 22 | 62 |
| Binary | 10001100 | 10010111 | 1101000 | 111 | 0 | 11111 | 101001 | 1001010 | 10010 | 110010 |
Color Harmonies of #8C9768
Complementary color
Monochromatic Colors of #8C9768
Black with #8C9768
Text Example
Text Example
White with #8C9768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9768; }
p { color: rgb(140,151,104); }
H1.HeaderClassName
{
color: #8C9768;
}
.AnyTagClassName
{
color: #8C9768;
}
</style>
background-color css
<style>
a { background-color: #8C9768; }
a { background-color: rgb(140,151,104); }
div.DivClassName
{
background-color: #8C9768;
}
.BgClassName
{
background-color: #8C9768;
}
</style>
border-color css
<style>
span { border-color: #8C9768; }
span { border-color: rgb(140,151,104); }
td.TdClassName
{
border-color: #8C9768;
}
.TagClassName
{
border-color: #8C9768;
}
</style>