COLOR #7EC174

HEX: #7EC174
RGB: (126,193,116)

Color info

#7EC174 contains mainly green color. Web safe color of #7EC174 is #66CC66 (or #6C6).

RGB color model

#7EC174 color RGB value is (126,193,116).

  • red value is 126;
  • green value is 193;
  • blue value is 116.
RGB:
(126,193,116)
(49%,76%,45%)

RGB channels and saturation

R 126 of 255 = 49%
G 193 of 255 = 76%
B 116 of 255 = 45%

126
193
116

R + G + B ~ 57%. #7EC174 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 193 + 116 = 435 (100%)
R 126 of 435 ~ 28.97%
G 193 of 435 ~ 44.37%
B 116 of 435 ~ 26.67%

%28.97
%44.37
%26.67

CMYK color model

#7EC174 color CMYK value is (35,0,40,24).

  • cyan value is 34.72%
  • magenta value is 0.00%
  • yellow value is 39.90%
  • key color value is 24.31%
CMYK:
(35,0,40,24)
C35M0Y40K24 
(35%,0%,40%,24%)
(0.35/0.00/0.40/0.24)	

CMYK percentages

%34.72
%0
%39.9
%24.31

Codes

Color #7EC174 in popluar color models

7EC174
RGB126193116
HSL112°38.31%60.59%
HSB/HSV112°39.90%75.69%
CMYK34.72%0.00%39.90%
24.31%

Color #7EC174 in popluar number systems.

HEX7EC174
Decimal126193116
Binary1111110110000011110100
Octal176301164

Shades and tints

Shades of #7EC174

#7EC174
(126,193,116)
#73B06A
(115,176,106)
#689F60
(104,159,96)
#5D8E56
(93,142,86)
#527D4C
(82,125,76)
#476C42
(71,108,66)
#3C5B38
(60,91,56)
#314A2E
(49,74,46)
#263924
(38,57,36)
#1B281A
(27,40,26)
#101710
(16,23,16)
#000000
(0,0,0)

Tints of #7EC174

#7EC174
(126,193,116)
#89C680
(137,198,128)
#94CB8C
(148,203,140)
#9FD098
(159,208,152)
#AAD5A4
(170,213,164)
#B5DAB0
(181,218,176)
#C0DFBC
(192,223,188)
#CBE4C8
(203,228,200)
#D6E9D4
(214,233,212)
#E1EEE0
(225,238,224)
#ECF3EC
(236,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EC174 color. Also use rgb(126,193,116) instead hex code.

Text Font Color

.myTextColor { color: #7EC174; }

<p style="color:#7EC174">This sample text font color is #7EC174.</p>

This text font color is #7EC174.


Background Color

.myBgColor { background-color: #7EC174; }

<div style="background-color:#7EC174">Inner text</div>

This div background color is #7EC174.


Border color

.myBorderColor { border: 1px solid #7EC174; }

<div style="border:3px solid #7EC174">Div</div>

This div border color is #7EC174.


Opacity

.myOpacity80 { color: #7EC174; opacity: 0.8; }

<p style="color:#7EC174;opacity:0.8;">80%</p>

Text with #7EC174 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7EC174;}

<p style="text-shadow: 3px 3px 1px #7EC174">Text here.</p>

This text has shadow with #7EC174 color.

.textShadow {text-shadow: 3px 3px 1px #7EC174, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7EC174, 5px 5px 20px red">Text here.</p>

This text has shadow with #7EC174 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EC174, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7EC174, Direction=45, Strength=4)">Text</p>

This text has shadow with #7EC174 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7EC174;
  -webkit-box-shadow:	1px 1px 3px 2px #7EC174;
  box-shadow:		1px 1px 3px 2px #7EC174;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7EC174;
-webkit-box-shadow: 1px 1px 3px 2px #7EC174;
box-shadow:1px 1px 3px 2px #7EC174;">
Div content here</div>
This div box has shadow with color #7EC174.

Preview

Color preview on black background

This text has color #7EC174 on black background.


Color preview on white background

This text has color #7EC174 on white background.



Black color preview on #7EC174 background

This text has black color on #7EC174 background.


White color preview on #7EC174 background

This text has white color on #7EC174 background.