#8EC976

Color #8EC976 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #8EC976

Tints of Gossip #8EC976

Color information

#8EC976 (or 0x8EC976) is unknown color: approx Gossip. HEX triplet: 8E, C9 and 76. RGB value is (142,201,118). Sum of RGB (Red+Green+Blue) = 142+201+118=461 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.80% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 201 - color contains mainly: green. Hex color #8EC976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC976 is #713689. Grayscale: #AEAEAE. Windows color (decimal): -7419530 or 7784846. OLE color: 7784846.

HSL color Cylindrical-coordinate representation of color #8EC976: hue angle of 102.65º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EC976 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB142201118-
CMYK0.2900.410.21
HSL102.65º43.46%62.55%-
HSV(B)102.65º41.29%78.82%-
XYZ35.3148.8324.7-
YUV173.996.45105.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 30.80%
GREEN value IS 201 (78.91% from 255) = 43.60%
BLUE value IS 118 (46.48% from 255) = 25.60%
R=30.80%
G=43.60%
B=25.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1422011180.2900.410.21102.6543.4662.55
Hex8EC9761D02915672b3f
Octal21631116635051251475377
Binary10001110110010011110110111010101001101011100111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EC976; }

 p { color: rgb(142,201,118); }

 H1.HeaderClassName
 {
   color: #8EC976;
 }
 .AnyTagClassName
 {
   color: #8EC976;
 }
</style>
background-color css

<style>
 a { background-color: #8EC976; }

 a { background-color: rgb(142,201,118); }

 div.DivClassName
 {
   background-color: #8EC976;
 }
 .BgClassName
 {
   background-color: #8EC976;
 }
</style>
border-color css

<style>
 span { border-color: #8EC976; }

 span { border-color: rgb(142,201,118); }

 td.TdClassName
 {
   border-color: #8EC976;
 }
 .TagClassName
 {
   border-color: #8EC976;
 }
</style>