COLOR #7EA380

HEX: #7EA380 RGB: (126,163,128)

Color info

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

RGB color model

#7EA380 color RGB value is (126,163,128).

RGB: (126,163,128) (49%, 64%, 50%)

RGB channels and saturation

R 126 of 255 = 49%
G 163 of 255 = 64%
B 128 of 255 = 50%

126
163
128

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

Portions of RGB colors in percentages

R + G + B = 126 + 163 + 128 = 417 (100%)
R 126 of 417 ~ 30.22%
G 163 of 417 ~ 39.09%
B 128 of 417 ~ 30.7'%

%30.22
%39.09
%30.7

CMYK color model

#7EA380 color CMYK value is (23,0,21,36).

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

CMYK: (23,0,21,36)
C23M0Y21K36 (23%, 0%, 21%, 36%)
(0.23 / 0.00 / 0.21 / 0.36)

CMYK percentages

%22.7
%0
%21.47
%36.08

Codes

Color #7EA380 in popluar color models

7E A3 80
RGB 126 163 128
HSL 123° 16.74% 56.67%
HSB/HSV 123° 22.70% 63.92%
CMYK 22.70% 0.00% 21.47%
36.08%

Color #7EA380 in popluar number systems.

HEX 7E A3 80
Decimal 126 163 128
Binary 1111110 10100011 10000000
Octal 176 243 200

Shades and tints

Shades of #7EA380

#7EA380
(126,163,128)
#739575
(115,149,117)
#68876A
(104,135,106)
#5D795F
(93,121,95)
#526B54
(82,107,84)
#475D49
(71,93,73)
#3C4F3E
(60,79,62)
#314133
(49,65,51)
#263328
(38,51,40)
#1B251D
(27,37,29)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #7EA380

#7EA380
(126,163,128)
#89AB8B
(137,171,139)
#94B396
(148,179,150)
#9FBBA1
(159,187,161)
#AAC3AC
(170,195,172)
#B5CBB7
(181,203,183)
#C0D3C2
(192,211,194)
#CBDBCD
(203,219,205)
#D6E3D8
(214,227,216)
#E1EBE3
(225,235,227)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA380; }

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

This text font color is #7EA380.

Background Color

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

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

This div background color is #7EA380.

Border color

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

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

This div border color is #7EA380.

Opacity

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

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

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

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

This text has shadow with #7EA380 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA380.

Preview

Color preview on black background

This text has color #7EA380 on black background.


Color preview on white background

This text has color #7EA380 on white background.


Black color preview on #7EA380 background

This text has black color on #7EA380 background.


White color preview on #7EA380 background

This text has white color on #7EA380 background.


Related colors

Complementary color

Complementary color for #hex is #815C7F.


I love getcolorcode.com

Triadic colors

1 #807EA3 and #A3807E with #7EA380 are triadic colors.

2 #80A37E and #A37E80 with #7EA380 are triadic colors.