COLOR #96A779

HEX: #96A779
RGB: (150,167,121)

Color info

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

RGB color model

#96A779 color RGB value is (150,167,121).

  • red value is 150;
  • green value is 167;
  • blue value is 121.
RGB:
(150,167,121)
(59%,65%,47%)

RGB channels and saturation

R 150 of 255 = 59%
G 167 of 255 = 65%
B 121 of 255 = 47%

150
167
121

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

Portions of RGB colors in percentages

R + G + B =
150 + 167 + 121 = 438 (100%)
R 150 of 438 ~ 34.25%
G 167 of 438 ~ 38.13%
B 121 of 438 ~ 27.63%

%34.25
%38.13
%27.63

CMYK color model

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

  • cyan value is 10.18%
  • magenta value is 0.00%
  • yellow value is 27.54%
  • key color value is 34.51%
CMYK:
(10,0,28,35)
C10M0Y28K35 
(10%,0%,28%,35%)
(0.10/0.00/0.28/0.35)	

CMYK percentages

%10.18
%0
%27.54
%34.51

Codes

Color #96A779 in popluar color models

96A779
RGB150167121
HSL82°20.72%56.47%
HSB/HSV82°27.54%65.49%
CMYK10.18%0.00%27.54%
34.51%

Color #96A779 in popluar number systems.

HEX96A779
Decimal150167121
Binary10010110101001111111001
Octal226247171

Shades and tints

Shades of #96A779

#96A779
(150,167,121)
#89986E
(137,152,110)
#7C8963
(124,137,99)
#6F7A58
(111,122,88)
#626B4D
(98,107,77)
#555C42
(85,92,66)
#484D37
(72,77,55)
#3B3E2C
(59,62,44)
#2E2F21
(46,47,33)
#212016
(33,32,22)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #96A779

#96A779
(150,167,121)
#9FAF85
(159,175,133)
#A8B791
(168,183,145)
#B1BF9D
(177,191,157)
#BAC7A9
(186,199,169)
#C3CFB5
(195,207,181)
#CCD7C1
(204,215,193)
#D5DFCD
(213,223,205)
#DEE7D9
(222,231,217)
#E7EFE5
(231,239,229)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A779 color. Also use rgb(150,167,121) instead hex code.

Text Font Color

.myTextColor { color: #96A779; }

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

This text font color is #96A779.


Background Color

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

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

This div background color is #96A779.


Border color

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

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

This div border color is #96A779.


Opacity

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

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

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

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

This text has shadow with #96A779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A779 on black background.


Color preview on white background

This text has color #96A779 on white background.



Black color preview on #96A779 background

This text has black color on #96A779 background.


White color preview on #96A779 background

This text has white color on #96A779 background.