COLOR #7EA981

HEX: #7EA981 RGB: (126,169,129)

Color info

#7EA981 contains red, green and blue colors in about the same proportion. Web safe color of #7EA981 is #669999 (or #699).

RGB color model

#7EA981 color RGB value is (126,169,129).

RGB: (126,169,129) (49%, 66%, 51%)

RGB channels and saturation

R 126 of 255 = 49%
G 169 of 255 = 66%
B 129 of 255 = 51%

126
169
129

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

Portions of RGB colors in percentages

R + G + B = 126 + 169 + 129 = 424 (100%)
R 126 of 424 ~ 29.72%
G 169 of 424 ~ 39.86%
B 129 of 424 ~ 30.42'%

%29.72
%39.86
%30.42

CMYK color model

#7EA981 color CMYK value is (25,0,24,34).

  • cyan value is 25.44%
  • magenta value is 0.00%
  • yellow value is 23.67%
  • key color value is 33.73%

CMYK: (25,0,24,34)
C25M0Y24K34 (25%, 0%, 24%, 34%)
(0.25 / 0.00 / 0.24 / 0.34)

CMYK percentages

%25.44
%0
%23.67
%33.73

Codes

Color #7EA981 in popluar color models

7E A9 81
RGB 126 169 129
HSL 124° 20.00% 57.84%
HSB/HSV 124° 25.44% 66.27%
CMYK 25.44% 0.00% 23.67%
33.73%

Color #7EA981 in popluar number systems.

HEX 7E A9 81
Decimal 126 169 129
Binary 1111110 10101001 10000001
Octal 176 251 201

Shades and tints

Shades of #7EA981

#7EA981
(126,169,129)
#739A76
(115,154,118)
#688B6B
(104,139,107)
#5D7C60
(93,124,96)
#526D55
(82,109,85)
#475E4A
(71,94,74)
#3C4F3F
(60,79,63)
#314034
(49,64,52)
#263129
(38,49,41)
#1B221E
(27,34,30)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #7EA981

#7EA981
(126,169,129)
#89B08C
(137,176,140)
#94B797
(148,183,151)
#9FBEA2
(159,190,162)
#AAC5AD
(170,197,173)
#B5CCB8
(181,204,184)
#C0D3C3
(192,211,195)
#CBDACE
(203,218,206)
#D6E1D9
(214,225,217)
#E1E8E4
(225,232,228)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA981 color. Also use rgb(126,169,129) instead hex code.

Text Font Color

.myTextColor { color: #7EA981; }

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

This text font color is #7EA981.

Background Color

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

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

This div background color is #7EA981.

Border color

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

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

This div border color is #7EA981.

Opacity

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

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

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

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

This text has shadow with #7EA981 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA981.

Preview

Color preview on black background

This text has color #7EA981 on black background.


Color preview on white background

This text has color #7EA981 on white background.


Black color preview on #7EA981 background

This text has black color on #7EA981 background.


White color preview on #7EA981 background

This text has white color on #7EA981 background.


Related colors

Complementary color

Complementary color for #hex is #81567E.


I love getcolorcode.com

Triadic colors

1 #817EA9 and #A9817E with #7EA981 are triadic colors.

2 #81A97E and #A97E81 with #7EA981 are triadic colors.