Shades of Avocado #8C9762
Tints of Avocado #8C9762
RGB
CMYK
RGB Variations
Color information
#8C9762 (or 0x8C9762) is known color: Avocado. HEX triplet: 8C, 97 and 62. RGB value is (140,151,98). Sum of RGB (Red+Green+Blue) = 140+151+98=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 151 - color contains mainly: green. Hex color #8C9762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9762 is #73689D. Grayscale: #8D8D8D. Windows color (decimal): -7563422 or 6461324. OLE color: 6461324.
HSL color Cylindrical-coordinate representation of color #8C9762: hue angle of 72.45º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C9762 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 151 | 98 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.41 |
| HSL | 72.45º | 0.21% | 0.49% | - |
| HSV(B) | 72.45º | 0.35% | 0.59% | - |
| XYZ | 24.09 | 28.59 | 15.8 | - |
| YUV | 141.67 | 103.36 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 151 | 98 | 0.07 | 0 | 0.35 | 0.41 | 72.45 | 0.21 | 0.49 |
| Hex | 8C | 97 | 62 | 7 | 0 | 23 | 29 | 48 | 15 | 31 |
| Octal | 214 | 227 | 142 | 7 | 0 | 43 | 51 | 110 | 25 | 61 |
| Binary | 10001100 | 10010111 | 1100010 | 111 | 0 | 100011 | 101001 | 1001000 | 10101 | 110001 |
Color Harmonies of #8C9762
Complementary color
Monochromatic Colors of #8C9762
Black with #8C9762
Text Example
Text Example
White with #8C9762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9762; }
p { color: rgb(140,151,98); }
H1.HeaderClassName
{
color: #8C9762;
}
.AnyTagClassName
{
color: #8C9762;
}
</style>
background-color css
<style>
a { background-color: #8C9762; }
a { background-color: rgb(140,151,98); }
div.DivClassName
{
background-color: #8C9762;
}
.BgClassName
{
background-color: #8C9762;
}
</style>
border-color css
<style>
span { border-color: #8C9762; }
span { border-color: rgb(140,151,98); }
td.TdClassName
{
border-color: #8C9762;
}
.TagClassName
{
border-color: #8C9762;
}
</style>