COLOR #7E9951

HEX: #7E9951 RGB: (126,153,81)

Color info

#7E9951 contains mainly red and green colors. Web safe color of #7E9951 is #669966 (or #696).

RGB color model

#7E9951 color RGB value is (126,153,81).

RGB: (126,153,81) (49%, 60%, 32%)

RGB channels and saturation

R 126 of 255 = 49%
G 153 of 255 = 60%
B 81 of 255 = 32%

126
153
81

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

Portions of RGB colors in percentages

R + G + B = 126 + 153 + 81 = 360 (100%)
R 126 of 360 ~ 35%
G 153 of 360 ~ 42.5%
B 81 of 360 ~ 22.5'%

%35
%42.5
%22.5

CMYK color model

#7E9951 color CMYK value is (18,0,47,40).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 40.00%
CMYK: (18,0,47,40) C18M0Y47K40 (18%,0%,47%,40%) (0.18/0.00/0.47/0.40) 

CMYK percentages

%17.65
%0
%47.06
%40

Codes

Color #7E9951 in popluar color models

7E 99 51
RGB 126 153 81
HSL 83° 30.77% 45.88%
HSB/HSV 83° 47.06% 60.00%
CMYK 17.65% 0.00% 47.06%
40.00%

Color #7E9951 in popluar number systems.

HEX 7E 99 51
Decimal 126 153 81
Binary 1111110 10011001 1010001
Octal 176 231 121

Shades and tints

Shades of #7E9951

#7E9951
(126,153,81)
#738C4A
(115,140,74)
#687F43
(104,127,67)
#5D723C
(93,114,60)
#526535
(82,101,53)
#47582E
(71,88,46)
#3C4B27
(60,75,39)
#313E20
(49,62,32)
#263119
(38,49,25)
#1B2412
(27,36,18)
#10170B
(16,23,11)
#000000
(0,0,0)

Tints of #7E9951

#7E9951
(126,153,81)
#89A260
(137,162,96)
#94AB6F
(148,171,111)
#9FB47E
(159,180,126)
#AABD8D
(170,189,141)
#B5C69C
(181,198,156)
#C0CFAB
(192,207,171)
#CBD8BA
(203,216,186)
#D6E1C9
(214,225,201)
#E1EAD8
(225,234,216)
#ECF3E7
(236,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9951 color. Also use rgb(126,153,81) instead hex code.

Text Font Color

.myTextColor { color: #7E9951; }

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

This text font color is #7E9951.

Background Color

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

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

This div background color is #7E9951.

Border color

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

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

This div border color is #7E9951.

Opacity

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

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

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

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

This text has shadow with #7E9951 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E9951.

Preview

Color preview on black background

This text has color #7E9951 on black background.


Color preview on white background

This text has color #7E9951 on white background.


Black color preview on #7E9951 background

This text has black color on #7E9951 background.


White color preview on #7E9951 background

This text has white color on #7E9951 background.


Related colors

Complementary color

Complementary color for #hex is #8166AE.


I love getcolorcode.com

Triadic colors

1 #517E99 and #99517E with #7E9951 are triadic colors.

2 #51997E and #997E51 with #7E9951 are triadic colors.