COLOR #7EA37D

HEX: #7EA37D RGB: (126,163,125)

Color info

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

RGB color model

#7EA37D color RGB value is (126,163,125).

RGB: (126,163,125) (49%, 64%, 49%)

RGB channels and saturation

R 126 of 255 = 49%
G 163 of 255 = 64%
B 125 of 255 = 49%

126
163
125

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

Portions of RGB colors in percentages

R + G + B = 126 + 163 + 125 = 414 (100%)
R 126 of 414 ~ 30.43%
G 163 of 414 ~ 39.37%
B 125 of 414 ~ 30.19'%

%30.43
%39.37
%30.19

CMYK color model

#7EA37D color CMYK value is (23,0,23,36).

  • cyan value is 22.70%
  • magenta value is 0.00%
  • yellow value is 23.31%
  • key color value is 36.08%

CMYK: (23,0,23,36)
C23M0Y23K36 (23%, 0%, 23%, 36%)
(0.23 / 0.00 / 0.23 / 0.36)

CMYK percentages

%22.7
%0
%23.31
%36.08

Codes

Color #7EA37D in popluar color models

7E A3 7D
RGB 126 163 125
HSL 118° 17.12% 56.47%
HSB/HSV 118° 23.31% 63.92%
CMYK 22.70% 0.00% 23.31%
36.08%

Color #7EA37D in popluar number systems.

HEX 7E A3 7D
Decimal 126 163 125
Binary 1111110 10100011 1111101
Octal 176 243 175

Shades and tints

Shades of #7EA37D

#7EA37D
(126,163,125)
#739572
(115,149,114)
#688767
(104,135,103)
#5D795C
(93,121,92)
#526B51
(82,107,81)
#475D46
(71,93,70)
#3C4F3B
(60,79,59)
#314130
(49,65,48)
#263325
(38,51,37)
#1B251A
(27,37,26)
#10170F
(16,23,15)
#000000
(0,0,0)

Tints of #7EA37D

#7EA37D
(126,163,125)
#89AB88
(137,171,136)
#94B393
(148,179,147)
#9FBB9E
(159,187,158)
#AAC3A9
(170,195,169)
#B5CBB4
(181,203,180)
#C0D3BF
(192,211,191)
#CBDBCA
(203,219,202)
#D6E3D5
(214,227,213)
#E1EBE0
(225,235,224)
#ECF3EB
(236,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA37D color. Also use rgb(126,163,125) instead hex code.

Text Font Color

.myTextColor { color: #7EA37D; }

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

This text font color is #7EA37D.

Background Color

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

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

This div background color is #7EA37D.

Border color

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

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

This div border color is #7EA37D.

Opacity

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

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

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

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

This text has shadow with #7EA37D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA37D.

Preview

Color preview on black background

This text has color #7EA37D on black background.


Color preview on white background

This text has color #7EA37D on white background.


Black color preview on #7EA37D background

This text has black color on #7EA37D background.


White color preview on #7EA37D background

This text has white color on #7EA37D background.


Related colors

Complementary color

Complementary color for #hex is #815C82.


I love getcolorcode.com

Triadic colors

1 #7D7EA3 and #A37D7E with #7EA37D are triadic colors.

2 #7DA37E and #A37E7D with #7EA37D are triadic colors.