#8EC775

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

Shades of Gossip #8EC775

Tints of Gossip #8EC775

Color information

#8EC775 (or 0x8EC775) is unknown color: approx Gossip. HEX triplet: 8E, C7 and 75. RGB value is (142,199,117). Sum of RGB (Red+Green+Blue) = 142+199+117=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 199 - color contains mainly: green. Hex color #8EC775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC775 is #71388A. Grayscale: #ACACAC. Windows color (decimal): -7420043 or 7718798. OLE color: 7718798.

HSL color Cylindrical-coordinate representation of color #8EC775: hue angle of 101.71º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EC775 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB142199117-
CMYK0.2900.410.22
HSL101.71º42.27%61.96%-
HSV(B)101.71º41.21%78.04%-
XYZ34.7947.8824.24-
YUV172.6196.62106.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.00%
GREEN value IS 199 (78.12% from 255) = 43.45%
BLUE value IS 117 (46.09% from 255) = 25.55%
R=31.00%
G=43.45%
B=25.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1421991170.2900.410.22101.7142.2761.96
Hex8EC7751D02916662a3e
Octal21630716535051261465276
Binary10001110110001111110101111010101001101101100110101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,199,117); }

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

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

 a { background-color: rgb(142,199,117); }

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

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

 span { border-color: rgb(142,199,117); }

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