COLOR #7EA36C

HEX: #7EA36C RGB: (126,163,108)

Color info

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

RGB color model

#7EA36C color RGB value is (126,163,108).

RGB: (126,163,108) (49%, 64%, 42%)

RGB channels and saturation

R 126 of 255 = 49%
G 163 of 255 = 64%
B 108 of 255 = 42%

126
163
108

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

Portions of RGB colors in percentages

R + G + B = 126 + 163 + 108 = 397 (100%)
R 126 of 397 ~ 31.74%
G 163 of 397 ~ 41.06%
B 108 of 397 ~ 27.2'%

%31.74
%41.06
%27.2

CMYK color model

#7EA36C color CMYK value is (23,0,34,36).

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

CMYK: (23,0,34,36)
C23M0Y34K36 (23%, 0%, 34%, 36%)
(0.23 / 0.00 / 0.34 / 0.36)

CMYK percentages

%22.7
%0
%33.74
%36.08

Codes

Color #7EA36C in popluar color models

7E A3 6C
RGB 126 163 108
HSL 100° 23.01% 53.14%
HSB/HSV 100° 33.74% 63.92%
CMYK 22.70% 0.00% 33.74%
36.08%

Color #7EA36C in popluar number systems.

HEX 7E A3 6C
Decimal 126 163 108
Binary 1111110 10100011 1101100
Octal 176 243 154

Shades and tints

Shades of #7EA36C

#7EA36C
(126,163,108)
#739563
(115,149,99)
#68875A
(104,135,90)
#5D7951
(93,121,81)
#526B48
(82,107,72)
#475D3F
(71,93,63)
#3C4F36
(60,79,54)
#31412D
(49,65,45)
#263324
(38,51,36)
#1B251B
(27,37,27)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #7EA36C

#7EA36C
(126,163,108)
#89AB79
(137,171,121)
#94B386
(148,179,134)
#9FBB93
(159,187,147)
#AAC3A0
(170,195,160)
#B5CBAD
(181,203,173)
#C0D3BA
(192,211,186)
#CBDBC7
(203,219,199)
#D6E3D4
(214,227,212)
#E1EBE1
(225,235,225)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA36C; }

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

This text font color is #7EA36C.

Background Color

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

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

This div background color is #7EA36C.

Border color

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

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

This div border color is #7EA36C.

Opacity

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

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

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

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

This text has shadow with #7EA36C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA36C.

Preview

Color preview on black background

This text has color #7EA36C on black background.


Color preview on white background

This text has color #7EA36C on white background.


Black color preview on #7EA36C background

This text has black color on #7EA36C background.


White color preview on #7EA36C background

This text has white color on #7EA36C background.


Related colors

Complementary color

Complementary color for #hex is #815C93.


I love getcolorcode.com

Triadic colors

1 #6C7EA3 and #A36C7E with #7EA36C are triadic colors.

2 #6CA37E and #A37E6C with #7EA36C are triadic colors.