COLOR #9FA961

HEX: #9FA961 RGB: (159,169,97)

Color info

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

RGB color model

#9FA961 color RGB value is (159,169,97).

RGB: (159,169,97) (62%, 66%, 38%)

RGB channels and saturation

R 159 of 255 = 62%
G 169 of 255 = 66%
B 97 of 255 = 38%

159
169
97

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

Portions of RGB colors in percentages

R + G + B = 159 + 169 + 97 = 425 (100%)
R 159 of 425 ~ 37.41%
G 169 of 425 ~ 39.76%
B 97 of 425 ~ 22.82'%

%37.41
%39.76
%22.82

CMYK color model

#9FA961 color CMYK value is (6,0,43,34).

  • cyan value is 5.92%
  • magenta value is 0.00%
  • yellow value is 42.60%
  • key color value is 33.73%
CMYK: (6,0,43,34) C6M0Y43K34 (6%,0%,43%,34%) (0.06/0.00/0.43/0.34) 

CMYK percentages

%5.92
%0
%42.6
%33.73

Codes

Color #9FA961 in popluar color models

9F A9 61
RGB 159 169 97
HSL 68° 29.51% 52.16%
HSB/HSV 68° 42.60% 66.27%
CMYK 5.92% 0.00% 42.60%
33.73%

Color #9FA961 in popluar number systems.

HEX 9F A9 61
Decimal 159 169 97
Binary 10011111 10101001 1100001
Octal 237 251 141

Shades and tints

Shades of #9FA961

#9FA961
(159,169,97)
#919A59
(145,154,89)
#838B51
(131,139,81)
#757C49
(117,124,73)
#676D41
(103,109,65)
#595E39
(89,94,57)
#4B4F31
(75,79,49)
#3D4029
(61,64,41)
#2F3121
(47,49,33)
#212219
(33,34,25)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #9FA961

#9FA961
(159,169,97)
#A7B06F
(167,176,111)
#AFB77D
(175,183,125)
#B7BE8B
(183,190,139)
#BFC599
(191,197,153)
#C7CCA7
(199,204,167)
#CFD3B5
(207,211,181)
#D7DAC3
(215,218,195)
#DFE1D1
(223,225,209)
#E7E8DF
(231,232,223)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FA961 color. Also use rgb(159,169,97) instead hex code.

Text Font Color

.myTextColor { color: #9FA961; }

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

This text font color is #9FA961.

Background Color

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

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

This div background color is #9FA961.

Border color

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

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

This div border color is #9FA961.

Opacity

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

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

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

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

This text has shadow with #9FA961 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FA961.

Preview

Color preview on black background

This text has color #9FA961 on black background.


Color preview on white background

This text has color #9FA961 on white background.


Black color preview on #9FA961 background

This text has black color on #9FA961 background.


White color preview on #9FA961 background

This text has white color on #9FA961 background.


Related colors

Complementary color

Complementary color for #hex is #60569E.


I love getcolorcode.com

Triadic colors

1 #619FA9 and #A9619F with #9FA961 are triadic colors.

2 #61A99F and #A99F61 with #9FA961 are triadic colors.