COLOR #7EA07C

HEX: #7EA07C RGB: (126,160,124)

Color info

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

RGB color model

#7EA07C color RGB value is (126,160,124).

RGB: (126,160,124) (49%, 63%, 49%)

RGB channels and saturation

R 126 of 255 = 49%
G 160 of 255 = 63%
B 124 of 255 = 49%

126
160
124

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

Portions of RGB colors in percentages

R + G + B = 126 + 160 + 124 = 410 (100%)
R 126 of 410 ~ 30.73%
G 160 of 410 ~ 39.02%
B 124 of 410 ~ 30.24'%

%30.73
%39.02
%30.24

CMYK color model

#7EA07C color CMYK value is (21,0,23,37).

  • cyan value is 21.25%
  • magenta value is 0.00%
  • yellow value is 22.50%
  • key color value is 37.25%

CMYK: (21,0,23,37)
C21M0Y23K37 (21%, 0%, 23%, 37%)
(0.21 / 0.00 / 0.23 / 0.37)

CMYK percentages

%21.25
%0
%22.5
%37.25

Codes

Color #7EA07C in popluar color models

7E A0 7C
RGB 126 160 124
HSL 117° 15.93% 55.69%
HSB/HSV 117° 22.50% 62.75%
CMYK 21.25% 0.00% 22.50%
37.25%

Color #7EA07C in popluar number systems.

HEX 7E A0 7C
Decimal 126 160 124
Binary 1111110 10100000 1111100
Octal 176 240 174

Shades and tints

Shades of #7EA07C

#7EA07C
(126,160,124)
#739271
(115,146,113)
#688466
(104,132,102)
#5D765B
(93,118,91)
#526850
(82,104,80)
#475A45
(71,90,69)
#3C4C3A
(60,76,58)
#313E2F
(49,62,47)
#263024
(38,48,36)
#1B2219
(27,34,25)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #7EA07C

#7EA07C
(126,160,124)
#89A887
(137,168,135)
#94B092
(148,176,146)
#9FB89D
(159,184,157)
#AAC0A8
(170,192,168)
#B5C8B3
(181,200,179)
#C0D0BE
(192,208,190)
#CBD8C9
(203,216,201)
#D6E0D4
(214,224,212)
#E1E8DF
(225,232,223)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA07C color. Also use rgb(126,160,124) instead hex code.

Text Font Color

.myTextColor { color: #7EA07C; }

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

This text font color is #7EA07C.

Background Color

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

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

This div background color is #7EA07C.

Border color

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

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

This div border color is #7EA07C.

Opacity

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

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

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

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

This text has shadow with #7EA07C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA07C.

Preview

Color preview on black background

This text has color #7EA07C on black background.


Color preview on white background

This text has color #7EA07C on white background.


Black color preview on #7EA07C background

This text has black color on #7EA07C background.


White color preview on #7EA07C background

This text has white color on #7EA07C background.


Related colors

Complementary color

Complementary color for #hex is #815F83.


I love getcolorcode.com

Triadic colors

1 #7C7EA0 and #A07C7E with #7EA07C are triadic colors.

2 #7CA07E and #A07E7C with #7EA07C are triadic colors.