COLOR #7EB390

HEX: #7EB390 RGB: (126,179,144)

Color info

#7EB390 contains red, green and blue colors in about the same proportion. Web safe color of #7EB390 is #669999 (or #699).

RGB color model

#7EB390 color RGB value is (126,179,144).

RGB: (126,179,144) (49%, 70%, 56%)

RGB channels and saturation

R 126 of 255 = 49%
G 179 of 255 = 70%
B 144 of 255 = 56%

126
179
144

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

Portions of RGB colors in percentages

R + G + B = 126 + 179 + 144 = 449 (100%)
R 126 of 449 ~ 28.06%
G 179 of 449 ~ 39.87%
B 144 of 449 ~ 32.07'%

%28.06
%39.87
%32.07

CMYK color model

#7EB390 color CMYK value is (30,0,20,30).

  • cyan value is 29.61%
  • magenta value is 0.00%
  • yellow value is 19.55%
  • key color value is 29.80%

CMYK: (30,0,20,30)
C30M0Y20K30 (30%, 0%, 20%, 30%)
(0.30 / 0.00 / 0.20 / 0.30)

CMYK percentages

%29.61
%0
%19.55
%29.8

Codes

Color #7EB390 in popluar color models

7E B3 90
RGB 126 179 144
HSL 140° 25.85% 59.80%
HSB/HSV 140° 29.61% 70.20%
CMYK 29.61% 0.00% 19.55%
29.80%

Color #7EB390 in popluar number systems.

HEX 7E B3 90
Decimal 126 179 144
Binary 1111110 10110011 10010000
Octal 176 263 220

Shades and tints

Shades of #7EB390

#7EB390
(126,179,144)
#73A383
(115,163,131)
#689376
(104,147,118)
#5D8369
(93,131,105)
#52735C
(82,115,92)
#47634F
(71,99,79)
#3C5342
(60,83,66)
#314335
(49,67,53)
#263328
(38,51,40)
#1B231B
(27,35,27)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #7EB390

#7EB390
(126,179,144)
#89B99A
(137,185,154)
#94BFA4
(148,191,164)
#9FC5AE
(159,197,174)
#AACBB8
(170,203,184)
#B5D1C2
(181,209,194)
#C0D7CC
(192,215,204)
#CBDDD6
(203,221,214)
#D6E3E0
(214,227,224)
#E1E9EA
(225,233,234)
#ECEFF4
(236,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB390 color. Also use rgb(126,179,144) instead hex code.

Text Font Color

.myTextColor { color: #7EB390; }

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

This text font color is #7EB390.

Background Color

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

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

This div background color is #7EB390.

Border color

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

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

This div border color is #7EB390.

Opacity

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

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

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

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

This text has shadow with #7EB390 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EB390.

Preview

Color preview on black background

This text has color #7EB390 on black background.


Color preview on white background

This text has color #7EB390 on white background.


Black color preview on #7EB390 background

This text has black color on #7EB390 background.


White color preview on #7EB390 background

This text has white color on #7EB390 background.


Related colors

Complementary color

Complementary color for #hex is #814C6F.


I love getcolorcode.com

Triadic colors

1 #907EB3 and #B3907E with #7EB390 are triadic colors.

2 #90B37E and #B37E90 with #7EB390 are triadic colors.