COLOR #96A076

HEX: #96A076
RGB: (150,160,118)

Color info

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

RGB color model

#96A076 color RGB value is (150,160,118).

  • red value is 150;
  • green value is 160;
  • blue value is 118.
RGB:
(150,160,118)
(59%,63%,46%)

RGB channels and saturation

R 150 of 255 = 59%
G 160 of 255 = 63%
B 118 of 255 = 46%

150
160
118

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

Portions of RGB colors in percentages

R + G + B =
150 + 160 + 118 = 428 (100%)
R 150 of 428 ~ 35.05%
G 160 of 428 ~ 37.38%
B 118 of 428 ~ 27.57%

%35.05
%37.38
%27.57

CMYK color model

#96A076 color CMYK value is (6,0,26,37).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 26.25%
  • key color value is 37.25%
CMYK:
(6,0,26,37)
C6M0Y26K37 
(6%,0%,26%,37%)
(0.06/0.00/0.26/0.37)	

CMYK percentages

%6.25
%0
%26.25
%37.25

Codes

Color #96A076 in popluar color models

96A076
RGB150160118
HSL74°18.10%54.51%
HSB/HSV74°26.25%62.75%
CMYK6.25%0.00%26.25%
37.25%

Color #96A076 in popluar number systems.

HEX96A076
Decimal150160118
Binary10010110101000001110110
Octal226240166

Shades and tints

Shades of #96A076

#96A076
(150,160,118)
#89926C
(137,146,108)
#7C8462
(124,132,98)
#6F7658
(111,118,88)
#62684E
(98,104,78)
#555A44
(85,90,68)
#484C3A
(72,76,58)
#3B3E30
(59,62,48)
#2E3026
(46,48,38)
#21221C
(33,34,28)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #96A076

#96A076
(150,160,118)
#9FA882
(159,168,130)
#A8B08E
(168,176,142)
#B1B89A
(177,184,154)
#BAC0A6
(186,192,166)
#C3C8B2
(195,200,178)
#CCD0BE
(204,208,190)
#D5D8CA
(213,216,202)
#DEE0D6
(222,224,214)
#E7E8E2
(231,232,226)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A076 color. Also use rgb(150,160,118) instead hex code.

Text Font Color

.myTextColor { color: #96A076; }

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

This text font color is #96A076.


Background Color

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

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

This div background color is #96A076.


Border color

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

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

This div border color is #96A076.


Opacity

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

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

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

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

This text has shadow with #96A076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A076 on black background.


Color preview on white background

This text has color #96A076 on white background.



Black color preview on #96A076 background

This text has black color on #96A076 background.


White color preview on #96A076 background

This text has white color on #96A076 background.