COLOR #96A648

HEX: #96A648
RGB: (150,166,72)

Color info

#96A648 contains mainly red and green colors. Web safe color of #96A648 is #999933 (or #993).

RGB color model

#96A648 color RGB value is (150,166,72).

  • red value is 150;
  • green value is 166;
  • blue value is 72.
RGB:
(150,166,72)
(59%,65%,28%)

RGB channels and saturation

R 150 of 255 = 59%
G 166 of 255 = 65%
B 72 of 255 = 28%

150
166
72

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

Portions of RGB colors in percentages

R + G + B =
150 + 166 + 72 = 388 (100%)
R 150 of 388 ~ 38.66%
G 166 of 388 ~ 42.78%
B 72 of 388 ~ 18.56%

%38.66
%42.78
%18.56

CMYK color model

#96A648 color CMYK value is (10,0,57,35).

  • cyan value is 9.64%
  • magenta value is 0.00%
  • yellow value is 56.63%
  • key color value is 34.90%
CMYK:
(10,0,57,35)
C10M0Y57K35 
(10%,0%,57%,35%)
(0.10/0.00/0.57/0.35)	

CMYK percentages

%9.64
%0
%56.63
%34.9

Codes

Color #96A648 in popluar color models

96A648
RGB15016672
HSL70°39.50%46.67%
HSB/HSV70°56.63%65.10%
CMYK9.64%0.00%56.63%
34.90%

Color #96A648 in popluar number systems.

HEX96A648
Decimal15016672
Binary10010110101001101001000
Octal226246110

Shades and tints

Shades of #96A648

#96A648
(150,166,72)
#899742
(137,151,66)
#7C883C
(124,136,60)
#6F7936
(111,121,54)
#626A30
(98,106,48)
#555B2A
(85,91,42)
#484C24
(72,76,36)
#3B3D1E
(59,61,30)
#2E2E18
(46,46,24)
#211F12
(33,31,18)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #96A648

#96A648
(150,166,72)
#9FAE58
(159,174,88)
#A8B668
(168,182,104)
#B1BE78
(177,190,120)
#BAC688
(186,198,136)
#C3CE98
(195,206,152)
#CCD6A8
(204,214,168)
#D5DEB8
(213,222,184)
#DEE6C8
(222,230,200)
#E7EED8
(231,238,216)
#F0F6E8
(240,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A648 color. Also use rgb(150,166,72) instead hex code.

Text Font Color

.myTextColor { color: #96A648; }

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

This text font color is #96A648.


Background Color

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

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

This div background color is #96A648.


Border color

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

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

This div border color is #96A648.


Opacity

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

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

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

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

This text has shadow with #96A648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A648 on black background.


Color preview on white background

This text has color #96A648 on white background.



Black color preview on #96A648 background

This text has black color on #96A648 background.


White color preview on #96A648 background

This text has white color on #96A648 background.