COLOR #7EA77A

HEX: #7EA77A RGB: (126,167,122)

Color info

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

RGB color model

#7EA77A color RGB value is (126,167,122).

RGB: (126,167,122) (49%, 65%, 48%)

RGB channels and saturation

R 126 of 255 = 49%
G 167 of 255 = 65%
B 122 of 255 = 48%

126
167
122

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

Portions of RGB colors in percentages

R + G + B = 126 + 167 + 122 = 415 (100%)
R 126 of 415 ~ 30.36%
G 167 of 415 ~ 40.24%
B 122 of 415 ~ 29.4'%

%30.36
%40.24
%29.4

CMYK color model

#7EA77A color CMYK value is (25,0,27,35).

  • cyan value is 24.55%
  • magenta value is 0.00%
  • yellow value is 26.95%
  • key color value is 34.51%

CMYK: (25,0,27,35)
C25M0Y27K35 (25%, 0%, 27%, 35%)
(0.25 / 0.00 / 0.27 / 0.35)

CMYK percentages

%24.55
%0
%26.95
%34.51

Codes

Color #7EA77A in popluar color models

7E A7 7A
RGB 126 167 122
HSL 115° 20.36% 56.67%
HSB/HSV 115° 26.95% 65.49%
CMYK 24.55% 0.00% 26.95%
34.51%

Color #7EA77A in popluar number systems.

HEX 7E A7 7A
Decimal 126 167 122
Binary 1111110 10100111 1111010
Octal 176 247 172

Shades and tints

Shades of #7EA77A

#7EA77A
(126,167,122)
#73986F
(115,152,111)
#688964
(104,137,100)
#5D7A59
(93,122,89)
#526B4E
(82,107,78)
#475C43
(71,92,67)
#3C4D38
(60,77,56)
#313E2D
(49,62,45)
#262F22
(38,47,34)
#1B2017
(27,32,23)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #7EA77A

#7EA77A
(126,167,122)
#89AF86
(137,175,134)
#94B792
(148,183,146)
#9FBF9E
(159,191,158)
#AAC7AA
(170,199,170)
#B5CFB6
(181,207,182)
#C0D7C2
(192,215,194)
#CBDFCE
(203,223,206)
#D6E7DA
(214,231,218)
#E1EFE6
(225,239,230)
#ECF7F2
(236,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA77A color. Also use rgb(126,167,122) instead hex code.

Text Font Color

.myTextColor { color: #7EA77A; }

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

This text font color is #7EA77A.

Background Color

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

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

This div background color is #7EA77A.

Border color

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

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

This div border color is #7EA77A.

Opacity

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

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

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

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

This text has shadow with #7EA77A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA77A.

Preview

Color preview on black background

This text has color #7EA77A on black background.


Color preview on white background

This text has color #7EA77A on white background.


Black color preview on #7EA77A background

This text has black color on #7EA77A background.


White color preview on #7EA77A background

This text has white color on #7EA77A background.


Related colors

Complementary color

Complementary color for #hex is #815885.


I love getcolorcode.com

Triadic colors

1 #7A7EA7 and #A77A7E with #7EA77A are triadic colors.

2 #7AA77E and #A77E7A with #7EA77A are triadic colors.