COLOR #96B37F

HEX: #96B37F
RGB: (150,179,127)

Color info

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

RGB color model

#96B37F color RGB value is (150,179,127).

  • red value is 150;
  • green value is 179;
  • blue value is 127.
RGB:
(150,179,127)
(59%,70%,50%)

RGB channels and saturation

R 150 of 255 = 59%
G 179 of 255 = 70%
B 127 of 255 = 50%

150
179
127

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

Portions of RGB colors in percentages

R + G + B =
150 + 179 + 127 = 456 (100%)
R 150 of 456 ~ 32.89%
G 179 of 456 ~ 39.25%
B 127 of 456 ~ 27.85%

%32.89
%39.25
%27.85

CMYK color model

#96B37F color CMYK value is (16,0,29,30).

  • cyan value is 16.20%
  • magenta value is 0.00%
  • yellow value is 29.05%
  • key color value is 29.80%
CMYK:
(16,0,29,30)
C16M0Y29K30 
(16%,0%,29%,30%)
(0.16/0.00/0.29/0.30)	

CMYK percentages

%16.2
%0
%29.05
%29.8

Codes

Color #96B37F in popluar color models

96B37F
RGB150179127
HSL93°25.49%60.00%
HSB/HSV93°29.05%70.20%
CMYK16.20%0.00%29.05%
29.80%

Color #96B37F in popluar number systems.

HEX96B37F
Decimal150179127
Binary10010110101100111111111
Octal226263177

Shades and tints

Shades of #96B37F

#96B37F
(150,179,127)
#89A374
(137,163,116)
#7C9369
(124,147,105)
#6F835E
(111,131,94)
#627353
(98,115,83)
#556348
(85,99,72)
#48533D
(72,83,61)
#3B4332
(59,67,50)
#2E3327
(46,51,39)
#21231C
(33,35,28)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #96B37F

#96B37F
(150,179,127)
#9FB98A
(159,185,138)
#A8BF95
(168,191,149)
#B1C5A0
(177,197,160)
#BACBAB
(186,203,171)
#C3D1B6
(195,209,182)
#CCD7C1
(204,215,193)
#D5DDCC
(213,221,204)
#DEE3D7
(222,227,215)
#E7E9E2
(231,233,226)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B37F color. Also use rgb(150,179,127) instead hex code.

Text Font Color

.myTextColor { color: #96B37F; }

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

This text font color is #96B37F.


Background Color

.myBgColor { background-color: #96B37F; }

<div style="background-color:#96B37F">Inner text</div>

This div background color is #96B37F.


Border color

.myBorderColor { border: 1px solid #96B37F; }

<div style="border:3px solid #96B37F">Div</div>

This div border color is #96B37F.


Opacity

.myOpacity80 { color: #96B37F; opacity: 0.8; }

<p style="color:#96B37F;opacity:0.8;">80%</p>

Text with #96B37F 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 #96B37F;}

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

This text has shadow with #96B37F color.

.textShadow {text-shadow: 3px 3px 1px #96B37F, 3px 3px 1px red;}

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

This text has shadow with #96B37F primary color and red secondary color.


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

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

This text has shadow with #96B37F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B37F on black background.


Color preview on white background

This text has color #96B37F on white background.



Black color preview on #96B37F background

This text has black color on #96B37F background.


White color preview on #96B37F background

This text has white color on #96B37F background.