Shades of Gossip #8EC776
Tints of Gossip #8EC776
RGB
CMYK
RGB Variations
Color information
#8EC776 (or 0x8EC776) is known color: Gossip. HEX triplet: 8E, C7 and 76. RGB value is (142,199,118). Sum of RGB (Red+Green+Blue) = 142+199+118=459 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.94% from 459); Green value is 199 (78.12% from 255 or 43.36% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 199 - color contains mainly: green. Hex color #8EC776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC776 is #713889. Grayscale: #ACACAC. Windows color (decimal): -7420042 or 7784334. OLE color: 7784334.
HSL color Cylindrical-coordinate representation of color #8EC776: hue angle of 102.22º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EC776 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 199 | 118 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.22 |
| HSL | 102.22º | 0.42% | 0.62% | - |
| HSV(B) | 102.22º | 0.41% | 0.78% | - |
| XYZ | 34.85 | 47.91 | 24.55 | - |
| YUV | 172.72 | 97.12 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 199 | 118 | 0.29 | 0 | 0.41 | 0.22 | 102.22 | 0.42 | 0.62 |
| Hex | 8E | C7 | 76 | 1D | 0 | 29 | 16 | 66 | 2A | 3E |
| Octal | 216 | 307 | 166 | 35 | 0 | 51 | 26 | 146 | 52 | 76 |
| Binary | 10001110 | 11000111 | 1110110 | 11101 | 0 | 101001 | 10110 | 1100110 | 101010 | 111110 |
Color Harmonies of #8EC776
Complementary color
Monochromatic Colors of #8EC776
Black with #8EC776
Text Example
Text Example
White with #8EC776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC776; }
p { color: rgb(142,199,118); }
H1.HeaderClassName
{
color: #8EC776;
}
.AnyTagClassName
{
color: #8EC776;
}
</style>
background-color css
<style>
a { background-color: #8EC776; }
a { background-color: rgb(142,199,118); }
div.DivClassName
{
background-color: #8EC776;
}
.BgClassName
{
background-color: #8EC776;
}
</style>
border-color css
<style>
span { border-color: #8EC776; }
span { border-color: rgb(142,199,118); }
td.TdClassName
{
border-color: #8EC776;
}
.TagClassName
{
border-color: #8EC776;
}
</style>