COLOR #9FA57A

HEX: #9FA57A RGB: (159,165,122)

Color info

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

RGB color model

#9FA57A color RGB value is (159,165,122).

RGB: (159,165,122) (62%, 65%, 48%)

RGB channels and saturation

R 159 of 255 = 62%
G 165 of 255 = 65%
B 122 of 255 = 48%

159
165
122

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

Portions of RGB colors in percentages

R + G + B = 159 + 165 + 122 = 446 (100%)
R 159 of 446 ~ 35.65%
G 165 of 446 ~ 37%
B 122 of 446 ~ 27.35'%

%35.65
%37
%27.35

CMYK color model

#9FA57A color CMYK value is (4,0,26,35).

  • cyan value is 3.64%
  • magenta value is 0.00%
  • yellow value is 26.06%
  • key color value is 35.29%

CMYK: (4,0,26,35)
C4M0Y26K35 (4%, 0%, 26%, 35%)
(0.04 / 0.00 / 0.26 / 0.35)

CMYK percentages

%3.64
%0
%26.06
%35.29

Codes

Color #9FA57A in popluar color models

9F A5 7A
RGB 159 165 122
HSL 68° 19.28% 56.27%
HSB/HSV 68° 26.06% 64.71%
CMYK 3.64% 0.00% 26.06%
35.29%

Color #9FA57A in popluar number systems.

HEX 9F A5 7A
Decimal 159 165 122
Binary 10011111 10100101 1111010
Octal 237 245 172

Shades and tints

Shades of #9FA57A

#9FA57A
(159,165,122)
#91966F
(145,150,111)
#838764
(131,135,100)
#757859
(117,120,89)
#67694E
(103,105,78)
#595A43
(89,90,67)
#4B4B38
(75,75,56)
#3D3C2D
(61,60,45)
#2F2D22
(47,45,34)
#211E17
(33,30,23)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #9FA57A

#9FA57A
(159,165,122)
#A7AD86
(167,173,134)
#AFB592
(175,181,146)
#B7BD9E
(183,189,158)
#BFC5AA
(191,197,170)
#C7CDB6
(199,205,182)
#CFD5C2
(207,213,194)
#D7DDCE
(215,221,206)
#DFE5DA
(223,229,218)
#E7EDE6
(231,237,230)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FA57A color. Also use rgb(159,165,122) instead hex code.

Text Font Color

.myTextColor { color: #9FA57A; }

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

This text font color is #9FA57A.

Background Color

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

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

This div background color is #9FA57A.

Border color

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

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

This div border color is #9FA57A.

Opacity

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

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

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

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

This text has shadow with #9FA57A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FA57A.

Preview

Color preview on black background

This text has color #9FA57A on black background.


Color preview on white background

This text has color #9FA57A on white background.


Black color preview on #9FA57A background

This text has black color on #9FA57A background.


White color preview on #9FA57A background

This text has white color on #9FA57A background.


Related colors

Complementary color

Complementary color for #hex is #605A85.


I love getcolorcode.com

Triadic colors

1 #7A9FA5 and #A57A9F with #9FA57A are triadic colors.

2 #7AA59F and #A59F7A with #9FA57A are triadic colors.