COLOR #96B780

HEX: #96B780
RGB: (150,183,128)

Color info

#96B780 contains red, green and blue colors in about the same proportion. Web safe color of #96B780 is #99CC66 (or #9C6).

RGB color model

#96B780 color RGB value is (150,183,128).

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

RGB channels and saturation

R 150 of 255 = 59%
G 183 of 255 = 72%
B 128 of 255 = 50%

150
183
128

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

Portions of RGB colors in percentages

R + G + B =
150 + 183 + 128 = 461 (100%)
R 150 of 461 ~ 32.54%
G 183 of 461 ~ 39.7%
B 128 of 461 ~ 27.77%

%32.54
%39.7
%27.77

CMYK color model

#96B780 color CMYK value is (18,0,30,28).

  • cyan value is 18.03%
  • magenta value is 0.00%
  • yellow value is 30.05%
  • key color value is 28.24%
CMYK:
(18,0,30,28)
C18M0Y30K28 
(18%,0%,30%,28%)
(0.18/0.00/0.30/0.28)	

CMYK percentages

%18.03
%0
%30.05
%28.24

Codes

Color #96B780 in popluar color models

96B780
RGB150183128
HSL96°27.64%60.98%
HSB/HSV96°30.05%71.76%
CMYK18.03%0.00%30.05%
28.24%

Color #96B780 in popluar number systems.

HEX96B780
Decimal150183128
Binary100101101011011110000000
Octal226267200

Shades and tints

Shades of #96B780

#96B780
(150,183,128)
#89A775
(137,167,117)
#7C976A
(124,151,106)
#6F875F
(111,135,95)
#627754
(98,119,84)
#556749
(85,103,73)
#48573E
(72,87,62)
#3B4733
(59,71,51)
#2E3728
(46,55,40)
#21271D
(33,39,29)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #96B780

#96B780
(150,183,128)
#9FBD8B
(159,189,139)
#A8C396
(168,195,150)
#B1C9A1
(177,201,161)
#BACFAC
(186,207,172)
#C3D5B7
(195,213,183)
#CCDBC2
(204,219,194)
#D5E1CD
(213,225,205)
#DEE7D8
(222,231,216)
#E7EDE3
(231,237,227)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B780; }

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

This text font color is #96B780.


Background Color

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

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

This div background color is #96B780.


Border color

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

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

This div border color is #96B780.


Opacity

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

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

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

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

This text has shadow with #96B780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B780 on black background.


Color preview on white background

This text has color #96B780 on white background.



Black color preview on #96B780 background

This text has black color on #96B780 background.


White color preview on #96B780 background

This text has white color on #96B780 background.