COLOR #9EBE79

HEX: #9EBE79
RGB: (158,190,121)

Color info

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

RGB color model

#9EBE79 color RGB value is (158,190,121).

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

RGB channels and saturation

R 158 of 255 = 62%
G 190 of 255 = 75%
B 121 of 255 = 47%

158
190
121

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

Portions of RGB colors in percentages

R + G + B =
158 + 190 + 121 = 469 (100%)
R 158 of 469 ~ 33.69%
G 190 of 469 ~ 40.51%
B 121 of 469 ~ 25.8%

%33.69
%40.51
%25.8

CMYK color model

#9EBE79 color CMYK value is (17,0,36,25).

  • cyan value is 16.84%
  • magenta value is 0.00%
  • yellow value is 36.32%
  • key color value is 25.49%
CMYK:
(17,0,36,25)
C17M0Y36K25 
(17%,0%,36%,25%)
(0.17/0.00/0.36/0.25)	

CMYK percentages

%16.84
%0
%36.32
%25.49

Codes

Color #9EBE79 in popluar color models

9EBE79
RGB158190121
HSL88°34.67%60.98%
HSB/HSV88°36.32%74.51%
CMYK16.84%0.00%36.32%
25.49%

Color #9EBE79 in popluar number systems.

HEX9EBE79
Decimal158190121
Binary10011110101111101111001
Octal236276171

Shades and tints

Shades of #9EBE79

#9EBE79
(158,190,121)
#90AD6E
(144,173,110)
#829C63
(130,156,99)
#748B58
(116,139,88)
#667A4D
(102,122,77)
#586942
(88,105,66)
#4A5837
(74,88,55)
#3C472C
(60,71,44)
#2E3621
(46,54,33)
#202516
(32,37,22)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #9EBE79

#9EBE79
(158,190,121)
#A6C385
(166,195,133)
#AEC891
(174,200,145)
#B6CD9D
(182,205,157)
#BED2A9
(190,210,169)
#C6D7B5
(198,215,181)
#CEDCC1
(206,220,193)
#D6E1CD
(214,225,205)
#DEE6D9
(222,230,217)
#E6EBE5
(230,235,229)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EBE79; }

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

This text font color is #9EBE79.


Background Color

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

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

This div background color is #9EBE79.


Border color

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

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

This div border color is #9EBE79.


Opacity

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

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

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

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

This text has shadow with #9EBE79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBE79 on black background.


Color preview on white background

This text has color #9EBE79 on white background.



Black color preview on #9EBE79 background

This text has black color on #9EBE79 background.


White color preview on #9EBE79 background

This text has white color on #9EBE79 background.