COLOR #96AF7F

HEX: #96AF7F
RGB: (150,175,127)

Color info

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

RGB color model

#96AF7F color RGB value is (150,175,127).

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

RGB channels and saturation

R 150 of 255 = 59%
G 175 of 255 = 69%
B 127 of 255 = 50%

150
175
127

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

Portions of RGB colors in percentages

R + G + B =
150 + 175 + 127 = 452 (100%)
R 150 of 452 ~ 33.19%
G 175 of 452 ~ 38.72%
B 127 of 452 ~ 28.1%

%33.19
%38.72
%28.1

CMYK color model

#96AF7F color CMYK value is (14,0,27,31).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 27.43%
  • key color value is 31.37%
CMYK:
(14,0,27,31)
C14M0Y27K31 
(14%,0%,27%,31%)
(0.14/0.00/0.27/0.31)	

CMYK percentages

%14.29
%0
%27.43
%31.37

Codes

Color #96AF7F in popluar color models

96AF7F
RGB150175127
HSL91°23.08%59.22%
HSB/HSV91°27.43%68.63%
CMYK14.29%0.00%27.43%
31.37%

Color #96AF7F in popluar number systems.

HEX96AF7F
Decimal150175127
Binary10010110101011111111111
Octal226257177

Shades and tints

Shades of #96AF7F

#96AF7F
(150,175,127)
#89A074
(137,160,116)
#7C9169
(124,145,105)
#6F825E
(111,130,94)
#627353
(98,115,83)
#556448
(85,100,72)
#48553D
(72,85,61)
#3B4632
(59,70,50)
#2E3727
(46,55,39)
#21281C
(33,40,28)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #96AF7F

#96AF7F
(150,175,127)
#9FB68A
(159,182,138)
#A8BD95
(168,189,149)
#B1C4A0
(177,196,160)
#BACBAB
(186,203,171)
#C3D2B6
(195,210,182)
#CCD9C1
(204,217,193)
#D5E0CC
(213,224,204)
#DEE7D7
(222,231,215)
#E7EEE2
(231,238,226)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AF7F; }

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

This text font color is #96AF7F.


Background Color

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

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

This div background color is #96AF7F.


Border color

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

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

This div border color is #96AF7F.


Opacity

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

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

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

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

This text has shadow with #96AF7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AF7F on black background.


Color preview on white background

This text has color #96AF7F on white background.



Black color preview on #96AF7F background

This text has black color on #96AF7F background.


White color preview on #96AF7F background

This text has white color on #96AF7F background.