COLOR #96A66D

HEX: #96A66D
RGB: (150,166,109)

Color info

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

RGB color model

#96A66D color RGB value is (150,166,109).

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

RGB channels and saturation

R 150 of 255 = 59%
G 166 of 255 = 65%
B 109 of 255 = 43%

150
166
109

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

Portions of RGB colors in percentages

R + G + B =
150 + 166 + 109 = 425 (100%)
R 150 of 425 ~ 35.29%
G 166 of 425 ~ 39.06%
B 109 of 425 ~ 25.65%

%35.29
%39.06
%25.65

CMYK color model

#96A66D color CMYK value is (10,0,34,35).

  • cyan value is 9.64%
  • magenta value is 0.00%
  • yellow value is 34.34%
  • key color value is 34.90%
CMYK:
(10,0,34,35)
C10M0Y34K35 
(10%,0%,34%,35%)
(0.10/0.00/0.34/0.35)	

CMYK percentages

%9.64
%0
%34.34
%34.9

Codes

Color #96A66D in popluar color models

96A66D
RGB150166109
HSL77°24.26%53.92%
HSB/HSV77°34.34%65.10%
CMYK9.64%0.00%34.34%
34.90%

Color #96A66D in popluar number systems.

HEX96A66D
Decimal150166109
Binary10010110101001101101101
Octal226246155

Shades and tints

Shades of #96A66D

#96A66D
(150,166,109)
#899764
(137,151,100)
#7C885B
(124,136,91)
#6F7952
(111,121,82)
#626A49
(98,106,73)
#555B40
(85,91,64)
#484C37
(72,76,55)
#3B3D2E
(59,61,46)
#2E2E25
(46,46,37)
#211F1C
(33,31,28)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #96A66D

#96A66D
(150,166,109)
#9FAE7A
(159,174,122)
#A8B687
(168,182,135)
#B1BE94
(177,190,148)
#BAC6A1
(186,198,161)
#C3CEAE
(195,206,174)
#CCD6BB
(204,214,187)
#D5DEC8
(213,222,200)
#DEE6D5
(222,230,213)
#E7EEE2
(231,238,226)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A66D; }

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

This text font color is #96A66D.


Background Color

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

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

This div background color is #96A66D.


Border color

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

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

This div border color is #96A66D.


Opacity

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

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

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

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

This text has shadow with #96A66D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A66D on black background.


Color preview on white background

This text has color #96A66D on white background.



Black color preview on #96A66D background

This text has black color on #96A66D background.


White color preview on #96A66D background

This text has white color on #96A66D background.