COLOR #7EA575

HEX: #7EA575 RGB: (126,165,117)

Color info

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

RGB color model

#7EA575 color RGB value is (126,165,117).

RGB: (126,165,117) (49%, 65%, 46%)

RGB channels and saturation

R 126 of 255 = 49%
G 165 of 255 = 65%
B 117 of 255 = 46%

126
165
117

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

Portions of RGB colors in percentages

R + G + B = 126 + 165 + 117 = 408 (100%)
R 126 of 408 ~ 30.88%
G 165 of 408 ~ 40.44%
B 117 of 408 ~ 28.68'%

%30.88
%40.44
%28.68

CMYK color model

#7EA575 color CMYK value is (24,0,29,35).

  • cyan value is 23.64%
  • magenta value is 0.00%
  • yellow value is 29.09%
  • key color value is 35.29%

CMYK: (24,0,29,35)
C24M0Y29K35 (24%, 0%, 29%, 35%)
(0.24 / 0.00 / 0.29 / 0.35)

CMYK percentages

%23.64
%0
%29.09
%35.29

Codes

Color #7EA575 in popluar color models

7E A5 75
RGB 126 165 117
HSL 109° 21.05% 55.29%
HSB/HSV 109° 29.09% 64.71%
CMYK 23.64% 0.00% 29.09%
35.29%

Color #7EA575 in popluar number systems.

HEX 7E A5 75
Decimal 126 165 117
Binary 1111110 10100101 1110101
Octal 176 245 165

Shades and tints

Shades of #7EA575

#7EA575
(126,165,117)
#73966B
(115,150,107)
#688761
(104,135,97)
#5D7857
(93,120,87)
#52694D
(82,105,77)
#475A43
(71,90,67)
#3C4B39
(60,75,57)
#313C2F
(49,60,47)
#262D25
(38,45,37)
#1B1E1B
(27,30,27)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #7EA575

#7EA575
(126,165,117)
#89AD81
(137,173,129)
#94B58D
(148,181,141)
#9FBD99
(159,189,153)
#AAC5A5
(170,197,165)
#B5CDB1
(181,205,177)
#C0D5BD
(192,213,189)
#CBDDC9
(203,221,201)
#D6E5D5
(214,229,213)
#E1EDE1
(225,237,225)
#ECF5ED
(236,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA575 color. Also use rgb(126,165,117) instead hex code.

Text Font Color

.myTextColor { color: #7EA575; }

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

This text font color is #7EA575.

Background Color

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

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

This div background color is #7EA575.

Border color

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

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

This div border color is #7EA575.

Opacity

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

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

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

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

This text has shadow with #7EA575 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA575.

Preview

Color preview on black background

This text has color #7EA575 on black background.


Color preview on white background

This text has color #7EA575 on white background.


Black color preview on #7EA575 background

This text has black color on #7EA575 background.


White color preview on #7EA575 background

This text has white color on #7EA575 background.


Related colors

Complementary color

Complementary color for #hex is #815A8A.


I love getcolorcode.com

Triadic colors

1 #757EA5 and #A5757E with #7EA575 are triadic colors.

2 #75A57E and #A57E75 with #7EA575 are triadic colors.