COLOR #7EA17B

HEX: #7EA17B
RGB: (126,161,123)

Color info

#7EA17B contains red, green and blue colors in about the same proportion. Web safe color of #7EA17B is #669966 (or #696).

RGB color model

#7EA17B color RGB value is (126,161,123).

  • red value is 126;
  • green value is 161;
  • blue value is 123.
RGB:
(126,161,123)
(49%,63%,48%)

RGB channels and saturation

R 126 of 255 = 49%
G 161 of 255 = 63%
B 123 of 255 = 48%

126
161
123

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

Portions of RGB colors in percentages

R + G + B =
126 + 161 + 123 = 410 (100%)
R 126 of 410 ~ 30.73%
G 161 of 410 ~ 39.27%
B 123 of 410 ~ 30%

%30.73
%39.27
%30

CMYK color model

#7EA17B color CMYK value is (22,0,24,37).

  • cyan value is 21.74%
  • magenta value is 0.00%
  • yellow value is 23.60%
  • key color value is 36.86%
CMYK:
(22,0,24,37)
C22M0Y24K37 
(22%,0%,24%,37%)
(0.22/0.00/0.24/0.37)	

CMYK percentages

%21.74
%0
%23.6
%36.86

Codes

Color #7EA17B in popluar color models

7EA17B
RGB126161123
HSL115°16.81%55.69%
HSB/HSV115°23.60%63.14%
CMYK21.74%0.00%23.60%
36.86%

Color #7EA17B in popluar number systems.

HEX7EA17B
Decimal126161123
Binary1111110101000011111011
Octal176241173

Shades and tints

Shades of #7EA17B

#7EA17B
(126,161,123)
#739370
(115,147,112)
#688565
(104,133,101)
#5D775A
(93,119,90)
#52694F
(82,105,79)
#475B44
(71,91,68)
#3C4D39
(60,77,57)
#313F2E
(49,63,46)
#263123
(38,49,35)
#1B2318
(27,35,24)
#10150D
(16,21,13)
#000000
(0,0,0)

Tints of #7EA17B

#7EA17B
(126,161,123)
#89A987
(137,169,135)
#94B193
(148,177,147)
#9FB99F
(159,185,159)
#AAC1AB
(170,193,171)
#B5C9B7
(181,201,183)
#C0D1C3
(192,209,195)
#CBD9CF
(203,217,207)
#D6E1DB
(214,225,219)
#E1E9E7
(225,233,231)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA17B color. Also use rgb(126,161,123) instead hex code.

Text Font Color

.myTextColor { color: #7EA17B; }

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

This text font color is #7EA17B.


Background Color

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

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

This div background color is #7EA17B.


Border color

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

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

This div border color is #7EA17B.


Opacity

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

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

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

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

This text has shadow with #7EA17B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA17B on black background.


Color preview on white background

This text has color #7EA17B on white background.



Black color preview on #7EA17B background

This text has black color on #7EA17B background.


White color preview on #7EA17B background

This text has white color on #7EA17B background.