COLOR #7EA461

HEX: #7EA461 RGB: (126,164,97)

Color info

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

RGB color model

#7EA461 color RGB value is (126,164,97).

RGB: (126,164,97) (49%, 64%, 38%)

RGB channels and saturation

R 126 of 255 = 49%
G 164 of 255 = 64%
B 97 of 255 = 38%

126
164
97

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

Portions of RGB colors in percentages

R + G + B = 126 + 164 + 97 = 387 (100%)
R 126 of 387 ~ 32.56%
G 164 of 387 ~ 42.38%
B 97 of 387 ~ 25.06'%

%32.56
%42.38
%25.06

CMYK color model

#7EA461 color CMYK value is (23,0,41,36).

  • cyan value is 23.17%
  • magenta value is 0.00%
  • yellow value is 40.85%
  • key color value is 35.69%
CMYK: (23,0,41,36) C23M0Y41K36 (23%,0%,41%,36%) (0.23/0.00/0.41/0.36) 

CMYK percentages

%23.17
%0
%40.85
%35.69

Codes

Color #7EA461 in popluar color models

7E A4 61
RGB 126 164 97
HSL 94° 26.91% 51.18%
HSB/HSV 94° 40.85% 64.31%
CMYK 23.17% 0.00% 40.85%
35.69%

Color #7EA461 in popluar number systems.

HEX 7E A4 61
Decimal 126 164 97
Binary 1111110 10100100 1100001
Octal 176 244 141

Shades and tints

Shades of #7EA461

#7EA461
(126,164,97)
#739659
(115,150,89)
#688851
(104,136,81)
#5D7A49
(93,122,73)
#526C41
(82,108,65)
#475E39
(71,94,57)
#3C5031
(60,80,49)
#314229
(49,66,41)
#263421
(38,52,33)
#1B2619
(27,38,25)
#101811
(16,24,17)
#000000
(0,0,0)

Tints of #7EA461

#7EA461
(126,164,97)
#89AC6F
(137,172,111)
#94B47D
(148,180,125)
#9FBC8B
(159,188,139)
#AAC499
(170,196,153)
#B5CCA7
(181,204,167)
#C0D4B5
(192,212,181)
#CBDCC3
(203,220,195)
#D6E4D1
(214,228,209)
#E1ECDF
(225,236,223)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA461; }

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

This text font color is #7EA461.

Background Color

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

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

This div background color is #7EA461.

Border color

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

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

This div border color is #7EA461.

Opacity

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

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

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

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

This text has shadow with #7EA461 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA461.

Preview

Color preview on black background

This text has color #7EA461 on black background.


Color preview on white background

This text has color #7EA461 on white background.


Black color preview on #7EA461 background

This text has black color on #7EA461 background.


White color preview on #7EA461 background

This text has white color on #7EA461 background.


Related colors

Complementary color

Complementary color for #hex is #815B9E.


I love getcolorcode.com

Triadic colors

1 #617EA4 and #A4617E with #7EA461 are triadic colors.

2 #61A47E and #A47E61 with #7EA461 are triadic colors.