COLOR #7EA45A

HEX: #7EA45A
RGB: (126,164,90)

Color info

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

RGB color model

#7EA45A color RGB value is (126,164,90).

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

RGB channels and saturation

R 126 of 255 = 49%
G 164 of 255 = 64%
B 90 of 255 = 35%

126
164
90

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

Portions of RGB colors in percentages

R + G + B =
126 + 164 + 90 = 380 (100%)
R 126 of 380 ~ 33.16%
G 164 of 380 ~ 43.16%
B 90 of 380 ~ 23.68%

%33.16
%43.16
%23.68

CMYK color model

#7EA45A color CMYK value is (23,0,45,36).

  • cyan value is 23.17%
  • magenta value is 0.00%
  • yellow value is 45.12%
  • key color value is 35.69%
CMYK:
(23,0,45,36)
C23M0Y45K36 
(23%,0%,45%,36%)
(0.23/0.00/0.45/0.36)	

CMYK percentages

%23.17
%0
%45.12
%35.69

Codes

Color #7EA45A in popluar color models

7EA45A
RGB12616490
HSL91°29.13%49.80%
HSB/HSV91°45.12%64.31%
CMYK23.17%0.00%45.12%
35.69%

Color #7EA45A in popluar number systems.

HEX7EA45A
Decimal12616490
Binary1111110101001001011010
Octal176244132

Shades and tints

Shades of #7EA45A

#7EA45A
(126,164,90)
#739652
(115,150,82)
#68884A
(104,136,74)
#5D7A42
(93,122,66)
#526C3A
(82,108,58)
#475E32
(71,94,50)
#3C502A
(60,80,42)
#314222
(49,66,34)
#26341A
(38,52,26)
#1B2612
(27,38,18)
#10180A
(16,24,10)
#000000
(0,0,0)

Tints of #7EA45A

#7EA45A
(126,164,90)
#89AC69
(137,172,105)
#94B478
(148,180,120)
#9FBC87
(159,188,135)
#AAC496
(170,196,150)
#B5CCA5
(181,204,165)
#C0D4B4
(192,212,180)
#CBDCC3
(203,220,195)
#D6E4D2
(214,228,210)
#E1ECE1
(225,236,225)
#ECF4F0
(236,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA45A; }

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

This text font color is #7EA45A.


Background Color

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

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

This div background color is #7EA45A.


Border color

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

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

This div border color is #7EA45A.


Opacity

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

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

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

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

This text has shadow with #7EA45A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA45A on black background.


Color preview on white background

This text has color #7EA45A on white background.



Black color preview on #7EA45A background

This text has black color on #7EA45A background.


White color preview on #7EA45A background

This text has white color on #7EA45A background.