Shades of Gossip #8EC379
Tints of Gossip #8EC379
RGB
CMYK
RGB Variations
Color information
#8EC379 (or 0x8EC379) is known color: Gossip. HEX triplet: 8E, C3 and 79. RGB value is (142,195,121). Sum of RGB (Red+Green+Blue) = 142+195+121=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC379 is #713C86. Grayscale: #AAAAAA. Windows color (decimal): -7421063 or 7979918. OLE color: 7979918.
HSL color Cylindrical-coordinate representation of color #8EC379: hue angle of 102.97º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EC379 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 195 | 121 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.24 |
| HSL | 102.97º | 0.38% | 0.62% | - |
| HSV(B) | 102.97º | 0.38% | 0.76% | - |
| XYZ | 34.12 | 46.16 | 25.2 | - |
| YUV | 170.72 | 99.94 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 195 | 121 | 0.27 | 0 | 0.38 | 0.24 | 102.97 | 0.38 | 0.62 |
| Hex | 8E | C3 | 79 | 1B | 0 | 26 | 18 | 67 | 26 | 3E |
| Octal | 216 | 303 | 171 | 33 | 0 | 46 | 30 | 147 | 46 | 76 |
| Binary | 10001110 | 11000011 | 1111001 | 11011 | 0 | 100110 | 11000 | 1100111 | 100110 | 111110 |
Color Harmonies of #8EC379
Complementary color
Monochromatic Colors of #8EC379
Black with #8EC379
Text Example
Text Example
White with #8EC379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC379; }
p { color: rgb(142,195,121); }
H1.HeaderClassName
{
color: #8EC379;
}
.AnyTagClassName
{
color: #8EC379;
}
</style>
background-color css
<style>
a { background-color: #8EC379; }
a { background-color: rgb(142,195,121); }
div.DivClassName
{
background-color: #8EC379;
}
.BgClassName
{
background-color: #8EC379;
}
</style>
border-color css
<style>
span { border-color: #8EC379; }
span { border-color: rgb(142,195,121); }
td.TdClassName
{
border-color: #8EC379;
}
.TagClassName
{
border-color: #8EC379;
}
</style>