#8ECF77

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

Shades of Gossip #8ECF77

Tints of Gossip #8ECF77

Color information

#8ECF77 (or 0x8ECF77) is unknown color: approx Gossip. HEX triplet: 8E, CF and 77. RGB value is (142,207,119). Sum of RGB (Red+Green+Blue) = 142+207+119=468 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.34% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 207 - color contains mainly: green. Hex color #8ECF77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECF77 is #713088. Grayscale: #B1B1B1. Windows color (decimal): -7417993 or 7851918. OLE color: 7851918.

HSL color Cylindrical-coordinate representation of color #8ECF77: hue angle of 104.32º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ECF77 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB142207119-
CMYK0.3100.430.19
HSL104.32º47.83%63.92%-
HSV(B)104.32º42.51%81.18%-
XYZ36.851.7125.49-
YUV177.5394.97102.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.34%
GREEN value IS 207 (81.25% from 255) = 44.23%
BLUE value IS 119 (46.88% from 255) = 25.43%
R=30.34%
G=44.23%
B=25.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1422071190.3100.430.19104.3247.8363.92
Hex8ECF771F02B13683040
Octal216317167370532315060100
Binary100011101100111111101111111101010111001111010001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,207,119); }

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

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

 a { background-color: rgb(142,207,119); }

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

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

 span { border-color: rgb(142,207,119); }

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