COLOR #7EA466

HEX: #7EA466
RGB: (126,164,102)

Color info

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

RGB color model

#7EA466 color RGB value is (126,164,102).

  • red value is 126;
  • green value is 164;
  • blue value is 102.
RGB:
(126,164,102)
(49%,64%,40%)

RGB channels and saturation

R 126 of 255 = 49%
G 164 of 255 = 64%
B 102 of 255 = 40%

126
164
102

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

Portions of RGB colors in percentages

R + G + B =
126 + 164 + 102 = 392 (100%)
R 126 of 392 ~ 32.14%
G 164 of 392 ~ 41.84%
B 102 of 392 ~ 26.02%

%32.14
%41.84
%26.02

CMYK color model

#7EA466 color CMYK value is (23,0,38,36).

  • cyan value is 23.17%
  • magenta value is 0.00%
  • yellow value is 37.80%
  • key color value is 35.69%
CMYK:
(23,0,38,36)
C23M0Y38K36 
(23%,0%,38%,36%)
(0.23/0.00/0.38/0.36)	

CMYK percentages

%23.17
%0
%37.8
%35.69

Codes

Color #7EA466 in popluar color models

7EA466
RGB126164102
HSL97°25.41%52.16%
HSB/HSV97°37.80%64.31%
CMYK23.17%0.00%37.80%
35.69%

Color #7EA466 in popluar number systems.

HEX7EA466
Decimal126164102
Binary1111110101001001100110
Octal176244146

Shades and tints

Shades of #7EA466

#7EA466
(126,164,102)
#73965D
(115,150,93)
#688854
(104,136,84)
#5D7A4B
(93,122,75)
#526C42
(82,108,66)
#475E39
(71,94,57)
#3C5030
(60,80,48)
#314227
(49,66,39)
#26341E
(38,52,30)
#1B2615
(27,38,21)
#10180C
(16,24,12)
#000000
(0,0,0)

Tints of #7EA466

#7EA466
(126,164,102)
#89AC73
(137,172,115)
#94B480
(148,180,128)
#9FBC8D
(159,188,141)
#AAC49A
(170,196,154)
#B5CCA7
(181,204,167)
#C0D4B4
(192,212,180)
#CBDCC1
(203,220,193)
#D6E4CE
(214,228,206)
#E1ECDB
(225,236,219)
#ECF4E8
(236,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA466 color. Also use rgb(126,164,102) instead hex code.

Text Font Color

.myTextColor { color: #7EA466; }

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

This text font color is #7EA466.


Background Color

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

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

This div background color is #7EA466.


Border color

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

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

This div border color is #7EA466.


Opacity

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

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

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

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

This text has shadow with #7EA466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA466 on black background.


Color preview on white background

This text has color #7EA466 on white background.



Black color preview on #7EA466 background

This text has black color on #7EA466 background.


White color preview on #7EA466 background

This text has white color on #7EA466 background.