COLOR #7EA68D

HEX: #7EA68D RGB: (126,166,141)

Color info

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

RGB color model

#7EA68D color RGB value is (126,166,141).

RGB: (126,166,141) (49%, 65%, 55%)

RGB channels and saturation

R 126 of 255 = 49%
G 166 of 255 = 65%
B 141 of 255 = 55%

126
166
141

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

Portions of RGB colors in percentages

R + G + B = 126 + 166 + 141 = 433 (100%)
R 126 of 433 ~ 29.1%
G 166 of 433 ~ 38.34%
B 141 of 433 ~ 32.56'%

%29.1
%38.34
%32.56

CMYK color model

#7EA68D color CMYK value is (24,0,15,35).

  • cyan value is 24.10%
  • magenta value is 0.00%
  • yellow value is 15.06%
  • key color value is 34.90%

CMYK: (24,0,15,35)
C24M0Y15K35 (24%, 0%, 15%, 35%)
(0.24 / 0.00 / 0.15 / 0.35)

CMYK percentages

%24.1
%0
%15.06
%34.9

Codes

Color #7EA68D in popluar color models

7E A6 8D
RGB 126 166 141
HSL 143° 18.35% 57.25%
HSB/HSV 143° 24.10% 65.10%
CMYK 24.10% 0.00% 15.06%
34.90%

Color #7EA68D in popluar number systems.

HEX 7E A6 8D
Decimal 126 166 141
Binary 1111110 10100110 10001101
Octal 176 246 215

Shades and tints

Shades of #7EA68D

#7EA68D
(126,166,141)
#739781
(115,151,129)
#688875
(104,136,117)
#5D7969
(93,121,105)
#526A5D
(82,106,93)
#475B51
(71,91,81)
#3C4C45
(60,76,69)
#313D39
(49,61,57)
#262E2D
(38,46,45)
#1B1F21
(27,31,33)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #7EA68D

#7EA68D
(126,166,141)
#89AE97
(137,174,151)
#94B6A1
(148,182,161)
#9FBEAB
(159,190,171)
#AAC6B5
(170,198,181)
#B5CEBF
(181,206,191)
#C0D6C9
(192,214,201)
#CBDED3
(203,222,211)
#D6E6DD
(214,230,221)
#E1EEE7
(225,238,231)
#ECF6F1
(236,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA68D color. Also use rgb(126,166,141) instead hex code.

Text Font Color

.myTextColor { color: #7EA68D; }

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

This text font color is #7EA68D.

Background Color

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

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

This div background color is #7EA68D.

Border color

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

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

This div border color is #7EA68D.

Opacity

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

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

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

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

This text has shadow with #7EA68D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA68D.

Preview

Color preview on black background

This text has color #7EA68D on black background.


Color preview on white background

This text has color #7EA68D on white background.


Black color preview on #7EA68D background

This text has black color on #7EA68D background.


White color preview on #7EA68D background

This text has white color on #7EA68D background.


Related colors

Complementary color

Complementary color for #hex is #815972.


I love getcolorcode.com

Triadic colors

1 #8D7EA6 and #A68D7E with #7EA68D are triadic colors.

2 #8DA67E and #A67E8D with #7EA68D are triadic colors.