COLOR #9FB372

HEX: #9FB372
RGB: (159,179,114)

Color info

#9FB372 contains mainly red and green colors. Web safe color of #9FB372 is #999966 (or #996).

RGB color model

#9FB372 color RGB value is (159,179,114).

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

RGB channels and saturation

R 159 of 255 = 62%
G 179 of 255 = 70%
B 114 of 255 = 45%

159
179
114

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

Portions of RGB colors in percentages

R + G + B =
159 + 179 + 114 = 452 (100%)
R 159 of 452 ~ 35.18%
G 179 of 452 ~ 39.6%
B 114 of 452 ~ 25.22%

%35.18
%39.6
%25.22

CMYK color model

#9FB372 color CMYK value is (11,0,36,30).

  • cyan value is 11.17%
  • magenta value is 0.00%
  • yellow value is 36.31%
  • key color value is 29.80%
CMYK:
(11,0,36,30)
C11M0Y36K30 
(11%,0%,36%,30%)
(0.11/0.00/0.36/0.30)	

CMYK percentages

%11.17
%0
%36.31
%29.8

Codes

Color #9FB372 in popluar color models

9FB372
RGB159179114
HSL78°29.95%57.45%
HSB/HSV78°36.31%70.20%
CMYK11.17%0.00%36.31%
29.80%

Color #9FB372 in popluar number systems.

HEX9FB372
Decimal159179114
Binary10011111101100111110010
Octal237263162

Shades and tints

Shades of #9FB372

#9FB372
(159,179,114)
#91A368
(145,163,104)
#83935E
(131,147,94)
#758354
(117,131,84)
#67734A
(103,115,74)
#596340
(89,99,64)
#4B5336
(75,83,54)
#3D432C
(61,67,44)
#2F3322
(47,51,34)
#212318
(33,35,24)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #9FB372

#9FB372
(159,179,114)
#A7B97E
(167,185,126)
#AFBF8A
(175,191,138)
#B7C596
(183,197,150)
#BFCBA2
(191,203,162)
#C7D1AE
(199,209,174)
#CFD7BA
(207,215,186)
#D7DDC6
(215,221,198)
#DFE3D2
(223,227,210)
#E7E9DE
(231,233,222)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB372; }

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

This text font color is #9FB372.


Background Color

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

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

This div background color is #9FB372.


Border color

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

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

This div border color is #9FB372.


Opacity

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

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

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

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

This text has shadow with #9FB372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB372 on black background.


Color preview on white background

This text has color #9FB372 on white background.



Black color preview on #9FB372 background

This text has black color on #9FB372 background.


White color preview on #9FB372 background

This text has white color on #9FB372 background.