COLOR #9FB475

HEX: #9FB475
RGB: (159,180,117)

Color info

#9FB475 contains mainly red and green colors. Web safe color of #9FB475 is #99CC66 (or #9C6).

RGB color model

#9FB475 color RGB value is (159,180,117).

  • red value is 159;
  • green value is 180;
  • blue value is 117.
RGB:
(159,180,117)
(62%,71%,46%)

RGB channels and saturation

R 159 of 255 = 62%
G 180 of 255 = 71%
B 117 of 255 = 46%

159
180
117

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

Portions of RGB colors in percentages

R + G + B =
159 + 180 + 117 = 456 (100%)
R 159 of 456 ~ 34.87%
G 180 of 456 ~ 39.47%
B 117 of 456 ~ 25.66%

%34.87
%39.47
%25.66

CMYK color model

#9FB475 color CMYK value is (12,0,35,29).

  • cyan value is 11.67%
  • magenta value is 0.00%
  • yellow value is 35.00%
  • key color value is 29.41%
CMYK:
(12,0,35,29)
C12M0Y35K29 
(12%,0%,35%,29%)
(0.12/0.00/0.35/0.29)	

CMYK percentages

%11.67
%0
%35
%29.41

Codes

Color #9FB475 in popluar color models

9FB475
RGB159180117
HSL80°29.58%58.24%
HSB/HSV80°35.00%70.59%
CMYK11.67%0.00%35.00%
29.41%

Color #9FB475 in popluar number systems.

HEX9FB475
Decimal159180117
Binary10011111101101001110101
Octal237264165

Shades and tints

Shades of #9FB475

#9FB475
(159,180,117)
#91A46B
(145,164,107)
#839461
(131,148,97)
#758457
(117,132,87)
#67744D
(103,116,77)
#596443
(89,100,67)
#4B5439
(75,84,57)
#3D442F
(61,68,47)
#2F3425
(47,52,37)
#21241B
(33,36,27)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #9FB475

#9FB475
(159,180,117)
#A7BA81
(167,186,129)
#AFC08D
(175,192,141)
#B7C699
(183,198,153)
#BFCCA5
(191,204,165)
#C7D2B1
(199,210,177)
#CFD8BD
(207,216,189)
#D7DEC9
(215,222,201)
#DFE4D5
(223,228,213)
#E7EAE1
(231,234,225)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB475 color. Also use rgb(159,180,117) instead hex code.

Text Font Color

.myTextColor { color: #9FB475; }

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

This text font color is #9FB475.


Background Color

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

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

This div background color is #9FB475.


Border color

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

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

This div border color is #9FB475.


Opacity

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

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

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

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

This text has shadow with #9FB475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB475 on black background.


Color preview on white background

This text has color #9FB475 on white background.



Black color preview on #9FB475 background

This text has black color on #9FB475 background.


White color preview on #9FB475 background

This text has white color on #9FB475 background.