COLOR #96B37A

HEX: #96B37A
RGB: (150,179,122)

Color info

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

RGB color model

#96B37A color RGB value is (150,179,122).

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

RGB channels and saturation

R 150 of 255 = 59%
G 179 of 255 = 70%
B 122 of 255 = 48%

150
179
122

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

Portions of RGB colors in percentages

R + G + B =
150 + 179 + 122 = 451 (100%)
R 150 of 451 ~ 33.26%
G 179 of 451 ~ 39.69%
B 122 of 451 ~ 27.05%

%33.26
%39.69
%27.05

CMYK color model

#96B37A color CMYK value is (16,0,32,30).

  • cyan value is 16.20%
  • magenta value is 0.00%
  • yellow value is 31.84%
  • key color value is 29.80%
CMYK:
(16,0,32,30)
C16M0Y32K30 
(16%,0%,32%,30%)
(0.16/0.00/0.32/0.30)	

CMYK percentages

%16.2
%0
%31.84
%29.8

Codes

Color #96B37A in popluar color models

96B37A
RGB150179122
HSL91°27.27%59.02%
HSB/HSV91°31.84%70.20%
CMYK16.20%0.00%31.84%
29.80%

Color #96B37A in popluar number systems.

HEX96B37A
Decimal150179122
Binary10010110101100111111010
Octal226263172

Shades and tints

Shades of #96B37A

#96B37A
(150,179,122)
#89A36F
(137,163,111)
#7C9364
(124,147,100)
#6F8359
(111,131,89)
#62734E
(98,115,78)
#556343
(85,99,67)
#485338
(72,83,56)
#3B432D
(59,67,45)
#2E3322
(46,51,34)
#212317
(33,35,23)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #96B37A

#96B37A
(150,179,122)
#9FB986
(159,185,134)
#A8BF92
(168,191,146)
#B1C59E
(177,197,158)
#BACBAA
(186,203,170)
#C3D1B6
(195,209,182)
#CCD7C2
(204,215,194)
#D5DDCE
(213,221,206)
#DEE3DA
(222,227,218)
#E7E9E6
(231,233,230)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B37A; }

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

This text font color is #96B37A.


Background Color

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

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

This div background color is #96B37A.


Border color

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

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

This div border color is #96B37A.


Opacity

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

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

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

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

This text has shadow with #96B37A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B37A on black background.


Color preview on white background

This text has color #96B37A on white background.



Black color preview on #96B37A background

This text has black color on #96B37A background.


White color preview on #96B37A background

This text has white color on #96B37A background.