COLOR #9EBA79

HEX: #9EBA79
RGB: (158,186,121)

Color info

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

RGB color model

#9EBA79 color RGB value is (158,186,121).

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

RGB channels and saturation

R 158 of 255 = 62%
G 186 of 255 = 73%
B 121 of 255 = 47%

158
186
121

R + G + B ~ 61%. #9EBA79 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 186 + 121 = 465 (100%)
R 158 of 465 ~ 33.98%
G 186 of 465 ~ 40%
B 121 of 465 ~ 26.02%

%33.98
%40
%26.02

CMYK color model

#9EBA79 color CMYK value is (15,0,35,27).

  • cyan value is 15.05%
  • magenta value is 0.00%
  • yellow value is 34.95%
  • key color value is 27.06%
CMYK:
(15,0,35,27)
C15M0Y35K27 
(15%,0%,35%,27%)
(0.15/0.00/0.35/0.27)	

CMYK percentages

%15.05
%0
%34.95
%27.06

Codes

Color #9EBA79 in popluar color models

9EBA79
RGB158186121
HSL86°32.02%60.20%
HSB/HSV86°34.95%72.94%
CMYK15.05%0.00%34.95%
27.06%

Color #9EBA79 in popluar number systems.

HEX9EBA79
Decimal158186121
Binary10011110101110101111001
Octal236272171

Shades and tints

Shades of #9EBA79

#9EBA79
(158,186,121)
#90AA6E
(144,170,110)
#829A63
(130,154,99)
#748A58
(116,138,88)
#667A4D
(102,122,77)
#586A42
(88,106,66)
#4A5A37
(74,90,55)
#3C4A2C
(60,74,44)
#2E3A21
(46,58,33)
#202A16
(32,42,22)
#121A0B
(18,26,11)
#000000
(0,0,0)

Tints of #9EBA79

#9EBA79
(158,186,121)
#A6C085
(166,192,133)
#AEC691
(174,198,145)
#B6CC9D
(182,204,157)
#BED2A9
(190,210,169)
#C6D8B5
(198,216,181)
#CEDEC1
(206,222,193)
#D6E4CD
(214,228,205)
#DEEAD9
(222,234,217)
#E6F0E5
(230,240,229)
#EEF6F1
(238,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EBA79; }

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

This text font color is #9EBA79.


Background Color

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

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

This div background color is #9EBA79.


Border color

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

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

This div border color is #9EBA79.


Opacity

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

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

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

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

This text has shadow with #9EBA79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBA79 on black background.


Color preview on white background

This text has color #9EBA79 on white background.



Black color preview on #9EBA79 background

This text has black color on #9EBA79 background.


White color preview on #9EBA79 background

This text has white color on #9EBA79 background.