Shades of Gossip #8EC774
Tints of Gossip #8EC774
RGB
CMYK
RGB Variations
Color information
#8EC774 (or 0x8EC774) is known color: Gossip. HEX triplet: 8E, C7 and 74. RGB value is (142,199,116). Sum of RGB (Red+Green+Blue) = 142+199+116=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 199 - color contains mainly: green. Hex color #8EC774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC774 is #71388B. Grayscale: #ACACAC. Windows color (decimal): -7420044 or 7653262. OLE color: 7653262.
HSL color Cylindrical-coordinate representation of color #8EC774: hue angle of 101.2º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EC774 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 199 | 116 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.22 |
| HSL | 101.2º | 0.43% | 0.62% | - |
| HSV(B) | 101.2º | 0.42% | 0.78% | - |
| XYZ | 34.73 | 47.86 | 23.93 | - |
| YUV | 172.5 | 96.12 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 199 | 116 | 0.29 | 0 | 0.42 | 0.22 | 101.2 | 0.43 | 0.62 |
| Hex | 8E | C7 | 74 | 1D | 0 | 2A | 16 | 65 | 2B | 3E |
| Octal | 216 | 307 | 164 | 35 | 0 | 52 | 26 | 145 | 53 | 76 |
| Binary | 10001110 | 11000111 | 1110100 | 11101 | 0 | 101010 | 10110 | 1100101 | 101011 | 111110 |
Color Harmonies of #8EC774
Complementary color
Monochromatic Colors of #8EC774
Black with #8EC774
Text Example
Text Example
White with #8EC774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC774; }
p { color: rgb(142,199,116); }
H1.HeaderClassName
{
color: #8EC774;
}
.AnyTagClassName
{
color: #8EC774;
}
</style>
background-color css
<style>
a { background-color: #8EC774; }
a { background-color: rgb(142,199,116); }
div.DivClassName
{
background-color: #8EC774;
}
.BgClassName
{
background-color: #8EC774;
}
</style>
border-color css
<style>
span { border-color: #8EC774; }
span { border-color: rgb(142,199,116); }
td.TdClassName
{
border-color: #8EC774;
}
.TagClassName
{
border-color: #8EC774;
}
</style>