COLOR #9EA75F

HEX: #9EA75F
RGB: (158,167,95)

Color info

#9EA75F contains mainly red and green colors. Web safe color of #9EA75F is #999966 (or #996).

RGB color model

#9EA75F color RGB value is (158,167,95).

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

RGB channels and saturation

R 158 of 255 = 62%
G 167 of 255 = 65%
B 95 of 255 = 37%

158
167
95

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

Portions of RGB colors in percentages

R + G + B =
158 + 167 + 95 = 420 (100%)
R 158 of 420 ~ 37.62%
G 167 of 420 ~ 39.76%
B 95 of 420 ~ 22.62%

%37.62
%39.76
%22.62

CMYK color model

#9EA75F color CMYK value is (5,0,43,35).

  • cyan value is 5.39%
  • magenta value is 0.00%
  • yellow value is 43.11%
  • key color value is 34.51%
CMYK:
(5,0,43,35)
C5M0Y43K35 
(5%,0%,43%,35%)
(0.05/0.00/0.43/0.35)	

CMYK percentages

%5.39
%0
%43.11
%34.51

Codes

Color #9EA75F in popluar color models

9EA75F
RGB15816795
HSL68°29.03%51.37%
HSB/HSV68°43.11%65.49%
CMYK5.39%0.00%43.11%
34.51%

Color #9EA75F in popluar number systems.

HEX9EA75F
Decimal15816795
Binary10011110101001111011111
Octal236247137

Shades and tints

Shades of #9EA75F

#9EA75F
(158,167,95)
#909857
(144,152,87)
#82894F
(130,137,79)
#747A47
(116,122,71)
#666B3F
(102,107,63)
#585C37
(88,92,55)
#4A4D2F
(74,77,47)
#3C3E27
(60,62,39)
#2E2F1F
(46,47,31)
#202017
(32,32,23)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #9EA75F

#9EA75F
(158,167,95)
#A6AF6D
(166,175,109)
#AEB77B
(174,183,123)
#B6BF89
(182,191,137)
#BEC797
(190,199,151)
#C6CFA5
(198,207,165)
#CED7B3
(206,215,179)
#D6DFC1
(214,223,193)
#DEE7CF
(222,231,207)
#E6EFDD
(230,239,221)
#EEF7EB
(238,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA75F; }

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

This text font color is #9EA75F.


Background Color

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

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

This div background color is #9EA75F.


Border color

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

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

This div border color is #9EA75F.


Opacity

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

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

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

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

This text has shadow with #9EA75F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA75F on black background.


Color preview on white background

This text has color #9EA75F on white background.



Black color preview on #9EA75F background

This text has black color on #9EA75F background.


White color preview on #9EA75F background

This text has white color on #9EA75F background.