COLOR #9EB76E

HEX: #9EB76E
RGB: (158,183,110)

Color info

#9EB76E contains mainly red and green colors. Web safe color of #9EB76E is #99CC66 (or #9C6).

RGB color model

#9EB76E color RGB value is (158,183,110).

  • red value is 158;
  • green value is 183;
  • blue value is 110.
RGB:
(158,183,110)
(62%,72%,43%)

RGB channels and saturation

R 158 of 255 = 62%
G 183 of 255 = 72%
B 110 of 255 = 43%

158
183
110

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

Portions of RGB colors in percentages

R + G + B =
158 + 183 + 110 = 451 (100%)
R 158 of 451 ~ 35.03%
G 183 of 451 ~ 40.58%
B 110 of 451 ~ 24.39%

%35.03
%40.58
%24.39

CMYK color model

#9EB76E color CMYK value is (14,0,40,28).

  • cyan value is 13.66%
  • magenta value is 0.00%
  • yellow value is 39.89%
  • key color value is 28.24%
CMYK:
(14,0,40,28)
C14M0Y40K28 
(14%,0%,40%,28%)
(0.14/0.00/0.40/0.28)	

CMYK percentages

%13.66
%0
%39.89
%28.24

Codes

Color #9EB76E in popluar color models

9EB76E
RGB158183110
HSL81°33.64%57.45%
HSB/HSV81°39.89%71.76%
CMYK13.66%0.00%39.89%
28.24%

Color #9EB76E in popluar number systems.

HEX9EB76E
Decimal158183110
Binary10011110101101111101110
Octal236267156

Shades and tints

Shades of #9EB76E

#9EB76E
(158,183,110)
#90A764
(144,167,100)
#82975A
(130,151,90)
#748750
(116,135,80)
#667746
(102,119,70)
#58673C
(88,103,60)
#4A5732
(74,87,50)
#3C4728
(60,71,40)
#2E371E
(46,55,30)
#202714
(32,39,20)
#12170A
(18,23,10)
#000000
(0,0,0)

Tints of #9EB76E

#9EB76E
(158,183,110)
#A6BD7B
(166,189,123)
#AEC388
(174,195,136)
#B6C995
(182,201,149)
#BECFA2
(190,207,162)
#C6D5AF
(198,213,175)
#CEDBBC
(206,219,188)
#D6E1C9
(214,225,201)
#DEE7D6
(222,231,214)
#E6EDE3
(230,237,227)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB76E color. Also use rgb(158,183,110) instead hex code.

Text Font Color

.myTextColor { color: #9EB76E; }

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

This text font color is #9EB76E.


Background Color

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

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

This div background color is #9EB76E.


Border color

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

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

This div border color is #9EB76E.


Opacity

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

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

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

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

This text has shadow with #9EB76E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB76E on black background.


Color preview on white background

This text has color #9EB76E on white background.



Black color preview on #9EB76E background

This text has black color on #9EB76E background.


White color preview on #9EB76E background

This text has white color on #9EB76E background.