COLOR #7EA35E

HEX: #7EA35E RGB: (126,163,94)

Color info

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

RGB color model

#7EA35E color RGB value is (126,163,94).

RGB: (126,163,94) (49%, 64%, 37%)

RGB channels and saturation

R 126 of 255 = 49%
G 163 of 255 = 64%
B 94 of 255 = 37%

126
163
94

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

Portions of RGB colors in percentages

R + G + B = 126 + 163 + 94 = 383 (100%)
R 126 of 383 ~ 32.9%
G 163 of 383 ~ 42.56%
B 94 of 383 ~ 24.54'%

%32.9
%42.56
%24.54

CMYK color model

#7EA35E color CMYK value is (23,0,42,36).

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

CMYK: (23,0,42,36)
C23M0Y42K36 (23%, 0%, 42%, 36%)
(0.23 / 0.00 / 0.42 / 0.36)

CMYK percentages

%22.7
%0
%42.33
%36.08

Codes

Color #7EA35E in popluar color models

7E A3 5E
RGB 126 163 94
HSL 92° 27.27% 50.39%
HSB/HSV 92° 42.33% 63.92%
CMYK 22.70% 0.00% 42.33%
36.08%

Color #7EA35E in popluar number systems.

HEX 7E A3 5E
Decimal 126 163 94
Binary 1111110 10100011 1011110
Octal 176 243 136

Shades and tints

Shades of #7EA35E

#7EA35E
(126,163,94)
#739556
(115,149,86)
#68874E
(104,135,78)
#5D7946
(93,121,70)
#526B3E
(82,107,62)
#475D36
(71,93,54)
#3C4F2E
(60,79,46)
#314126
(49,65,38)
#26331E
(38,51,30)
#1B2516
(27,37,22)
#10170E
(16,23,14)
#000000
(0,0,0)

Tints of #7EA35E

#7EA35E
(126,163,94)
#89AB6C
(137,171,108)
#94B37A
(148,179,122)
#9FBB88
(159,187,136)
#AAC396
(170,195,150)
#B5CBA4
(181,203,164)
#C0D3B2
(192,211,178)
#CBDBC0
(203,219,192)
#D6E3CE
(214,227,206)
#E1EBDC
(225,235,220)
#ECF3EA
(236,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA35E; }

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

This text font color is #7EA35E.

Background Color

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

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

This div background color is #7EA35E.

Border color

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

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

This div border color is #7EA35E.

Opacity

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

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

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

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

This text has shadow with #7EA35E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA35E.

Preview

Color preview on black background

This text has color #7EA35E on black background.


Color preview on white background

This text has color #7EA35E on white background.


Black color preview on #7EA35E background

This text has black color on #7EA35E background.


White color preview on #7EA35E background

This text has white color on #7EA35E background.


Related colors

Complementary color

Complementary color for #hex is #815CA1.


I love getcolorcode.com

Triadic colors

1 #5E7EA3 and #A35E7E with #7EA35E are triadic colors.

2 #5EA37E and #A37E5E with #7EA35E are triadic colors.