COLOR #96AE79

HEX: #96AE79
RGB: (150,174,121)

Color info

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

RGB color model

#96AE79 color RGB value is (150,174,121).

  • red value is 150;
  • green value is 174;
  • blue value is 121.
RGB:
(150,174,121)
(59%,68%,47%)

RGB channels and saturation

R 150 of 255 = 59%
G 174 of 255 = 68%
B 121 of 255 = 47%

150
174
121

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

Portions of RGB colors in percentages

R + G + B =
150 + 174 + 121 = 445 (100%)
R 150 of 445 ~ 33.71%
G 174 of 445 ~ 39.1%
B 121 of 445 ~ 27.19%

%33.71
%39.1
%27.19

CMYK color model

#96AE79 color CMYK value is (14,0,30,32).

  • cyan value is 13.79%
  • magenta value is 0.00%
  • yellow value is 30.46%
  • key color value is 31.76%
CMYK:
(14,0,30,32)
C14M0Y30K32 
(14%,0%,30%,32%)
(0.14/0.00/0.30/0.32)	

CMYK percentages

%13.79
%0
%30.46
%31.76

Codes

Color #96AE79 in popluar color models

96AE79
RGB150174121
HSL87°24.65%57.84%
HSB/HSV87°30.46%68.24%
CMYK13.79%0.00%30.46%
31.76%

Color #96AE79 in popluar number systems.

HEX96AE79
Decimal150174121
Binary10010110101011101111001
Octal226256171

Shades and tints

Shades of #96AE79

#96AE79
(150,174,121)
#899F6E
(137,159,110)
#7C9063
(124,144,99)
#6F8158
(111,129,88)
#62724D
(98,114,77)
#556342
(85,99,66)
#485437
(72,84,55)
#3B452C
(59,69,44)
#2E3621
(46,54,33)
#212716
(33,39,22)
#14180B
(20,24,11)
#000000
(0,0,0)

Tints of #96AE79

#96AE79
(150,174,121)
#9FB585
(159,181,133)
#A8BC91
(168,188,145)
#B1C39D
(177,195,157)
#BACAA9
(186,202,169)
#C3D1B5
(195,209,181)
#CCD8C1
(204,216,193)
#D5DFCD
(213,223,205)
#DEE6D9
(222,230,217)
#E7EDE5
(231,237,229)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96AE79 color. Also use rgb(150,174,121) instead hex code.

Text Font Color

.myTextColor { color: #96AE79; }

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

This text font color is #96AE79.


Background Color

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

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

This div background color is #96AE79.


Border color

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

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

This div border color is #96AE79.


Opacity

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

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

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

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

This text has shadow with #96AE79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AE79 on black background.


Color preview on white background

This text has color #96AE79 on white background.



Black color preview on #96AE79 background

This text has black color on #96AE79 background.


White color preview on #96AE79 background

This text has white color on #96AE79 background.