COLOR #7EA241

HEX: #7EA241 RGB: (126,162,65)

Color info

#7EA241 contains mainly red and green colors. Web safe color of #7EA241 is #669933 (or #693).

RGB color model

#7EA241 color RGB value is (126,162,65).

RGB: (126,162,65) (49%, 64%, 25%)

RGB channels and saturation

R 126 of 255 = 49%
G 162 of 255 = 64%
B 65 of 255 = 25%

126
162
65

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

Portions of RGB colors in percentages

R + G + B = 126 + 162 + 65 = 353 (100%)
R 126 of 353 ~ 35.69%
G 162 of 353 ~ 45.89%
B 65 of 353 ~ 18.41'%

%35.69
%45.89
%18.41

CMYK color model

#7EA241 color CMYK value is (22,0,60,36).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 59.88%
  • key color value is 36.47%
CMYK: (22,0,60,36) C22M0Y60K36 (22%,0%,60%,36%) (0.22/0.00/0.60/0.36) 

CMYK percentages

%22.22
%0
%59.88
%36.47

Codes

Color #7EA241 in popluar color models

7E A2 41
RGB 126 162 65
HSL 82° 42.73% 44.51%
HSB/HSV 82° 59.88% 63.53%
CMYK 22.22% 0.00% 59.88%
36.47%

Color #7EA241 in popluar number systems.

HEX 7E A2 41
Decimal 126 162 65
Binary 1111110 10100010 1000001
Octal 176 242 101

Shades and tints

Shades of #7EA241

#7EA241
(126,162,65)
#73943C
(115,148,60)
#688637
(104,134,55)
#5D7832
(93,120,50)
#526A2D
(82,106,45)
#475C28
(71,92,40)
#3C4E23
(60,78,35)
#31401E
(49,64,30)
#263219
(38,50,25)
#1B2414
(27,36,20)
#10160F
(16,22,15)
#000000
(0,0,0)

Tints of #7EA241

#7EA241
(126,162,65)
#89AA52
(137,170,82)
#94B263
(148,178,99)
#9FBA74
(159,186,116)
#AAC285
(170,194,133)
#B5CA96
(181,202,150)
#C0D2A7
(192,210,167)
#CBDAB8
(203,218,184)
#D6E2C9
(214,226,201)
#E1EADA
(225,234,218)
#ECF2EB
(236,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA241 color. Also use rgb(126,162,65) instead hex code.

Text Font Color

.myTextColor { color: #7EA241; }

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

This text font color is #7EA241.

Background Color

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

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

This div background color is #7EA241.

Border color

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

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

This div border color is #7EA241.

Opacity

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

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

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

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

This text has shadow with #7EA241 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA241.

Preview

Color preview on black background

This text has color #7EA241 on black background.


Color preview on white background

This text has color #7EA241 on white background.


Black color preview on #7EA241 background

This text has black color on #7EA241 background.


White color preview on #7EA241 background

This text has white color on #7EA241 background.


Related colors

Complementary color

Complementary color for #hex is #815DBE.


I love getcolorcode.com

Triadic colors

1 #417EA2 and #A2417E with #7EA241 are triadic colors.

2 #41A27E and #A27E41 with #7EA241 are triadic colors.