COLOR #9EAE79

HEX: #9EAE79
RGB: (158,174,121)

Color info

#9EAE79 contains red, green and blue colors in about the same proportion. Web safe color of #9EAE79 is #999966 (or #996).

RGB color model

#9EAE79 color RGB value is (158,174,121).

  • red value is 158;
  • green value is 174;
  • blue value is 121.
RGB:
(158,174,121)
(62%,68%,47%)

RGB channels and saturation

R 158 of 255 = 62%
G 174 of 255 = 68%
B 121 of 255 = 47%

158
174
121

R + G + B ~ 59%. #9EAE79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
158 + 174 + 121 = 453 (100%)
R 158 of 453 ~ 34.88%
G 174 of 453 ~ 38.41%
B 121 of 453 ~ 26.71%

%34.88
%38.41
%26.71

CMYK color model

#9EAE79 color CMYK value is (9,0,30,32).

  • cyan value is 9.20%
  • magenta value is 0.00%
  • yellow value is 30.46%
  • key color value is 31.76%
CMYK:
(9,0,30,32)
C9M0Y30K32 
(9%,0%,30%,32%)
(0.09/0.00/0.30/0.32)	

CMYK percentages

%9.2
%0
%30.46
%31.76

Codes

Color #9EAE79 in popluar color models

9EAE79
RGB158174121
HSL78°24.65%57.84%
HSB/HSV78°30.46%68.24%
CMYK9.20%0.00%30.46%
31.76%

Color #9EAE79 in popluar number systems.

HEX9EAE79
Decimal158174121
Binary10011110101011101111001
Octal236256171

Shades and tints

Shades of #9EAE79

#9EAE79
(158,174,121)
#909F6E
(144,159,110)
#829063
(130,144,99)
#748158
(116,129,88)
#66724D
(102,114,77)
#586342
(88,99,66)
#4A5437
(74,84,55)
#3C452C
(60,69,44)
#2E3621
(46,54,33)
#202716
(32,39,22)
#12180B
(18,24,11)
#000000
(0,0,0)

Tints of #9EAE79

#9EAE79
(158,174,121)
#A6B585
(166,181,133)
#AEBC91
(174,188,145)
#B6C39D
(182,195,157)
#BECAA9
(190,202,169)
#C6D1B5
(198,209,181)
#CED8C1
(206,216,193)
#D6DFCD
(214,223,205)
#DEE6D9
(222,230,217)
#E6EDE5
(230,237,229)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EAE79 color. Also use rgb(158,174,121) instead hex code.

Text Font Color

.myTextColor { color: #9EAE79; }

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

This text font color is #9EAE79.


Background Color

.myBgColor { background-color: #9EAE79; }

<div style="background-color:#9EAE79">Inner text</div>

This div background color is #9EAE79.


Border color

.myBorderColor { border: 1px solid #9EAE79; }

<div style="border:3px solid #9EAE79">Div</div>

This div border color is #9EAE79.


Opacity

.myOpacity80 { color: #9EAE79; opacity: 0.8; }

<p style="color:#9EAE79;opacity:0.8;">80%</p>

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

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

This text has shadow with #9EAE79 color.

.textShadow {text-shadow: 3px 3px 1px #9EAE79, 3px 3px 1px red;}

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

This text has shadow with #9EAE79 primary color and red secondary color.


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

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

This text has shadow with #9EAE79 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9EAE79;
-webkit-box-shadow: 1px 1px 3px 2px #9EAE79;
box-shadow:1px 1px 3px 2px #9EAE79;">
Div content here</div>
This div box has shadow with color #9EAE79.

Preview

Color preview on black background

This text has color #9EAE79 on black background.


Color preview on white background

This text has color #9EAE79 on white background.



Black color preview on #9EAE79 background

This text has black color on #9EAE79 background.


White color preview on #9EAE79 background

This text has white color on #9EAE79 background.