COLOR #7EB391

HEX: #7EB391
RGB: (126,179,145)

Color info

#7EB391 contains red, green and blue colors in about the same proportion. Web safe color of #7EB391 is #669999 (or #699).

RGB color model

#7EB391 color RGB value is (126,179,145).

  • red value is 126;
  • green value is 179;
  • blue value is 145.
RGB:
(126,179,145)
(49%,70%,57%)

RGB channels and saturation

R 126 of 255 = 49%
G 179 of 255 = 70%
B 145 of 255 = 57%

126
179
145

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

Portions of RGB colors in percentages

R + G + B =
126 + 179 + 145 = 450 (100%)
R 126 of 450 ~ 28%
G 179 of 450 ~ 39.78%
B 145 of 450 ~ 32.22%

%28
%39.78
%32.22

CMYK color model

#7EB391 color CMYK value is (30,0,19,30).

  • cyan value is 29.61%
  • magenta value is 0.00%
  • yellow value is 18.99%
  • key color value is 29.80%
CMYK:
(30,0,19,30)
C30M0Y19K30 
(30%,0%,19%,30%)
(0.30/0.00/0.19/0.30)	

CMYK percentages

%29.61
%0
%18.99
%29.8

Codes

Color #7EB391 in popluar color models

7EB391
RGB126179145
HSL142°25.85%59.80%
HSB/HSV142°29.61%70.20%
CMYK29.61%0.00%18.99%
29.80%

Color #7EB391 in popluar number systems.

HEX7EB391
Decimal126179145
Binary11111101011001110010001
Octal176263221

Shades and tints

Shades of #7EB391

#7EB391
(126,179,145)
#73A384
(115,163,132)
#689377
(104,147,119)
#5D836A
(93,131,106)
#52735D
(82,115,93)
#476350
(71,99,80)
#3C5343
(60,83,67)
#314336
(49,67,54)
#263329
(38,51,41)
#1B231C
(27,35,28)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #7EB391

#7EB391
(126,179,145)
#89B99B
(137,185,155)
#94BFA5
(148,191,165)
#9FC5AF
(159,197,175)
#AACBB9
(170,203,185)
#B5D1C3
(181,209,195)
#C0D7CD
(192,215,205)
#CBDDD7
(203,221,215)
#D6E3E1
(214,227,225)
#E1E9EB
(225,233,235)
#ECEFF5
(236,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB391 color. Also use rgb(126,179,145) instead hex code.

Text Font Color

.myTextColor { color: #7EB391; }

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

This text font color is #7EB391.


Background Color

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

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

This div background color is #7EB391.


Border color

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

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

This div border color is #7EB391.


Opacity

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

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

Text with #7EB391 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 #7EB391;}

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

This text has shadow with #7EB391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB391 on black background.


Color preview on white background

This text has color #7EB391 on white background.



Black color preview on #7EB391 background

This text has black color on #7EB391 background.


White color preview on #7EB391 background

This text has white color on #7EB391 background.