COLOR #7EA17F

HEX: #7EA17F RGB: (126,161,127)

Color info

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

RGB color model

#7EA17F color RGB value is (126,161,127).

RGB: (126,161,127) (49%, 63%, 50%)

RGB channels and saturation

R 126 of 255 = 49%
G 161 of 255 = 63%
B 127 of 255 = 50%

126
161
127

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

Portions of RGB colors in percentages

R + G + B = 126 + 161 + 127 = 414 (100%)
R 126 of 414 ~ 30.43%
G 161 of 414 ~ 38.89%
B 127 of 414 ~ 30.68'%

%30.43
%38.89
%30.68

CMYK color model

#7EA17F color CMYK value is (22,0,21,37).

  • cyan value is 21.74%
  • magenta value is 0.00%
  • yellow value is 21.12%
  • key color value is 36.86%

CMYK: (22,0,21,37)
C22M0Y21K37 (22%, 0%, 21%, 37%)
(0.22 / 0.00 / 0.21 / 0.37)

CMYK percentages

%21.74
%0
%21.12
%36.86

Codes

Color #7EA17F in popluar color models

7E A1 7F
RGB 126 161 127
HSL 122° 15.70% 56.27%
HSB/HSV 122° 21.74% 63.14%
CMYK 21.74% 0.00% 21.12%
36.86%

Color #7EA17F in popluar number systems.

HEX 7E A1 7F
Decimal 126 161 127
Binary 1111110 10100001 1111111
Octal 176 241 177

Shades and tints

Shades of #7EA17F

#7EA17F
(126,161,127)
#739374
(115,147,116)
#688569
(104,133,105)
#5D775E
(93,119,94)
#526953
(82,105,83)
#475B48
(71,91,72)
#3C4D3D
(60,77,61)
#313F32
(49,63,50)
#263127
(38,49,39)
#1B231C
(27,35,28)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #7EA17F

#7EA17F
(126,161,127)
#89A98A
(137,169,138)
#94B195
(148,177,149)
#9FB9A0
(159,185,160)
#AAC1AB
(170,193,171)
#B5C9B6
(181,201,182)
#C0D1C1
(192,209,193)
#CBD9CC
(203,217,204)
#D6E1D7
(214,225,215)
#E1E9E2
(225,233,226)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA17F; }

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

This text font color is #7EA17F.

Background Color

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

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

This div background color is #7EA17F.

Border color

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

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

This div border color is #7EA17F.

Opacity

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

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

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

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

This text has shadow with #7EA17F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA17F.

Preview

Color preview on black background

This text has color #7EA17F on black background.


Color preview on white background

This text has color #7EA17F on white background.


Black color preview on #7EA17F background

This text has black color on #7EA17F background.


White color preview on #7EA17F background

This text has white color on #7EA17F background.


Related colors

Complementary color

Complementary color for #hex is #815E80.


I love getcolorcode.com

Triadic colors

1 #7F7EA1 and #A17F7E with #7EA17F are triadic colors.

2 #7FA17E and #A17E7F with #7EA17F are triadic colors.