COLOR #96AF5F

HEX: #96AF5F
RGB: (150,175,95)

Color info

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

RGB color model

#96AF5F color RGB value is (150,175,95).

  • red value is 150;
  • green value is 175;
  • blue value is 95.
RGB:
(150,175,95)
(59%,69%,37%)

RGB channels and saturation

R 150 of 255 = 59%
G 175 of 255 = 69%
B 95 of 255 = 37%

150
175
95

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

Portions of RGB colors in percentages

R + G + B =
150 + 175 + 95 = 420 (100%)
R 150 of 420 ~ 35.71%
G 175 of 420 ~ 41.67%
B 95 of 420 ~ 22.62%

%35.71
%41.67
%22.62

CMYK color model

#96AF5F color CMYK value is (14,0,46,31).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 45.71%
  • key color value is 31.37%
CMYK:
(14,0,46,31)
C14M0Y46K31 
(14%,0%,46%,31%)
(0.14/0.00/0.46/0.31)	

CMYK percentages

%14.29
%0
%45.71
%31.37

Codes

Color #96AF5F in popluar color models

96AF5F
RGB15017595
HSL79°33.33%52.94%
HSB/HSV79°45.71%68.63%
CMYK14.29%0.00%45.71%
31.37%

Color #96AF5F in popluar number systems.

HEX96AF5F
Decimal15017595
Binary10010110101011111011111
Octal226257137

Shades and tints

Shades of #96AF5F

#96AF5F
(150,175,95)
#89A057
(137,160,87)
#7C914F
(124,145,79)
#6F8247
(111,130,71)
#62733F
(98,115,63)
#556437
(85,100,55)
#48552F
(72,85,47)
#3B4627
(59,70,39)
#2E371F
(46,55,31)
#212817
(33,40,23)
#14190F
(20,25,15)
#000000
(0,0,0)

Tints of #96AF5F

#96AF5F
(150,175,95)
#9FB66D
(159,182,109)
#A8BD7B
(168,189,123)
#B1C489
(177,196,137)
#BACB97
(186,203,151)
#C3D2A5
(195,210,165)
#CCD9B3
(204,217,179)
#D5E0C1
(213,224,193)
#DEE7CF
(222,231,207)
#E7EEDD
(231,238,221)
#F0F5EB
(240,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96AF5F color. Also use rgb(150,175,95) instead hex code.

Text Font Color

.myTextColor { color: #96AF5F; }

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

This text font color is #96AF5F.


Background Color

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

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

This div background color is #96AF5F.


Border color

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

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

This div border color is #96AF5F.


Opacity

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

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

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

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

This text has shadow with #96AF5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AF5F on black background.


Color preview on white background

This text has color #96AF5F on white background.



Black color preview on #96AF5F background

This text has black color on #96AF5F background.


White color preview on #96AF5F background

This text has white color on #96AF5F background.