COLOR #9FAC6E

HEX: #9FAC6E
RGB: (159,172,110)

Color info

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

RGB color model

#9FAC6E color RGB value is (159,172,110).

  • red value is 159;
  • green value is 172;
  • blue value is 110.
RGB:
(159,172,110)
(62%,67%,43%)

RGB channels and saturation

R 159 of 255 = 62%
G 172 of 255 = 67%
B 110 of 255 = 43%

159
172
110

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

Portions of RGB colors in percentages

R + G + B =
159 + 172 + 110 = 441 (100%)
R 159 of 441 ~ 36.05%
G 172 of 441 ~ 39%
B 110 of 441 ~ 24.94%

%36.05
%39
%24.94

CMYK color model

#9FAC6E color CMYK value is (8,0,36,33).

  • cyan value is 7.56%
  • magenta value is 0.00%
  • yellow value is 36.05%
  • key color value is 32.55%
CMYK:
(8,0,36,33)
C8M0Y36K33 
(8%,0%,36%,33%)
(0.08/0.00/0.36/0.33)	

CMYK percentages

%7.56
%0
%36.05
%32.55

Codes

Color #9FAC6E in popluar color models

9FAC6E
RGB159172110
HSL73°27.19%55.29%
HSB/HSV73°36.05%67.45%
CMYK7.56%0.00%36.05%
32.55%

Color #9FAC6E in popluar number systems.

HEX9FAC6E
Decimal159172110
Binary10011111101011001101110
Octal237254156

Shades and tints

Shades of #9FAC6E

#9FAC6E
(159,172,110)
#919D64
(145,157,100)
#838E5A
(131,142,90)
#757F50
(117,127,80)
#677046
(103,112,70)
#59613C
(89,97,60)
#4B5232
(75,82,50)
#3D4328
(61,67,40)
#2F341E
(47,52,30)
#212514
(33,37,20)
#13160A
(19,22,10)
#000000
(0,0,0)

Tints of #9FAC6E

#9FAC6E
(159,172,110)
#A7B37B
(167,179,123)
#AFBA88
(175,186,136)
#B7C195
(183,193,149)
#BFC8A2
(191,200,162)
#C7CFAF
(199,207,175)
#CFD6BC
(207,214,188)
#D7DDC9
(215,221,201)
#DFE4D6
(223,228,214)
#E7EBE3
(231,235,227)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FAC6E color. Also use rgb(159,172,110) instead hex code.

Text Font Color

.myTextColor { color: #9FAC6E; }

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

This text font color is #9FAC6E.


Background Color

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

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

This div background color is #9FAC6E.


Border color

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

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

This div border color is #9FAC6E.


Opacity

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

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

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

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

This text has shadow with #9FAC6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FAC6E on black background.


Color preview on white background

This text has color #9FAC6E on white background.



Black color preview on #9FAC6E background

This text has black color on #9FAC6E background.


White color preview on #9FAC6E background

This text has white color on #9FAC6E background.