COLOR #7EA68A

HEX: #7EA68A
RGB: (126,166,138)

Color info

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

RGB color model

#7EA68A color RGB value is (126,166,138).

  • red value is 126;
  • green value is 166;
  • blue value is 138.
RGB:
(126,166,138)
(49%,65%,54%)

RGB channels and saturation

R 126 of 255 = 49%
G 166 of 255 = 65%
B 138 of 255 = 54%

126
166
138

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

Portions of RGB colors in percentages

R + G + B =
126 + 166 + 138 = 430 (100%)
R 126 of 430 ~ 29.3%
G 166 of 430 ~ 38.6%
B 138 of 430 ~ 32.09%

%29.3
%38.6
%32.09

CMYK color model

#7EA68A color CMYK value is (24,0,17,35).

  • cyan value is 24.10%
  • magenta value is 0.00%
  • yellow value is 16.87%
  • key color value is 34.90%
CMYK:
(24,0,17,35)
C24M0Y17K35 
(24%,0%,17%,35%)
(0.24/0.00/0.17/0.35)	

CMYK percentages

%24.1
%0
%16.87
%34.9

Codes

Color #7EA68A in popluar color models

7EA68A
RGB126166138
HSL138°18.35%57.25%
HSB/HSV138°24.10%65.10%
CMYK24.10%0.00%16.87%
34.90%

Color #7EA68A in popluar number systems.

HEX7EA68A
Decimal126166138
Binary11111101010011010001010
Octal176246212

Shades and tints

Shades of #7EA68A

#7EA68A
(126,166,138)
#73977E
(115,151,126)
#688872
(104,136,114)
#5D7966
(93,121,102)
#526A5A
(82,106,90)
#475B4E
(71,91,78)
#3C4C42
(60,76,66)
#313D36
(49,61,54)
#262E2A
(38,46,42)
#1B1F1E
(27,31,30)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #7EA68A

#7EA68A
(126,166,138)
#89AE94
(137,174,148)
#94B69E
(148,182,158)
#9FBEA8
(159,190,168)
#AAC6B2
(170,198,178)
#B5CEBC
(181,206,188)
#C0D6C6
(192,214,198)
#CBDED0
(203,222,208)
#D6E6DA
(214,230,218)
#E1EEE4
(225,238,228)
#ECF6EE
(236,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA68A color. Also use rgb(126,166,138) instead hex code.

Text Font Color

.myTextColor { color: #7EA68A; }

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

This text font color is #7EA68A.


Background Color

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

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

This div background color is #7EA68A.


Border color

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

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

This div border color is #7EA68A.


Opacity

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

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

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

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

This text has shadow with #7EA68A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA68A on black background.


Color preview on white background

This text has color #7EA68A on white background.



Black color preview on #7EA68A background

This text has black color on #7EA68A background.


White color preview on #7EA68A background

This text has white color on #7EA68A background.