COLOR #7EAE78

HEX: #7EAE78
RGB: (126,174,120)

Color info

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

RGB color model

#7EAE78 color RGB value is (126,174,120).

  • red value is 126;
  • green value is 174;
  • blue value is 120.
RGB:
(126,174,120)
(49%,68%,47%)

RGB channels and saturation

R 126 of 255 = 49%
G 174 of 255 = 68%
B 120 of 255 = 47%

126
174
120

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

Portions of RGB colors in percentages

R + G + B =
126 + 174 + 120 = 420 (100%)
R 126 of 420 ~ 30%
G 174 of 420 ~ 41.43%
B 120 of 420 ~ 28.57%

%30
%41.43
%28.57

CMYK color model

#7EAE78 color CMYK value is (28,0,31,32).

  • cyan value is 27.59%
  • magenta value is 0.00%
  • yellow value is 31.03%
  • key color value is 31.76%
CMYK:
(28,0,31,32)
C28M0Y31K32 
(28%,0%,31%,32%)
(0.28/0.00/0.31/0.32)	

CMYK percentages

%27.59
%0
%31.03
%31.76

Codes

Color #7EAE78 in popluar color models

7EAE78
RGB126174120
HSL113°25.00%57.65%
HSB/HSV113°31.03%68.24%
CMYK27.59%0.00%31.03%
31.76%

Color #7EAE78 in popluar number systems.

HEX7EAE78
Decimal126174120
Binary1111110101011101111000
Octal176256170

Shades and tints

Shades of #7EAE78

#7EAE78
(126,174,120)
#739F6E
(115,159,110)
#689064
(104,144,100)
#5D815A
(93,129,90)
#527250
(82,114,80)
#476346
(71,99,70)
#3C543C
(60,84,60)
#314532
(49,69,50)
#263628
(38,54,40)
#1B271E
(27,39,30)
#101814
(16,24,20)
#000000
(0,0,0)

Tints of #7EAE78

#7EAE78
(126,174,120)
#89B584
(137,181,132)
#94BC90
(148,188,144)
#9FC39C
(159,195,156)
#AACAA8
(170,202,168)
#B5D1B4
(181,209,180)
#C0D8C0
(192,216,192)
#CBDFCC
(203,223,204)
#D6E6D8
(214,230,216)
#E1EDE4
(225,237,228)
#ECF4F0
(236,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EAE78 color. Also use rgb(126,174,120) instead hex code.

Text Font Color

.myTextColor { color: #7EAE78; }

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

This text font color is #7EAE78.


Background Color

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

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

This div background color is #7EAE78.


Border color

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

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

This div border color is #7EAE78.


Opacity

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

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

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

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

This text has shadow with #7EAE78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAE78 on black background.


Color preview on white background

This text has color #7EAE78 on white background.



Black color preview on #7EAE78 background

This text has black color on #7EAE78 background.


White color preview on #7EAE78 background

This text has white color on #7EAE78 background.