COLOR #9FB379

HEX: #9FB379
RGB: (159,179,121)

Color info

#9FB379 contains red, green and blue colors in about the same proportion. Web safe color of #9FB379 is #999966 (or #996).

RGB color model

#9FB379 color RGB value is (159,179,121).

  • red value is 159;
  • green value is 179;
  • blue value is 121.
RGB:
(159,179,121)
(62%,70%,47%)

RGB channels and saturation

R 159 of 255 = 62%
G 179 of 255 = 70%
B 121 of 255 = 47%

159
179
121

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

Portions of RGB colors in percentages

R + G + B =
159 + 179 + 121 = 459 (100%)
R 159 of 459 ~ 34.64%
G 179 of 459 ~ 39%
B 121 of 459 ~ 26.36%

%34.64
%39
%26.36

CMYK color model

#9FB379 color CMYK value is (11,0,32,30).

  • cyan value is 11.17%
  • magenta value is 0.00%
  • yellow value is 32.40%
  • key color value is 29.80%
CMYK:
(11,0,32,30)
C11M0Y32K30 
(11%,0%,32%,30%)
(0.11/0.00/0.32/0.30)	

CMYK percentages

%11.17
%0
%32.4
%29.8

Codes

Color #9FB379 in popluar color models

9FB379
RGB159179121
HSL81°27.62%58.82%
HSB/HSV81°32.40%70.20%
CMYK11.17%0.00%32.40%
29.80%

Color #9FB379 in popluar number systems.

HEX9FB379
Decimal159179121
Binary10011111101100111111001
Octal237263171

Shades and tints

Shades of #9FB379

#9FB379
(159,179,121)
#91A36E
(145,163,110)
#839363
(131,147,99)
#758358
(117,131,88)
#67734D
(103,115,77)
#596342
(89,99,66)
#4B5337
(75,83,55)
#3D432C
(61,67,44)
#2F3321
(47,51,33)
#212316
(33,35,22)
#13130B
(19,19,11)
#000000
(0,0,0)

Tints of #9FB379

#9FB379
(159,179,121)
#A7B985
(167,185,133)
#AFBF91
(175,191,145)
#B7C59D
(183,197,157)
#BFCBA9
(191,203,169)
#C7D1B5
(199,209,181)
#CFD7C1
(207,215,193)
#D7DDCD
(215,221,205)
#DFE3D9
(223,227,217)
#E7E9E5
(231,233,229)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB379 color. Also use rgb(159,179,121) instead hex code.

Text Font Color

.myTextColor { color: #9FB379; }

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

This text font color is #9FB379.


Background Color

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

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

This div background color is #9FB379.


Border color

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

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

This div border color is #9FB379.


Opacity

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

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

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

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

This text has shadow with #9FB379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB379 on black background.


Color preview on white background

This text has color #9FB379 on white background.



Black color preview on #9FB379 background

This text has black color on #9FB379 background.


White color preview on #9FB379 background

This text has white color on #9FB379 background.