COLOR #7E905B

HEX: #7E905B RGB: (126,144,91)

Color info

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

RGB color model

#7E905B color RGB value is (126,144,91).

RGB: (126,144,91) (49%, 56%, 36%)

RGB channels and saturation

R 126 of 255 = 49%
G 144 of 255 = 56%
B 91 of 255 = 36%

126
144
91

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

Portions of RGB colors in percentages

R + G + B = 126 + 144 + 91 = 361 (100%)
R 126 of 361 ~ 34.9%
G 144 of 361 ~ 39.89%
B 91 of 361 ~ 25.21'%

%34.9
%39.89
%25.21

CMYK color model

#7E905B color CMYK value is (13,0,37,44).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 36.81%
  • key color value is 43.53%

CMYK: (13,0,37,44)
C13M0Y37K44 (13%, 0%, 37%, 44%)
(0.13 / 0.00 / 0.37 / 0.44)

CMYK percentages

%12.5
%0
%36.81
%43.53

Codes

Color #7E905B in popluar color models

7E 90 5B
RGB 126 144 91
HSL 80° 22.55% 46.08%
HSB/HSV 80° 36.81% 56.47%
CMYK 12.50% 0.00% 36.81%
43.53%

Color #7E905B in popluar number systems.

HEX 7E 90 5B
Decimal 126 144 91
Binary 1111110 10010000 1011011
Octal 176 220 133

Shades and tints

Shades of #7E905B

#7E905B
(126,144,91)
#738353
(115,131,83)
#68764B
(104,118,75)
#5D6943
(93,105,67)
#525C3B
(82,92,59)
#474F33
(71,79,51)
#3C422B
(60,66,43)
#313523
(49,53,35)
#26281B
(38,40,27)
#1B1B13
(27,27,19)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #7E905B

#7E905B
(126,144,91)
#899A69
(137,154,105)
#94A477
(148,164,119)
#9FAE85
(159,174,133)
#AAB893
(170,184,147)
#B5C2A1
(181,194,161)
#C0CCAF
(192,204,175)
#CBD6BD
(203,214,189)
#D6E0CB
(214,224,203)
#E1EAD9
(225,234,217)
#ECF4E7
(236,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E905B color. Also use rgb(126,144,91) instead hex code.

Text Font Color

.myTextColor { color: #7E905B; }

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

This text font color is #7E905B.

Background Color

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

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

This div background color is #7E905B.

Border color

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

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

This div border color is #7E905B.

Opacity

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

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

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

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

This text has shadow with #7E905B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E905B.

Preview

Color preview on black background

This text has color #7E905B on black background.


Color preview on white background

This text has color #7E905B on white background.


Black color preview on #7E905B background

This text has black color on #7E905B background.


White color preview on #7E905B background

This text has white color on #7E905B background.


Related colors

Complementary color

Complementary color for #hex is #816FA4.


I love getcolorcode.com

Triadic colors

1 #5B7E90 and #905B7E with #7E905B are triadic colors.

2 #5B907E and #907E5B with #7E905B are triadic colors.