Shades of Avocado #8C9558
Tints of Avocado #8C9558
RGB
CMYK
RGB Variations
Color information
#8C9558 (or 0x8C9558) is known color: Avocado. HEX triplet: 8C, 95 and 58. RGB value is (140,149,88). Sum of RGB (Red+Green+Blue) = 140+149+88=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 149 - color contains mainly: green. Hex color #8C9558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9558 is #736AA7. Grayscale: #8B8B8B. Windows color (decimal): -7563944 or 5805452. OLE color: 5805452.
HSL color Cylindrical-coordinate representation of color #8C9558: hue angle of 68.85º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C9558 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 149 | 88 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.42 |
| HSL | 68.85º | 0.26% | 0.46% | - |
| HSV(B) | 68.85º | 0.41% | 0.58% | - |
| XYZ | 23.32 | 27.77 | 13.36 | - |
| YUV | 139.36 | 99.02 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 149 | 88 | 0.06 | 0 | 0.41 | 0.42 | 68.85 | 0.26 | 0.46 |
| Hex | 8C | 95 | 58 | 6 | 0 | 29 | 2A | 45 | 1A | 2E |
| Octal | 214 | 225 | 130 | 6 | 0 | 51 | 52 | 105 | 32 | 56 |
| Binary | 10001100 | 10010101 | 1011000 | 110 | 0 | 101001 | 101010 | 1000101 | 11010 | 101110 |
Color Harmonies of #8C9558
Complementary color
Monochromatic Colors of #8C9558
Black with #8C9558
Text Example
Text Example
White with #8C9558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9558; }
p { color: rgb(140,149,88); }
H1.HeaderClassName
{
color: #8C9558;
}
.AnyTagClassName
{
color: #8C9558;
}
</style>
background-color css
<style>
a { background-color: #8C9558; }
a { background-color: rgb(140,149,88); }
div.DivClassName
{
background-color: #8C9558;
}
.BgClassName
{
background-color: #8C9558;
}
</style>
border-color css
<style>
span { border-color: #8C9558; }
span { border-color: rgb(140,149,88); }
td.TdClassName
{
border-color: #8C9558;
}
.TagClassName
{
border-color: #8C9558;
}
</style>