COLOR #96B972

HEX: #96B972
RGB: (150,185,114)

Color info

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

RGB color model

#96B972 color RGB value is (150,185,114).

  • red value is 150;
  • green value is 185;
  • blue value is 114.
RGB:
(150,185,114)
(59%,73%,45%)

RGB channels and saturation

R 150 of 255 = 59%
G 185 of 255 = 73%
B 114 of 255 = 45%

150
185
114

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

Portions of RGB colors in percentages

R + G + B =
150 + 185 + 114 = 449 (100%)
R 150 of 449 ~ 33.41%
G 185 of 449 ~ 41.2%
B 114 of 449 ~ 25.39%

%33.41
%41.2
%25.39

CMYK color model

#96B972 color CMYK value is (19,0,38,27).

  • cyan value is 18.92%
  • magenta value is 0.00%
  • yellow value is 38.38%
  • key color value is 27.45%
CMYK:
(19,0,38,27)
C19M0Y38K27 
(19%,0%,38%,27%)
(0.19/0.00/0.38/0.27)	

CMYK percentages

%18.92
%0
%38.38
%27.45

Codes

Color #96B972 in popluar color models

96B972
RGB150185114
HSL90°33.65%58.63%
HSB/HSV90°38.38%72.55%
CMYK18.92%0.00%38.38%
27.45%

Color #96B972 in popluar number systems.

HEX96B972
Decimal150185114
Binary10010110101110011110010
Octal226271162

Shades and tints

Shades of #96B972

#96B972
(150,185,114)
#89A968
(137,169,104)
#7C995E
(124,153,94)
#6F8954
(111,137,84)
#62794A
(98,121,74)
#556940
(85,105,64)
#485936
(72,89,54)
#3B492C
(59,73,44)
#2E3922
(46,57,34)
#212918
(33,41,24)
#14190E
(20,25,14)
#000000
(0,0,0)

Tints of #96B972

#96B972
(150,185,114)
#9FBF7E
(159,191,126)
#A8C58A
(168,197,138)
#B1CB96
(177,203,150)
#BAD1A2
(186,209,162)
#C3D7AE
(195,215,174)
#CCDDBA
(204,221,186)
#D5E3C6
(213,227,198)
#DEE9D2
(222,233,210)
#E7EFDE
(231,239,222)
#F0F5EA
(240,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B972 color. Also use rgb(150,185,114) instead hex code.

Text Font Color

.myTextColor { color: #96B972; }

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

This text font color is #96B972.


Background Color

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

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

This div background color is #96B972.


Border color

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

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

This div border color is #96B972.


Opacity

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

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

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

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

This text has shadow with #96B972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B972 on black background.


Color preview on white background

This text has color #96B972 on white background.



Black color preview on #96B972 background

This text has black color on #96B972 background.


White color preview on #96B972 background

This text has white color on #96B972 background.