COLOR #9FA67F

HEX: #9FA67F RGB: (159,166,127)

Color info

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

RGB color model

#9FA67F color RGB value is (159,166,127).

RGB: (159,166,127) (62%, 65%, 50%)

RGB channels and saturation

R 159 of 255 = 62%
G 166 of 255 = 65%
B 127 of 255 = 50%

159
166
127

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

Portions of RGB colors in percentages

R + G + B = 159 + 166 + 127 = 452 (100%)
R 159 of 452 ~ 35.18%
G 166 of 452 ~ 36.73%
B 127 of 452 ~ 28.1'%

%35.18
%36.73
%28.1

CMYK color model

#9FA67F color CMYK value is (4,0,23,35).

  • cyan value is 4.22%
  • magenta value is 0.00%
  • yellow value is 23.49%
  • key color value is 34.90%

CMYK: (4,0,23,35)
C4M0Y23K35 (4%, 0%, 23%, 35%)
(0.04 / 0.00 / 0.23 / 0.35)

CMYK percentages

%4.22
%0
%23.49
%34.9

Codes

Color #9FA67F in popluar color models

9F A6 7F
RGB 159 166 127
HSL 71° 17.97% 57.45%
HSB/HSV 71° 23.49% 65.10%
CMYK 4.22% 0.00% 23.49%
34.90%

Color #9FA67F in popluar number systems.

HEX 9F A6 7F
Decimal 159 166 127
Binary 10011111 10100110 1111111
Octal 237 246 177

Shades and tints

Shades of #9FA67F

#9FA67F
(159,166,127)
#919774
(145,151,116)
#838869
(131,136,105)
#75795E
(117,121,94)
#676A53
(103,106,83)
#595B48
(89,91,72)
#4B4C3D
(75,76,61)
#3D3D32
(61,61,50)
#2F2E27
(47,46,39)
#211F1C
(33,31,28)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #9FA67F

#9FA67F
(159,166,127)
#A7AE8A
(167,174,138)
#AFB695
(175,182,149)
#B7BEA0
(183,190,160)
#BFC6AB
(191,198,171)
#C7CEB6
(199,206,182)
#CFD6C1
(207,214,193)
#D7DECC
(215,222,204)
#DFE6D7
(223,230,215)
#E7EEE2
(231,238,226)
#EFF6ED
(239,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FA67F color. Also use rgb(159,166,127) instead hex code.

Text Font Color

.myTextColor { color: #9FA67F; }

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

This text font color is #9FA67F.

Background Color

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

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

This div background color is #9FA67F.

Border color

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

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

This div border color is #9FA67F.

Opacity

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

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

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

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

This text has shadow with #9FA67F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FA67F.

Preview

Color preview on black background

This text has color #9FA67F on black background.


Color preview on white background

This text has color #9FA67F on white background.


Black color preview on #9FA67F background

This text has black color on #9FA67F background.


White color preview on #9FA67F background

This text has white color on #9FA67F background.


Related colors

Complementary color

Complementary color for #hex is #605980.


I love getcolorcode.com

Triadic colors

1 #7F9FA6 and #A67F9F with #9FA67F are triadic colors.

2 #7FA69F and #A69F7F with #9FA67F are triadic colors.