COLOR #7EB491

HEX: #7EB491 RGB: (126,180,145)

Color info

#7EB491 contains red, green and blue colors in about the same proportion. Web safe color of #7EB491 is #66CC99 (or #6C9).

RGB color model

#7EB491 color RGB value is (126,180,145).

RGB: (126,180,145) (49%, 71%, 57%)

RGB channels and saturation

R 126 of 255 = 49%
G 180 of 255 = 71%
B 145 of 255 = 57%

126
180
145

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

Portions of RGB colors in percentages

R + G + B = 126 + 180 + 145 = 451 (100%)
R 126 of 451 ~ 27.94%
G 180 of 451 ~ 39.91%
B 145 of 451 ~ 32.15'%

%27.94
%39.91
%32.15

CMYK color model

#7EB491 color CMYK value is (30,0,19,29).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 19.44%
  • key color value is 29.41%

CMYK: (30,0,19,29)
C30M0Y19K29 (30%, 0%, 19%, 29%)
(0.30 / 0.00 / 0.19 / 0.29)

CMYK percentages

%30
%0
%19.44
%29.41

Codes

Color #7EB491 in popluar color models

7E B4 91
RGB 126 180 145
HSL 141° 26.47% 60.00%
HSB/HSV 141° 30.00% 70.59%
CMYK 30.00% 0.00% 19.44%
29.41%

Color #7EB491 in popluar number systems.

HEX 7E B4 91
Decimal 126 180 145
Binary 1111110 10110100 10010001
Octal 176 264 221

Shades and tints

Shades of #7EB491

#7EB491
(126,180,145)
#73A484
(115,164,132)
#689477
(104,148,119)
#5D846A
(93,132,106)
#52745D
(82,116,93)
#476450
(71,100,80)
#3C5443
(60,84,67)
#314436
(49,68,54)
#263429
(38,52,41)
#1B241C
(27,36,28)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #7EB491

#7EB491
(126,180,145)
#89BA9B
(137,186,155)
#94C0A5
(148,192,165)
#9FC6AF
(159,198,175)
#AACCB9
(170,204,185)
#B5D2C3
(181,210,195)
#C0D8CD
(192,216,205)
#CBDED7
(203,222,215)
#D6E4E1
(214,228,225)
#E1EAEB
(225,234,235)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB491 color. Also use rgb(126,180,145) instead hex code.

Text Font Color

.myTextColor { color: #7EB491; }

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

This text font color is #7EB491.

Background Color

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

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

This div background color is #7EB491.

Border color

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

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

This div border color is #7EB491.

Opacity

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

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

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

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

This text has shadow with #7EB491 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EB491.

Preview

Color preview on black background

This text has color #7EB491 on black background.


Color preview on white background

This text has color #7EB491 on white background.


Black color preview on #7EB491 background

This text has black color on #7EB491 background.


White color preview on #7EB491 background

This text has white color on #7EB491 background.


Related colors

Complementary color

Complementary color for #hex is #814B6E.


I love getcolorcode.com

Triadic colors

1 #917EB4 and #B4917E with #7EB491 are triadic colors.

2 #91B47E and #B47E91 with #7EB491 are triadic colors.