COLOR #96B779

HEX: #96B779
RGB: (150,183,121)

Color info

#96B779 contains mainly red and green colors. Web safe color of #96B779 is #99CC66 (or #9C6).

RGB color model

#96B779 color RGB value is (150,183,121).

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

RGB channels and saturation

R 150 of 255 = 59%
G 183 of 255 = 72%
B 121 of 255 = 47%

150
183
121

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

Portions of RGB colors in percentages

R + G + B =
150 + 183 + 121 = 454 (100%)
R 150 of 454 ~ 33.04%
G 183 of 454 ~ 40.31%
B 121 of 454 ~ 26.65%

%33.04
%40.31
%26.65

CMYK color model

#96B779 color CMYK value is (18,0,34,28).

  • cyan value is 18.03%
  • magenta value is 0.00%
  • yellow value is 33.88%
  • key color value is 28.24%
CMYK:
(18,0,34,28)
C18M0Y34K28 
(18%,0%,34%,28%)
(0.18/0.00/0.34/0.28)	

CMYK percentages

%18.03
%0
%33.88
%28.24

Codes

Color #96B779 in popluar color models

96B779
RGB150183121
HSL92°30.10%59.61%
HSB/HSV92°33.88%71.76%
CMYK18.03%0.00%33.88%
28.24%

Color #96B779 in popluar number systems.

HEX96B779
Decimal150183121
Binary10010110101101111111001
Octal226267171

Shades and tints

Shades of #96B779

#96B779
(150,183,121)
#89A76E
(137,167,110)
#7C9763
(124,151,99)
#6F8758
(111,135,88)
#62774D
(98,119,77)
#556742
(85,103,66)
#485737
(72,87,55)
#3B472C
(59,71,44)
#2E3721
(46,55,33)
#212716
(33,39,22)
#14170B
(20,23,11)
#000000
(0,0,0)

Tints of #96B779

#96B779
(150,183,121)
#9FBD85
(159,189,133)
#A8C391
(168,195,145)
#B1C99D
(177,201,157)
#BACFA9
(186,207,169)
#C3D5B5
(195,213,181)
#CCDBC1
(204,219,193)
#D5E1CD
(213,225,205)
#DEE7D9
(222,231,217)
#E7EDE5
(231,237,229)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B779; }

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

This text font color is #96B779.


Background Color

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

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

This div background color is #96B779.


Border color

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

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

This div border color is #96B779.


Opacity

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

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

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

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

This text has shadow with #96B779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B779 on black background.


Color preview on white background

This text has color #96B779 on white background.



Black color preview on #96B779 background

This text has black color on #96B779 background.


White color preview on #96B779 background

This text has white color on #96B779 background.