Shades of Gossip #8EC579
Tints of Gossip #8EC579
RGB
CMYK
RGB Variations
Color information
#8EC579 (or 0x8EC579) is known color: Gossip. HEX triplet: 8E, C5 and 79. RGB value is (142,197,121). Sum of RGB (Red+Green+Blue) = 142+197+121=460 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.87% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 197 - color contains mainly: green. Hex color #8EC579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC579 is #713A86. Grayscale: #ACACAC. Windows color (decimal): -7420551 or 7980430. OLE color: 7980430.
HSL color Cylindrical-coordinate representation of color #8EC579: hue angle of 103.42º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EC579 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 197 | 121 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.23 |
| HSL | 103.42º | 0.4% | 0.62% | - |
| HSV(B) | 103.42º | 0.39% | 0.77% | - |
| XYZ | 34.57 | 47.06 | 25.35 | - |
| YUV | 171.89 | 99.28 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 197 | 121 | 0.28 | 0 | 0.39 | 0.23 | 103.42 | 0.4 | 0.62 |
| Hex | 8E | C5 | 79 | 1C | 0 | 27 | 17 | 67 | 28 | 3E |
| Octal | 216 | 305 | 171 | 34 | 0 | 47 | 27 | 147 | 50 | 76 |
| Binary | 10001110 | 11000101 | 1111001 | 11100 | 0 | 100111 | 10111 | 1100111 | 101000 | 111110 |
Color Harmonies of #8EC579
Complementary color
Monochromatic Colors of #8EC579
Black with #8EC579
Text Example
Text Example
White with #8EC579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC579; }
p { color: rgb(142,197,121); }
H1.HeaderClassName
{
color: #8EC579;
}
.AnyTagClassName
{
color: #8EC579;
}
</style>
background-color css
<style>
a { background-color: #8EC579; }
a { background-color: rgb(142,197,121); }
div.DivClassName
{
background-color: #8EC579;
}
.BgClassName
{
background-color: #8EC579;
}
</style>
border-color css
<style>
span { border-color: #8EC579; }
span { border-color: rgb(142,197,121); }
td.TdClassName
{
border-color: #8EC579;
}
.TagClassName
{
border-color: #8EC579;
}
</style>