COLOR #96A74F

HEX: #96A74F
RGB: (150,167,79)

Color info

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

RGB color model

#96A74F color RGB value is (150,167,79).

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

RGB channels and saturation

R 150 of 255 = 59%
G 167 of 255 = 65%
B 79 of 255 = 31%

150
167
79

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

Portions of RGB colors in percentages

R + G + B =
150 + 167 + 79 = 396 (100%)
R 150 of 396 ~ 37.88%
G 167 of 396 ~ 42.17%
B 79 of 396 ~ 19.95%

%37.88
%42.17
%19.95

CMYK color model

#96A74F color CMYK value is (10,0,53,35).

  • cyan value is 10.18%
  • magenta value is 0.00%
  • yellow value is 52.69%
  • key color value is 34.51%
CMYK:
(10,0,53,35)
C10M0Y53K35 
(10%,0%,53%,35%)
(0.10/0.00/0.53/0.35)	

CMYK percentages

%10.18
%0
%52.69
%34.51

Codes

Color #96A74F in popluar color models

96A74F
RGB15016779
HSL72°35.77%48.24%
HSB/HSV72°52.69%65.49%
CMYK10.18%0.00%52.69%
34.51%

Color #96A74F in popluar number systems.

HEX96A74F
Decimal15016779
Binary10010110101001111001111
Octal226247117

Shades and tints

Shades of #96A74F

#96A74F
(150,167,79)
#899848
(137,152,72)
#7C8941
(124,137,65)
#6F7A3A
(111,122,58)
#626B33
(98,107,51)
#555C2C
(85,92,44)
#484D25
(72,77,37)
#3B3E1E
(59,62,30)
#2E2F17
(46,47,23)
#212010
(33,32,16)
#141109
(20,17,9)
#000000
(0,0,0)

Tints of #96A74F

#96A74F
(150,167,79)
#9FAF5F
(159,175,95)
#A8B76F
(168,183,111)
#B1BF7F
(177,191,127)
#BAC78F
(186,199,143)
#C3CF9F
(195,207,159)
#CCD7AF
(204,215,175)
#D5DFBF
(213,223,191)
#DEE7CF
(222,231,207)
#E7EFDF
(231,239,223)
#F0F7EF
(240,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A74F; }

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

This text font color is #96A74F.


Background Color

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

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

This div background color is #96A74F.


Border color

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

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

This div border color is #96A74F.


Opacity

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

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

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

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

This text has shadow with #96A74F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A74F on black background.


Color preview on white background

This text has color #96A74F on white background.



Black color preview on #96A74F background

This text has black color on #96A74F background.


White color preview on #96A74F background

This text has white color on #96A74F background.