COLOR #7EAA6C

HEX: #7EAA6C RGB: (126,170,108)

Color info

#7EAA6C contains mainly red and green colors. Web safe color of #7EAA6C is #669966 (or #696).

RGB color model

#7EAA6C color RGB value is (126,170,108).

RGB: (126,170,108) (49%, 67%, 42%)

RGB channels and saturation

R 126 of 255 = 49%
G 170 of 255 = 67%
B 108 of 255 = 42%

126
170
108

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

Portions of RGB colors in percentages

R + G + B = 126 + 170 + 108 = 404 (100%)
R 126 of 404 ~ 31.19%
G 170 of 404 ~ 42.08%
B 108 of 404 ~ 26.73'%

%31.19
%42.08
%26.73

CMYK color model

#7EAA6C color CMYK value is (26,0,36,33).

  • cyan value is 25.88%
  • magenta value is 0.00%
  • yellow value is 36.47%
  • key color value is 33.33%

CMYK: (26,0,36,33)
C26M0Y36K33 (26%, 0%, 36%, 33%)
(0.26 / 0.00 / 0.36 / 0.33)

CMYK percentages

%25.88
%0
%36.47
%33.33

Codes

Color #7EAA6C in popluar color models

7E AA 6C
RGB 126 170 108
HSL 103° 26.72% 54.51%
HSB/HSV 103° 36.47% 66.67%
CMYK 25.88% 0.00% 36.47%
33.33%

Color #7EAA6C in popluar number systems.

HEX 7E AA 6C
Decimal 126 170 108
Binary 1111110 10101010 1101100
Octal 176 252 154

Shades and tints

Shades of #7EAA6C

#7EAA6C
(126,170,108)
#739B63
(115,155,99)
#688C5A
(104,140,90)
#5D7D51
(93,125,81)
#526E48
(82,110,72)
#475F3F
(71,95,63)
#3C5036
(60,80,54)
#31412D
(49,65,45)
#263224
(38,50,36)
#1B231B
(27,35,27)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #7EAA6C

#7EAA6C
(126,170,108)
#89B179
(137,177,121)
#94B886
(148,184,134)
#9FBF93
(159,191,147)
#AAC6A0
(170,198,160)
#B5CDAD
(181,205,173)
#C0D4BA
(192,212,186)
#CBDBC7
(203,219,199)
#D6E2D4
(214,226,212)
#E1E9E1
(225,233,225)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EAA6C color. Also use rgb(126,170,108) instead hex code.

Text Font Color

.myTextColor { color: #7EAA6C; }

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

This text font color is #7EAA6C.

Background Color

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

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

This div background color is #7EAA6C.

Border color

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

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

This div border color is #7EAA6C.

Opacity

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

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

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

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

This text has shadow with #7EAA6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EAA6C.

Preview

Color preview on black background

This text has color #7EAA6C on black background.


Color preview on white background

This text has color #7EAA6C on white background.


Black color preview on #7EAA6C background

This text has black color on #7EAA6C background.


White color preview on #7EAA6C background

This text has white color on #7EAA6C background.


Related colors

Complementary color

Complementary color for #hex is #815593.


I love getcolorcode.com

Triadic colors

1 #6C7EAA and #AA6C7E with #7EAA6C are triadic colors.

2 #6CAA7E and #AA7E6C with #7EAA6C are triadic colors.