COLOR #7E9561

HEX: #7E9561 RGB: (126,149,97)

Color info

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

RGB color model

#7E9561 color RGB value is (126,149,97).

RGB: (126,149,97) (49%, 58%, 38%)

RGB channels and saturation

R 126 of 255 = 49%
G 149 of 255 = 58%
B 97 of 255 = 38%

126
149
97

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

Portions of RGB colors in percentages

R + G + B = 126 + 149 + 97 = 372 (100%)
R 126 of 372 ~ 33.87%
G 149 of 372 ~ 40.05%
B 97 of 372 ~ 26.08'%

%33.87
%40.05
%26.08

CMYK color model

#7E9561 color CMYK value is (15,0,35,42).

  • cyan value is 15.44%
  • magenta value is 0.00%
  • yellow value is 34.90%
  • key color value is 41.57%
CMYK: (15,0,35,42) C15M0Y35K42 (15%,0%,35%,42%) (0.15/0.00/0.35/0.42) 

CMYK percentages

%15.44
%0
%34.9
%41.57

Codes

Color #7E9561 in popluar color models

7E 95 61
RGB 126 149 97
HSL 87° 21.14% 48.24%
HSB/HSV 87° 34.90% 58.43%
CMYK 15.44% 0.00% 34.90%
41.57%

Color #7E9561 in popluar number systems.

HEX 7E 95 61
Decimal 126 149 97
Binary 1111110 10010101 1100001
Octal 176 225 141

Shades and tints

Shades of #7E9561

#7E9561
(126,149,97)
#738859
(115,136,89)
#687B51
(104,123,81)
#5D6E49
(93,110,73)
#526141
(82,97,65)
#475439
(71,84,57)
#3C4731
(60,71,49)
#313A29
(49,58,41)
#262D21
(38,45,33)
#1B2019
(27,32,25)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #7E9561

#7E9561
(126,149,97)
#899E6F
(137,158,111)
#94A77D
(148,167,125)
#9FB08B
(159,176,139)
#AAB999
(170,185,153)
#B5C2A7
(181,194,167)
#C0CBB5
(192,203,181)
#CBD4C3
(203,212,195)
#D6DDD1
(214,221,209)
#E1E6DF
(225,230,223)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9561 color. Also use rgb(126,149,97) instead hex code.

Text Font Color

.myTextColor { color: #7E9561; }

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

This text font color is #7E9561.

Background Color

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

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

This div background color is #7E9561.

Border color

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

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

This div border color is #7E9561.

Opacity

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

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

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

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

This text has shadow with #7E9561 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E9561.

Preview

Color preview on black background

This text has color #7E9561 on black background.


Color preview on white background

This text has color #7E9561 on white background.


Black color preview on #7E9561 background

This text has black color on #7E9561 background.


White color preview on #7E9561 background

This text has white color on #7E9561 background.


Related colors

Complementary color

Complementary color for #hex is #816A9E.


I love getcolorcode.com

Triadic colors

1 #617E95 and #95617E with #7E9561 are triadic colors.

2 #61957E and #957E61 with #7E9561 are triadic colors.