COLOR #9EA76F

HEX: #9EA76F
RGB: (158,167,111)

Color info

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

RGB color model

#9EA76F color RGB value is (158,167,111).

  • red value is 158;
  • green value is 167;
  • blue value is 111.
RGB:
(158,167,111)
(62%,65%,44%)

RGB channels and saturation

R 158 of 255 = 62%
G 167 of 255 = 65%
B 111 of 255 = 44%

158
167
111

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

Portions of RGB colors in percentages

R + G + B =
158 + 167 + 111 = 436 (100%)
R 158 of 436 ~ 36.24%
G 167 of 436 ~ 38.3%
B 111 of 436 ~ 25.46%

%36.24
%38.3
%25.46

CMYK color model

#9EA76F color CMYK value is (5,0,34,35).

  • cyan value is 5.39%
  • magenta value is 0.00%
  • yellow value is 33.53%
  • key color value is 34.51%
CMYK:
(5,0,34,35)
C5M0Y34K35 
(5%,0%,34%,35%)
(0.05/0.00/0.34/0.35)	

CMYK percentages

%5.39
%0
%33.53
%34.51

Codes

Color #9EA76F in popluar color models

9EA76F
RGB158167111
HSL70°24.14%54.51%
HSB/HSV70°33.53%65.49%
CMYK5.39%0.00%33.53%
34.51%

Color #9EA76F in popluar number systems.

HEX9EA76F
Decimal158167111
Binary10011110101001111101111
Octal236247157

Shades and tints

Shades of #9EA76F

#9EA76F
(158,167,111)
#909865
(144,152,101)
#82895B
(130,137,91)
#747A51
(116,122,81)
#666B47
(102,107,71)
#585C3D
(88,92,61)
#4A4D33
(74,77,51)
#3C3E29
(60,62,41)
#2E2F1F
(46,47,31)
#202015
(32,32,21)
#12110B
(18,17,11)
#000000
(0,0,0)

Tints of #9EA76F

#9EA76F
(158,167,111)
#A6AF7C
(166,175,124)
#AEB789
(174,183,137)
#B6BF96
(182,191,150)
#BEC7A3
(190,199,163)
#C6CFB0
(198,207,176)
#CED7BD
(206,215,189)
#D6DFCA
(214,223,202)
#DEE7D7
(222,231,215)
#E6EFE4
(230,239,228)
#EEF7F1
(238,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA76F color. Also use rgb(158,167,111) instead hex code.

Text Font Color

.myTextColor { color: #9EA76F; }

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

This text font color is #9EA76F.


Background Color

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

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

This div background color is #9EA76F.


Border color

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

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

This div border color is #9EA76F.


Opacity

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

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

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

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

This text has shadow with #9EA76F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA76F on black background.


Color preview on white background

This text has color #9EA76F on white background.



Black color preview on #9EA76F background

This text has black color on #9EA76F background.


White color preview on #9EA76F background

This text has white color on #9EA76F background.