COLOR #96AA62

HEX: #96AA62
RGB: (150,170,98)

Color info

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

RGB color model

#96AA62 color RGB value is (150,170,98).

  • red value is 150;
  • green value is 170;
  • blue value is 98.
RGB:
(150,170,98)
(59%,67%,38%)

RGB channels and saturation

R 150 of 255 = 59%
G 170 of 255 = 67%
B 98 of 255 = 38%

150
170
98

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

Portions of RGB colors in percentages

R + G + B =
150 + 170 + 98 = 418 (100%)
R 150 of 418 ~ 35.89%
G 170 of 418 ~ 40.67%
B 98 of 418 ~ 23.44%

%35.89
%40.67
%23.44

CMYK color model

#96AA62 color CMYK value is (12,0,42,33).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 42.35%
  • key color value is 33.33%
CMYK:
(12,0,42,33)
C12M0Y42K33 
(12%,0%,42%,33%)
(0.12/0.00/0.42/0.33)	

CMYK percentages

%11.76
%0
%42.35
%33.33

Codes

Color #96AA62 in popluar color models

96AA62
RGB15017098
HSL77°29.75%52.55%
HSB/HSV77°42.35%66.67%
CMYK11.76%0.00%42.35%
33.33%

Color #96AA62 in popluar number systems.

HEX96AA62
Decimal15017098
Binary10010110101010101100010
Octal226252142

Shades and tints

Shades of #96AA62

#96AA62
(150,170,98)
#899B5A
(137,155,90)
#7C8C52
(124,140,82)
#6F7D4A
(111,125,74)
#626E42
(98,110,66)
#555F3A
(85,95,58)
#485032
(72,80,50)
#3B412A
(59,65,42)
#2E3222
(46,50,34)
#21231A
(33,35,26)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #96AA62

#96AA62
(150,170,98)
#9FB170
(159,177,112)
#A8B87E
(168,184,126)
#B1BF8C
(177,191,140)
#BAC69A
(186,198,154)
#C3CDA8
(195,205,168)
#CCD4B6
(204,212,182)
#D5DBC4
(213,219,196)
#DEE2D2
(222,226,210)
#E7E9E0
(231,233,224)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96AA62 color. Also use rgb(150,170,98) instead hex code.

Text Font Color

.myTextColor { color: #96AA62; }

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

This text font color is #96AA62.


Background Color

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

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

This div background color is #96AA62.


Border color

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

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

This div border color is #96AA62.


Opacity

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

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

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

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

This text has shadow with #96AA62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AA62 on black background.


Color preview on white background

This text has color #96AA62 on white background.



Black color preview on #96AA62 background

This text has black color on #96AA62 background.


White color preview on #96AA62 background

This text has white color on #96AA62 background.