COLOR #96A66C

HEX: #96A66C
RGB: (150,166,108)

Color info

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

RGB color model

#96A66C color RGB value is (150,166,108).

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

RGB channels and saturation

R 150 of 255 = 59%
G 166 of 255 = 65%
B 108 of 255 = 42%

150
166
108

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

Portions of RGB colors in percentages

R + G + B =
150 + 166 + 108 = 424 (100%)
R 150 of 424 ~ 35.38%
G 166 of 424 ~ 39.15%
B 108 of 424 ~ 25.47%

%35.38
%39.15
%25.47

CMYK color model

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

  • cyan value is 9.64%
  • magenta value is 0.00%
  • yellow value is 34.94%
  • key color value is 34.90%
CMYK:
(10,0,35,35)
C10M0Y35K35 
(10%,0%,35%,35%)
(0.10/0.00/0.35/0.35)	

CMYK percentages

%9.64
%0
%34.94
%34.9

Codes

Color #96A66C in popluar color models

96A66C
RGB150166108
HSL77°24.58%53.73%
HSB/HSV77°34.94%65.10%
CMYK9.64%0.00%34.94%
34.90%

Color #96A66C in popluar number systems.

HEX96A66C
Decimal150166108
Binary10010110101001101101100
Octal226246154

Shades and tints

Shades of #96A66C

#96A66C
(150,166,108)
#899763
(137,151,99)
#7C885A
(124,136,90)
#6F7951
(111,121,81)
#626A48
(98,106,72)
#555B3F
(85,91,63)
#484C36
(72,76,54)
#3B3D2D
(59,61,45)
#2E2E24
(46,46,36)
#211F1B
(33,31,27)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #96A66C

#96A66C
(150,166,108)
#9FAE79
(159,174,121)
#A8B686
(168,182,134)
#B1BE93
(177,190,147)
#BAC6A0
(186,198,160)
#C3CEAD
(195,206,173)
#CCD6BA
(204,214,186)
#D5DEC7
(213,222,199)
#DEE6D4
(222,230,212)
#E7EEE1
(231,238,225)
#F0F6EE
(240,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A66C; }

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

This text font color is #96A66C.


Background Color

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

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

This div background color is #96A66C.


Border color

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

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

This div border color is #96A66C.


Opacity

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

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

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

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

This text has shadow with #96A66C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A66C on black background.


Color preview on white background

This text has color #96A66C on white background.



Black color preview on #96A66C background

This text has black color on #96A66C background.


White color preview on #96A66C background

This text has white color on #96A66C background.