COLOR #9FB673

HEX: #9FB673
RGB: (159,182,115)

Color info

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

RGB color model

#9FB673 color RGB value is (159,182,115).

  • red value is 159;
  • green value is 182;
  • blue value is 115.
RGB:
(159,182,115)
(62%,71%,45%)

RGB channels and saturation

R 159 of 255 = 62%
G 182 of 255 = 71%
B 115 of 255 = 45%

159
182
115

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

Portions of RGB colors in percentages

R + G + B =
159 + 182 + 115 = 456 (100%)
R 159 of 456 ~ 34.87%
G 182 of 456 ~ 39.91%
B 115 of 456 ~ 25.22%

%34.87
%39.91
%25.22

CMYK color model

#9FB673 color CMYK value is (13,0,37,29).

  • cyan value is 12.64%
  • magenta value is 0.00%
  • yellow value is 36.81%
  • key color value is 28.63%
CMYK:
(13,0,37,29)
C13M0Y37K29 
(13%,0%,37%,29%)
(0.13/0.00/0.37/0.29)	

CMYK percentages

%12.64
%0
%36.81
%28.63

Codes

Color #9FB673 in popluar color models

9FB673
RGB159182115
HSL81°31.46%58.24%
HSB/HSV81°36.81%71.37%
CMYK12.64%0.00%36.81%
28.63%

Color #9FB673 in popluar number systems.

HEX9FB673
Decimal159182115
Binary10011111101101101110011
Octal237266163

Shades and tints

Shades of #9FB673

#9FB673
(159,182,115)
#91A669
(145,166,105)
#83965F
(131,150,95)
#758655
(117,134,85)
#67764B
(103,118,75)
#596641
(89,102,65)
#4B5637
(75,86,55)
#3D462D
(61,70,45)
#2F3623
(47,54,35)
#212619
(33,38,25)
#13160F
(19,22,15)
#000000
(0,0,0)

Tints of #9FB673

#9FB673
(159,182,115)
#A7BC7F
(167,188,127)
#AFC28B
(175,194,139)
#B7C897
(183,200,151)
#BFCEA3
(191,206,163)
#C7D4AF
(199,212,175)
#CFDABB
(207,218,187)
#D7E0C7
(215,224,199)
#DFE6D3
(223,230,211)
#E7ECDF
(231,236,223)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB673 color. Also use rgb(159,182,115) instead hex code.

Text Font Color

.myTextColor { color: #9FB673; }

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

This text font color is #9FB673.


Background Color

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

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

This div background color is #9FB673.


Border color

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

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

This div border color is #9FB673.


Opacity

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

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

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

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

This text has shadow with #9FB673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB673 on black background.


Color preview on white background

This text has color #9FB673 on white background.



Black color preview on #9FB673 background

This text has black color on #9FB673 background.


White color preview on #9FB673 background

This text has white color on #9FB673 background.