COLOR #7EA071

HEX: #7EA071 RGB: (126,160,113)

Color info

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

RGB color model

#7EA071 color RGB value is (126,160,113).

RGB: (126,160,113) (49%, 63%, 44%)

RGB channels and saturation

R 126 of 255 = 49%
G 160 of 255 = 63%
B 113 of 255 = 44%

126
160
113

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

Portions of RGB colors in percentages

R + G + B = 126 + 160 + 113 = 399 (100%)
R 126 of 399 ~ 31.58%
G 160 of 399 ~ 40.1%
B 113 of 399 ~ 28.32'%

%31.58
%40.1
%28.32

CMYK color model

#7EA071 color CMYK value is (21,0,29,37).

  • cyan value is 21.25%
  • magenta value is 0.00%
  • yellow value is 29.38%
  • key color value is 37.25%

CMYK: (21,0,29,37)
C21M0Y29K37 (21%, 0%, 29%, 37%)
(0.21 / 0.00 / 0.29 / 0.37)

CMYK percentages

%21.25
%0
%29.38
%37.25

Codes

Color #7EA071 in popluar color models

7E A0 71
RGB 126 160 113
HSL 103° 19.83% 53.53%
HSB/HSV 103° 29.38% 62.75%
CMYK 21.25% 0.00% 29.38%
37.25%

Color #7EA071 in popluar number systems.

HEX 7E A0 71
Decimal 126 160 113
Binary 1111110 10100000 1110001
Octal 176 240 161

Shades and tints

Shades of #7EA071

#7EA071
(126,160,113)
#739267
(115,146,103)
#68845D
(104,132,93)
#5D7653
(93,118,83)
#526849
(82,104,73)
#475A3F
(71,90,63)
#3C4C35
(60,76,53)
#313E2B
(49,62,43)
#263021
(38,48,33)
#1B2217
(27,34,23)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #7EA071

#7EA071
(126,160,113)
#89A87D
(137,168,125)
#94B089
(148,176,137)
#9FB895
(159,184,149)
#AAC0A1
(170,192,161)
#B5C8AD
(181,200,173)
#C0D0B9
(192,208,185)
#CBD8C5
(203,216,197)
#D6E0D1
(214,224,209)
#E1E8DD
(225,232,221)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA071; }

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

This text font color is #7EA071.

Background Color

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

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

This div background color is #7EA071.

Border color

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

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

This div border color is #7EA071.

Opacity

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

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

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

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

This text has shadow with #7EA071 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA071.

Preview

Color preview on black background

This text has color #7EA071 on black background.


Color preview on white background

This text has color #7EA071 on white background.


Black color preview on #7EA071 background

This text has black color on #7EA071 background.


White color preview on #7EA071 background

This text has white color on #7EA071 background.


Related colors

Complementary color

Complementary color for #hex is #815F8E.


I love getcolorcode.com

Triadic colors

1 #717EA0 and #A0717E with #7EA071 are triadic colors.

2 #71A07E and #A07E71 with #7EA071 are triadic colors.