COLOR #9FA87A

HEX: #9FA87A RGB: (159,168,122)

Color info

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

RGB color model

#9FA87A color RGB value is (159,168,122).

RGB: (159,168,122) (62%, 66%, 48%)

RGB channels and saturation

R 159 of 255 = 62%
G 168 of 255 = 66%
B 122 of 255 = 48%

159
168
122

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

Portions of RGB colors in percentages

R + G + B = 159 + 168 + 122 = 449 (100%)
R 159 of 449 ~ 35.41%
G 168 of 449 ~ 37.42%
B 122 of 449 ~ 27.17'%

%35.41
%37.42
%27.17

CMYK color model

#9FA87A color CMYK value is (5,0,27,34).

  • cyan value is 5.36%
  • magenta value is 0.00%
  • yellow value is 27.38%
  • key color value is 34.12%
CMYK: (5,0,27,34) C5M0Y27K34 (5%,0%,27%,34%) (0.05/0.00/0.27/0.34) 

CMYK percentages

%5.36
%0
%27.38
%34.12

Codes

Color #9FA87A in popluar color models

9F A8 7A
RGB 159 168 122
HSL 72° 20.91% 56.86%
HSB/HSV 72° 27.38% 65.88%
CMYK 5.36% 0.00% 27.38%
34.12%

Color #9FA87A in popluar number systems.

HEX 9F A8 7A
Decimal 159 168 122
Binary 10011111 10101000 1111010
Octal 237 250 172

Shades and tints

Shades of #9FA87A

#9FA87A
(159,168,122)
#91996F
(145,153,111)
#838A64
(131,138,100)
#757B59
(117,123,89)
#676C4E
(103,108,78)
#595D43
(89,93,67)
#4B4E38
(75,78,56)
#3D3F2D
(61,63,45)
#2F3022
(47,48,34)
#212117
(33,33,23)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #9FA87A

#9FA87A
(159,168,122)
#A7AF86
(167,175,134)
#AFB692
(175,182,146)
#B7BD9E
(183,189,158)
#BFC4AA
(191,196,170)
#C7CBB6
(199,203,182)
#CFD2C2
(207,210,194)
#D7D9CE
(215,217,206)
#DFE0DA
(223,224,218)
#E7E7E6
(231,231,230)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA87A; }

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

This text font color is #9FA87A.

Background Color

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

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

This div background color is #9FA87A.

Border color

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

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

This div border color is #9FA87A.

Opacity

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

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

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

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

This text has shadow with #9FA87A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FA87A.

Preview

Color preview on black background

This text has color #9FA87A on black background.


Color preview on white background

This text has color #9FA87A on white background.


Black color preview on #9FA87A background

This text has black color on #9FA87A background.


White color preview on #9FA87A background

This text has white color on #9FA87A background.


Related colors

Complementary color

Complementary color for #hex is #605785.


I love getcolorcode.com

Triadic colors

1 #7A9FA8 and #A87A9F with #9FA87A are triadic colors.

2 #7AA89F and #A89F7A with #9FA87A are triadic colors.