COLOR #96A76F

HEX: #96A76F
RGB: (150,167,111)

Color info

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

RGB color model

#96A76F color RGB value is (150,167,111).

  • red value is 150;
  • green value is 167;
  • blue value is 111.
RGB:
(150,167,111)
(59%,65%,44%)

RGB channels and saturation

R 150 of 255 = 59%
G 167 of 255 = 65%
B 111 of 255 = 44%

150
167
111

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

Portions of RGB colors in percentages

R + G + B =
150 + 167 + 111 = 428 (100%)
R 150 of 428 ~ 35.05%
G 167 of 428 ~ 39.02%
B 111 of 428 ~ 25.93%

%35.05
%39.02
%25.93

CMYK color model

#96A76F color CMYK value is (10,0,34,35).

  • cyan value is 10.18%
  • magenta value is 0.00%
  • yellow value is 33.53%
  • key color value is 34.51%
CMYK:
(10,0,34,35)
C10M0Y34K35 
(10%,0%,34%,35%)
(0.10/0.00/0.34/0.35)	

CMYK percentages

%10.18
%0
%33.53
%34.51

Codes

Color #96A76F in popluar color models

96A76F
RGB150167111
HSL78°24.14%54.51%
HSB/HSV78°33.53%65.49%
CMYK10.18%0.00%33.53%
34.51%

Color #96A76F in popluar number systems.

HEX96A76F
Decimal150167111
Binary10010110101001111101111
Octal226247157

Shades and tints

Shades of #96A76F

#96A76F
(150,167,111)
#899865
(137,152,101)
#7C895B
(124,137,91)
#6F7A51
(111,122,81)
#626B47
(98,107,71)
#555C3D
(85,92,61)
#484D33
(72,77,51)
#3B3E29
(59,62,41)
#2E2F1F
(46,47,31)
#212015
(33,32,21)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #96A76F

#96A76F
(150,167,111)
#9FAF7C
(159,175,124)
#A8B789
(168,183,137)
#B1BF96
(177,191,150)
#BAC7A3
(186,199,163)
#C3CFB0
(195,207,176)
#CCD7BD
(204,215,189)
#D5DFCA
(213,223,202)
#DEE7D7
(222,231,215)
#E7EFE4
(231,239,228)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A76F color. Also use rgb(150,167,111) instead hex code.

Text Font Color

.myTextColor { color: #96A76F; }

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

This text font color is #96A76F.


Background Color

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

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

This div background color is #96A76F.


Border color

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

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

This div border color is #96A76F.


Opacity

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

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

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

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

This text has shadow with #96A76F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A76F on black background.


Color preview on white background

This text has color #96A76F on white background.



Black color preview on #96A76F background

This text has black color on #96A76F background.


White color preview on #96A76F background

This text has white color on #96A76F background.