COLOR #96A67A

HEX: #96A67A
RGB: (150,166,122)

Color info

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

RGB color model

#96A67A color RGB value is (150,166,122).

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

RGB channels and saturation

R 150 of 255 = 59%
G 166 of 255 = 65%
B 122 of 255 = 48%

150
166
122

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

Portions of RGB colors in percentages

R + G + B =
150 + 166 + 122 = 438 (100%)
R 150 of 438 ~ 34.25%
G 166 of 438 ~ 37.9%
B 122 of 438 ~ 27.85%

%34.25
%37.9
%27.85

CMYK color model

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

  • cyan value is 9.64%
  • magenta value is 0.00%
  • yellow value is 26.51%
  • key color value is 34.90%
CMYK:
(10,0,27,35)
C10M0Y27K35 
(10%,0%,27%,35%)
(0.10/0.00/0.27/0.35)	

CMYK percentages

%9.64
%0
%26.51
%34.9

Codes

Color #96A67A in popluar color models

96A67A
RGB150166122
HSL82°19.82%56.47%
HSB/HSV82°26.51%65.10%
CMYK9.64%0.00%26.51%
34.90%

Color #96A67A in popluar number systems.

HEX96A67A
Decimal150166122
Binary10010110101001101111010
Octal226246172

Shades and tints

Shades of #96A67A

#96A67A
(150,166,122)
#89976F
(137,151,111)
#7C8864
(124,136,100)
#6F7959
(111,121,89)
#626A4E
(98,106,78)
#555B43
(85,91,67)
#484C38
(72,76,56)
#3B3D2D
(59,61,45)
#2E2E22
(46,46,34)
#211F17
(33,31,23)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #96A67A

#96A67A
(150,166,122)
#9FAE86
(159,174,134)
#A8B692
(168,182,146)
#B1BE9E
(177,190,158)
#BAC6AA
(186,198,170)
#C3CEB6
(195,206,182)
#CCD6C2
(204,214,194)
#D5DECE
(213,222,206)
#DEE6DA
(222,230,218)
#E7EEE6
(231,238,230)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A67A; }

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

This text font color is #96A67A.


Background Color

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

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

This div background color is #96A67A.


Border color

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

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

This div border color is #96A67A.


Opacity

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

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

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

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

This text has shadow with #96A67A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A67A on black background.


Color preview on white background

This text has color #96A67A on white background.



Black color preview on #96A67A background

This text has black color on #96A67A background.


White color preview on #96A67A background

This text has white color on #96A67A background.