COLOR #96AF81

HEX: #96AF81
RGB: (150,175,129)

Color info

#96AF81 contains red, green and blue colors in about the same proportion. Web safe color of #96AF81 is #999999 (or #999).

RGB color model

#96AF81 color RGB value is (150,175,129).

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

RGB channels and saturation

R 150 of 255 = 59%
G 175 of 255 = 69%
B 129 of 255 = 51%

150
175
129

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

Portions of RGB colors in percentages

R + G + B =
150 + 175 + 129 = 454 (100%)
R 150 of 454 ~ 33.04%
G 175 of 454 ~ 38.55%
B 129 of 454 ~ 28.41%

%33.04
%38.55
%28.41

CMYK color model

#96AF81 color CMYK value is (14,0,26,31).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 26.29%
  • key color value is 31.37%
CMYK:
(14,0,26,31)
C14M0Y26K31 
(14%,0%,26%,31%)
(0.14/0.00/0.26/0.31)	

CMYK percentages

%14.29
%0
%26.29
%31.37

Codes

Color #96AF81 in popluar color models

96AF81
RGB150175129
HSL93°22.33%59.61%
HSB/HSV93°26.29%68.63%
CMYK14.29%0.00%26.29%
31.37%

Color #96AF81 in popluar number systems.

HEX96AF81
Decimal150175129
Binary100101101010111110000001
Octal226257201

Shades and tints

Shades of #96AF81

#96AF81
(150,175,129)
#89A076
(137,160,118)
#7C916B
(124,145,107)
#6F8260
(111,130,96)
#627355
(98,115,85)
#55644A
(85,100,74)
#48553F
(72,85,63)
#3B4634
(59,70,52)
#2E3729
(46,55,41)
#21281E
(33,40,30)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #96AF81

#96AF81
(150,175,129)
#9FB68C
(159,182,140)
#A8BD97
(168,189,151)
#B1C4A2
(177,196,162)
#BACBAD
(186,203,173)
#C3D2B8
(195,210,184)
#CCD9C3
(204,217,195)
#D5E0CE
(213,224,206)
#DEE7D9
(222,231,217)
#E7EEE4
(231,238,228)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AF81; }

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

This text font color is #96AF81.


Background Color

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

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

This div background color is #96AF81.


Border color

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

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

This div border color is #96AF81.


Opacity

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

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

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

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

This text has shadow with #96AF81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AF81 on black background.


Color preview on white background

This text has color #96AF81 on white background.



Black color preview on #96AF81 background

This text has black color on #96AF81 background.


White color preview on #96AF81 background

This text has white color on #96AF81 background.