COLOR #96B071

HEX: #96B071
RGB: (150,176,113)

Color info

#96B071 contains mainly red and green colors. Web safe color of #96B071 is #999966 (or #996).

RGB color model

#96B071 color RGB value is (150,176,113).

  • red value is 150;
  • green value is 176;
  • blue value is 113.
RGB:
(150,176,113)
(59%,69%,44%)

RGB channels and saturation

R 150 of 255 = 59%
G 176 of 255 = 69%
B 113 of 255 = 44%

150
176
113

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

Portions of RGB colors in percentages

R + G + B =
150 + 176 + 113 = 439 (100%)
R 150 of 439 ~ 34.17%
G 176 of 439 ~ 40.09%
B 113 of 439 ~ 25.74%

%34.17
%40.09
%25.74

CMYK color model

#96B071 color CMYK value is (15,0,36,31).

  • cyan value is 14.77%
  • magenta value is 0.00%
  • yellow value is 35.80%
  • key color value is 30.98%
CMYK:
(15,0,36,31)
C15M0Y36K31 
(15%,0%,36%,31%)
(0.15/0.00/0.36/0.31)	

CMYK percentages

%14.77
%0
%35.8
%30.98

Codes

Color #96B071 in popluar color models

96B071
RGB150176113
HSL85°28.51%56.67%
HSB/HSV85°35.80%69.02%
CMYK14.77%0.00%35.80%
30.98%

Color #96B071 in popluar number systems.

HEX96B071
Decimal150176113
Binary10010110101100001110001
Octal226260161

Shades and tints

Shades of #96B071

#96B071
(150,176,113)
#89A067
(137,160,103)
#7C905D
(124,144,93)
#6F8053
(111,128,83)
#627049
(98,112,73)
#55603F
(85,96,63)
#485035
(72,80,53)
#3B402B
(59,64,43)
#2E3021
(46,48,33)
#212017
(33,32,23)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #96B071

#96B071
(150,176,113)
#9FB77D
(159,183,125)
#A8BE89
(168,190,137)
#B1C595
(177,197,149)
#BACCA1
(186,204,161)
#C3D3AD
(195,211,173)
#CCDAB9
(204,218,185)
#D5E1C5
(213,225,197)
#DEE8D1
(222,232,209)
#E7EFDD
(231,239,221)
#F0F6E9
(240,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B071 color. Also use rgb(150,176,113) instead hex code.

Text Font Color

.myTextColor { color: #96B071; }

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

This text font color is #96B071.


Background Color

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

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

This div background color is #96B071.


Border color

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

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

This div border color is #96B071.


Opacity

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

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

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

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

This text has shadow with #96B071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B071 on black background.


Color preview on white background

This text has color #96B071 on white background.



Black color preview on #96B071 background

This text has black color on #96B071 background.


White color preview on #96B071 background

This text has white color on #96B071 background.