COLOR #7EA371

HEX: #7EA371 RGB: (126,163,113)

Color info

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

RGB color model

#7EA371 color RGB value is (126,163,113).

RGB: (126,163,113) (49%, 64%, 44%)

RGB channels and saturation

R 126 of 255 = 49%
G 163 of 255 = 64%
B 113 of 255 = 44%

126
163
113

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

Portions of RGB colors in percentages

R + G + B = 126 + 163 + 113 = 402 (100%)
R 126 of 402 ~ 31.34%
G 163 of 402 ~ 40.55%
B 113 of 402 ~ 28.11'%

%31.34
%40.55
%28.11

CMYK color model

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

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

CMYK: (23,0,31,36)
C23M0Y31K36 (23%, 0%, 31%, 36%)
(0.23 / 0.00 / 0.31 / 0.36)

CMYK percentages

%22.7
%0
%30.67
%36.08

Codes

Color #7EA371 in popluar color models

7E A3 71
RGB 126 163 113
HSL 104° 21.37% 54.12%
HSB/HSV 104° 30.67% 63.92%
CMYK 22.70% 0.00% 30.67%
36.08%

Color #7EA371 in popluar number systems.

HEX 7E A3 71
Decimal 126 163 113
Binary 1111110 10100011 1110001
Octal 176 243 161

Shades and tints

Shades of #7EA371

#7EA371
(126,163,113)
#739567
(115,149,103)
#68875D
(104,135,93)
#5D7953
(93,121,83)
#526B49
(82,107,73)
#475D3F
(71,93,63)
#3C4F35
(60,79,53)
#31412B
(49,65,43)
#263321
(38,51,33)
#1B2517
(27,37,23)
#10170D
(16,23,13)
#000000
(0,0,0)

Tints of #7EA371

#7EA371
(126,163,113)
#89AB7D
(137,171,125)
#94B389
(148,179,137)
#9FBB95
(159,187,149)
#AAC3A1
(170,195,161)
#B5CBAD
(181,203,173)
#C0D3B9
(192,211,185)
#CBDBC5
(203,219,197)
#D6E3D1
(214,227,209)
#E1EBDD
(225,235,221)
#ECF3E9
(236,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA371; }

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

This text font color is #7EA371.

Background Color

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

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

This div background color is #7EA371.

Border color

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

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

This div border color is #7EA371.

Opacity

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

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

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

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

This text has shadow with #7EA371 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA371.

Preview

Color preview on black background

This text has color #7EA371 on black background.


Color preview on white background

This text has color #7EA371 on white background.


Black color preview on #7EA371 background

This text has black color on #7EA371 background.


White color preview on #7EA371 background

This text has white color on #7EA371 background.


Related colors

Complementary color

Complementary color for #hex is #815C8E.


I love getcolorcode.com

Triadic colors

1 #717EA3 and #A3717E with #7EA371 are triadic colors.

2 #71A37E and #A37E71 with #7EA371 are triadic colors.