Shades of Gossip #8EC975
Tints of Gossip #8EC975
RGB
CMYK
RGB Variations
Color information
#8EC975 (or 0x8EC975) is known color: Gossip. HEX triplet: 8E, C9 and 75. RGB value is (142,201,117). Sum of RGB (Red+Green+Blue) = 142+201+117=460 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.87% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 201 - color contains mainly: green. Hex color #8EC975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC975 is #71368A. Grayscale: #AEAEAE. Windows color (decimal): -7419531 or 7719310. OLE color: 7719310.
HSL color Cylindrical-coordinate representation of color #8EC975: hue angle of 102.14º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EC975 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 201 | 117 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.21 |
| HSL | 102.14º | 0.44% | 0.62% | - |
| HSV(B) | 102.14º | 0.42% | 0.79% | - |
| XYZ | 35.25 | 48.81 | 24.39 | - |
| YUV | 173.78 | 95.95 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 201 | 117 | 0.29 | 0 | 0.42 | 0.21 | 102.14 | 0.44 | 0.62 |
| Hex | 8E | C9 | 75 | 1D | 0 | 2A | 15 | 66 | 2C | 3E |
| Octal | 216 | 311 | 165 | 35 | 0 | 52 | 25 | 146 | 54 | 76 |
| Binary | 10001110 | 11001001 | 1110101 | 11101 | 0 | 101010 | 10101 | 1100110 | 101100 | 111110 |
Color Harmonies of #8EC975
Complementary color
Monochromatic Colors of #8EC975
Black with #8EC975
Text Example
Text Example
White with #8EC975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC975; }
p { color: rgb(142,201,117); }
H1.HeaderClassName
{
color: #8EC975;
}
.AnyTagClassName
{
color: #8EC975;
}
</style>
background-color css
<style>
a { background-color: #8EC975; }
a { background-color: rgb(142,201,117); }
div.DivClassName
{
background-color: #8EC975;
}
.BgClassName
{
background-color: #8EC975;
}
</style>
border-color css
<style>
span { border-color: #8EC975; }
span { border-color: rgb(142,201,117); }
td.TdClassName
{
border-color: #8EC975;
}
.TagClassName
{
border-color: #8EC975;
}
</style>