COLOR #7EA85C

HEX: #7EA85C
RGB: (126,168,92)

Color info

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

RGB color model

#7EA85C color RGB value is (126,168,92).

  • red value is 126;
  • green value is 168;
  • blue value is 92.
RGB:
(126,168,92)
(49%,66%,36%)

RGB channels and saturation

R 126 of 255 = 49%
G 168 of 255 = 66%
B 92 of 255 = 36%

126
168
92

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

Portions of RGB colors in percentages

R + G + B =
126 + 168 + 92 = 386 (100%)
R 126 of 386 ~ 32.64%
G 168 of 386 ~ 43.52%
B 92 of 386 ~ 23.83%

%32.64
%43.52
%23.83

CMYK color model

#7EA85C color CMYK value is (25,0,45,34).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 45.24%
  • key color value is 34.12%
CMYK:
(25,0,45,34)
C25M0Y45K34 
(25%,0%,45%,34%)
(0.25/0.00/0.45/0.34)	

CMYK percentages

%25
%0
%45.24
%34.12

Codes

Color #7EA85C in popluar color models

7EA85C
RGB12616892
HSL93°30.40%50.98%
HSB/HSV93°45.24%65.88%
CMYK25.00%0.00%45.24%
34.12%

Color #7EA85C in popluar number systems.

HEX7EA85C
Decimal12616892
Binary1111110101010001011100
Octal176250134

Shades and tints

Shades of #7EA85C

#7EA85C
(126,168,92)
#739954
(115,153,84)
#688A4C
(104,138,76)
#5D7B44
(93,123,68)
#526C3C
(82,108,60)
#475D34
(71,93,52)
#3C4E2C
(60,78,44)
#313F24
(49,63,36)
#26301C
(38,48,28)
#1B2114
(27,33,20)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #7EA85C

#7EA85C
(126,168,92)
#89AF6A
(137,175,106)
#94B678
(148,182,120)
#9FBD86
(159,189,134)
#AAC494
(170,196,148)
#B5CBA2
(181,203,162)
#C0D2B0
(192,210,176)
#CBD9BE
(203,217,190)
#D6E0CC
(214,224,204)
#E1E7DA
(225,231,218)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA85C color. Also use rgb(126,168,92) instead hex code.

Text Font Color

.myTextColor { color: #7EA85C; }

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

This text font color is #7EA85C.


Background Color

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

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

This div background color is #7EA85C.


Border color

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

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

This div border color is #7EA85C.


Opacity

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

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

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

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

This text has shadow with #7EA85C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA85C on black background.


Color preview on white background

This text has color #7EA85C on white background.



Black color preview on #7EA85C background

This text has black color on #7EA85C background.


White color preview on #7EA85C background

This text has white color on #7EA85C background.