COLOR #9EBB75

HEX: #9EBB75
RGB: (158,187,117)

Color info

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

RGB color model

#9EBB75 color RGB value is (158,187,117).

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

RGB channels and saturation

R 158 of 255 = 62%
G 187 of 255 = 73%
B 117 of 255 = 46%

158
187
117

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

Portions of RGB colors in percentages

R + G + B =
158 + 187 + 117 = 462 (100%)
R 158 of 462 ~ 34.2%
G 187 of 462 ~ 40.48%
B 117 of 462 ~ 25.32%

%34.2
%40.48
%25.32

CMYK color model

#9EBB75 color CMYK value is (16,0,37,27).

  • cyan value is 15.51%
  • magenta value is 0.00%
  • yellow value is 37.43%
  • key color value is 26.67%
CMYK:
(16,0,37,27)
C16M0Y37K27 
(16%,0%,37%,27%)
(0.16/0.00/0.37/0.27)	

CMYK percentages

%15.51
%0
%37.43
%26.67

Codes

Color #9EBB75 in popluar color models

9EBB75
RGB158187117
HSL85°33.98%59.61%
HSB/HSV85°37.43%73.33%
CMYK15.51%0.00%37.43%
26.67%

Color #9EBB75 in popluar number systems.

HEX9EBB75
Decimal158187117
Binary10011110101110111110101
Octal236273165

Shades and tints

Shades of #9EBB75

#9EBB75
(158,187,117)
#90AA6B
(144,170,107)
#829961
(130,153,97)
#748857
(116,136,87)
#66774D
(102,119,77)
#586643
(88,102,67)
#4A5539
(74,85,57)
#3C442F
(60,68,47)
#2E3325
(46,51,37)
#20221B
(32,34,27)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #9EBB75

#9EBB75
(158,187,117)
#A6C181
(166,193,129)
#AEC78D
(174,199,141)
#B6CD99
(182,205,153)
#BED3A5
(190,211,165)
#C6D9B1
(198,217,177)
#CEDFBD
(206,223,189)
#D6E5C9
(214,229,201)
#DEEBD5
(222,235,213)
#E6F1E1
(230,241,225)
#EEF7ED
(238,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EBB75; }

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

This text font color is #9EBB75.


Background Color

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

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

This div background color is #9EBB75.


Border color

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

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

This div border color is #9EBB75.


Opacity

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

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

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

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

This text has shadow with #9EBB75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBB75 on black background.


Color preview on white background

This text has color #9EBB75 on white background.



Black color preview on #9EBB75 background

This text has black color on #9EBB75 background.


White color preview on #9EBB75 background

This text has white color on #9EBB75 background.