COLOR #9FA77B

HEX: #9FA77B
RGB: (159,167,123)

Color info

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

RGB color model

#9FA77B color RGB value is (159,167,123).

  • red value is 159;
  • green value is 167;
  • blue value is 123.
RGB:
(159,167,123)
(62%,65%,48%)

RGB channels and saturation

R 159 of 255 = 62%
G 167 of 255 = 65%
B 123 of 255 = 48%

159
167
123

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

Portions of RGB colors in percentages

R + G + B =
159 + 167 + 123 = 449 (100%)
R 159 of 449 ~ 35.41%
G 167 of 449 ~ 37.19%
B 123 of 449 ~ 27.39%

%35.41
%37.19
%27.39

CMYK color model

#9FA77B color CMYK value is (5,0,26,35).

  • cyan value is 4.79%
  • magenta value is 0.00%
  • yellow value is 26.35%
  • key color value is 34.51%
CMYK:
(5,0,26,35)
C5M0Y26K35 
(5%,0%,26%,35%)
(0.05/0.00/0.26/0.35)	

CMYK percentages

%4.79
%0
%26.35
%34.51

Codes

Color #9FA77B in popluar color models

9FA77B
RGB159167123
HSL71°20.00%56.86%
HSB/HSV71°26.35%65.49%
CMYK4.79%0.00%26.35%
34.51%

Color #9FA77B in popluar number systems.

HEX9FA77B
Decimal159167123
Binary10011111101001111111011
Octal237247173

Shades and tints

Shades of #9FA77B

#9FA77B
(159,167,123)
#919870
(145,152,112)
#838965
(131,137,101)
#757A5A
(117,122,90)
#676B4F
(103,107,79)
#595C44
(89,92,68)
#4B4D39
(75,77,57)
#3D3E2E
(61,62,46)
#2F2F23
(47,47,35)
#212018
(33,32,24)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #9FA77B

#9FA77B
(159,167,123)
#A7AF87
(167,175,135)
#AFB793
(175,183,147)
#B7BF9F
(183,191,159)
#BFC7AB
(191,199,171)
#C7CFB7
(199,207,183)
#CFD7C3
(207,215,195)
#D7DFCF
(215,223,207)
#DFE7DB
(223,231,219)
#E7EFE7
(231,239,231)
#EFF7F3
(239,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FA77B color. Also use rgb(159,167,123) instead hex code.

Text Font Color

.myTextColor { color: #9FA77B; }

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

This text font color is #9FA77B.


Background Color

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

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

This div background color is #9FA77B.


Border color

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

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

This div border color is #9FA77B.


Opacity

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

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

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

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

This text has shadow with #9FA77B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA77B on black background.


Color preview on white background

This text has color #9FA77B on white background.



Black color preview on #9FA77B background

This text has black color on #9FA77B background.


White color preview on #9FA77B background

This text has white color on #9FA77B background.