COLOR #9EBE75

HEX: #9EBE75
RGB: (158,190,117)

Color info

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

RGB color model

#9EBE75 color RGB value is (158,190,117).

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

RGB channels and saturation

R 158 of 255 = 62%
G 190 of 255 = 75%
B 117 of 255 = 46%

158
190
117

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

Portions of RGB colors in percentages

R + G + B =
158 + 190 + 117 = 465 (100%)
R 158 of 465 ~ 33.98%
G 190 of 465 ~ 40.86%
B 117 of 465 ~ 25.16%

%33.98
%40.86
%25.16

CMYK color model

#9EBE75 color CMYK value is (17,0,38,25).

  • cyan value is 16.84%
  • magenta value is 0.00%
  • yellow value is 38.42%
  • key color value is 25.49%
CMYK:
(17,0,38,25)
C17M0Y38K25 
(17%,0%,38%,25%)
(0.17/0.00/0.38/0.25)	

CMYK percentages

%16.84
%0
%38.42
%25.49

Codes

Color #9EBE75 in popluar color models

9EBE75
RGB158190117
HSL86°35.96%60.20%
HSB/HSV86°38.42%74.51%
CMYK16.84%0.00%38.42%
25.49%

Color #9EBE75 in popluar number systems.

HEX9EBE75
Decimal158190117
Binary10011110101111101110101
Octal236276165

Shades and tints

Shades of #9EBE75

#9EBE75
(158,190,117)
#90AD6B
(144,173,107)
#829C61
(130,156,97)
#748B57
(116,139,87)
#667A4D
(102,122,77)
#586943
(88,105,67)
#4A5839
(74,88,57)
#3C472F
(60,71,47)
#2E3625
(46,54,37)
#20251B
(32,37,27)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #9EBE75

#9EBE75
(158,190,117)
#A6C381
(166,195,129)
#AEC88D
(174,200,141)
#B6CD99
(182,205,153)
#BED2A5
(190,210,165)
#C6D7B1
(198,215,177)
#CEDCBD
(206,220,189)
#D6E1C9
(214,225,201)
#DEE6D5
(222,230,213)
#E6EBE1
(230,235,225)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EBE75; }

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

This text font color is #9EBE75.


Background Color

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

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

This div background color is #9EBE75.


Border color

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

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

This div border color is #9EBE75.


Opacity

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

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

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

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

This text has shadow with #9EBE75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBE75 on black background.


Color preview on white background

This text has color #9EBE75 on white background.



Black color preview on #9EBE75 background

This text has black color on #9EBE75 background.


White color preview on #9EBE75 background

This text has white color on #9EBE75 background.