#8ECB78

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

Shades of Gossip #8ECB78

Tints of Gossip #8ECB78

Color information

#8ECB78 (or 0x8ECB78) is unknown color: approx Gossip. HEX triplet: 8E, CB and 78. RGB value is (142,203,120). Sum of RGB (Red+Green+Blue) = 142+203+120=465 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.54% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #8ECB78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECB78 is #713487. Grayscale: #AFAFAF. Windows color (decimal): -7419016 or 7916430. OLE color: 7916430.

HSL color Cylindrical-coordinate representation of color #8ECB78: hue angle of 104.1º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ECB78 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB142203120-
CMYK0.3000.410.20
HSL104.1º44.39%63.33%-
HSV(B)104.1º40.89%79.61%-
XYZ35.949.8225.49-
YUV175.396.79104.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.54%
GREEN value IS 203 (79.69% from 255) = 43.66%
BLUE value IS 120 (47.27% from 255) = 25.81%
R=30.54%
G=43.66%
B=25.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1422031200.3000.410.20104.144.3963.33
Hex8ECB781E02914682c3f
Octal21631317036051241505477
Binary10001110110010111111000111100101001101001101000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,203,120); }

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

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

 a { background-color: rgb(142,203,120); }

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

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

 span { border-color: rgb(142,203,120); }

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