COLOR #7EA279

HEX: #7EA279
RGB: (126,162,121)

Color info

#7EA279 contains red, green and blue colors in about the same proportion. Web safe color of #7EA279 is #669966 (or #696).

RGB color model

#7EA279 color RGB value is (126,162,121).

  • red value is 126;
  • green value is 162;
  • blue value is 121.
RGB:
(126,162,121)
(49%,64%,47%)

RGB channels and saturation

R 126 of 255 = 49%
G 162 of 255 = 64%
B 121 of 255 = 47%

126
162
121

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

Portions of RGB colors in percentages

R + G + B =
126 + 162 + 121 = 409 (100%)
R 126 of 409 ~ 30.81%
G 162 of 409 ~ 39.61%
B 121 of 409 ~ 29.58%

%30.81
%39.61
%29.58

CMYK color model

#7EA279 color CMYK value is (22,0,25,36).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 25.31%
  • key color value is 36.47%
CMYK:
(22,0,25,36)
C22M0Y25K36 
(22%,0%,25%,36%)
(0.22/0.00/0.25/0.36)	

CMYK percentages

%22.22
%0
%25.31
%36.47

Codes

Color #7EA279 in popluar color models

7EA279
RGB126162121
HSL113°18.06%55.49%
HSB/HSV113°25.31%63.53%
CMYK22.22%0.00%25.31%
36.47%

Color #7EA279 in popluar number systems.

HEX7EA279
Decimal126162121
Binary1111110101000101111001
Octal176242171

Shades and tints

Shades of #7EA279

#7EA279
(126,162,121)
#73946E
(115,148,110)
#688663
(104,134,99)
#5D7858
(93,120,88)
#526A4D
(82,106,77)
#475C42
(71,92,66)
#3C4E37
(60,78,55)
#31402C
(49,64,44)
#263221
(38,50,33)
#1B2416
(27,36,22)
#10160B
(16,22,11)
#000000
(0,0,0)

Tints of #7EA279

#7EA279
(126,162,121)
#89AA85
(137,170,133)
#94B291
(148,178,145)
#9FBA9D
(159,186,157)
#AAC2A9
(170,194,169)
#B5CAB5
(181,202,181)
#C0D2C1
(192,210,193)
#CBDACD
(203,218,205)
#D6E2D9
(214,226,217)
#E1EAE5
(225,234,229)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA279; }

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

This text font color is #7EA279.


Background Color

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

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

This div background color is #7EA279.


Border color

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

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

This div border color is #7EA279.


Opacity

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

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

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

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

This text has shadow with #7EA279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA279 on black background.


Color preview on white background

This text has color #7EA279 on white background.



Black color preview on #7EA279 background

This text has black color on #7EA279 background.


White color preview on #7EA279 background

This text has white color on #7EA279 background.