COLOR #96B670

HEX: #96B670
RGB: (150,182,112)

Color info

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

RGB color model

#96B670 color RGB value is (150,182,112).

  • red value is 150;
  • green value is 182;
  • blue value is 112.
RGB:
(150,182,112)
(59%,71%,44%)

RGB channels and saturation

R 150 of 255 = 59%
G 182 of 255 = 71%
B 112 of 255 = 44%

150
182
112

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

Portions of RGB colors in percentages

R + G + B =
150 + 182 + 112 = 444 (100%)
R 150 of 444 ~ 33.78%
G 182 of 444 ~ 40.99%
B 112 of 444 ~ 25.23%

%33.78
%40.99
%25.23

CMYK color model

#96B670 color CMYK value is (18,0,38,29).

  • cyan value is 17.58%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 28.63%
CMYK:
(18,0,38,29)
C18M0Y38K29 
(18%,0%,38%,29%)
(0.18/0.00/0.38/0.29)	

CMYK percentages

%17.58
%0
%38.46
%28.63

Codes

Color #96B670 in popluar color models

96B670
RGB150182112
HSL87°32.41%57.65%
HSB/HSV87°38.46%71.37%
CMYK17.58%0.00%38.46%
28.63%

Color #96B670 in popluar number systems.

HEX96B670
Decimal150182112
Binary10010110101101101110000
Octal226266160

Shades and tints

Shades of #96B670

#96B670
(150,182,112)
#89A666
(137,166,102)
#7C965C
(124,150,92)
#6F8652
(111,134,82)
#627648
(98,118,72)
#55663E
(85,102,62)
#485634
(72,86,52)
#3B462A
(59,70,42)
#2E3620
(46,54,32)
#212616
(33,38,22)
#14160C
(20,22,12)
#000000
(0,0,0)

Tints of #96B670

#96B670
(150,182,112)
#9FBC7D
(159,188,125)
#A8C28A
(168,194,138)
#B1C897
(177,200,151)
#BACEA4
(186,206,164)
#C3D4B1
(195,212,177)
#CCDABE
(204,218,190)
#D5E0CB
(213,224,203)
#DEE6D8
(222,230,216)
#E7ECE5
(231,236,229)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B670 color. Also use rgb(150,182,112) instead hex code.

Text Font Color

.myTextColor { color: #96B670; }

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

This text font color is #96B670.


Background Color

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

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

This div background color is #96B670.


Border color

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

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

This div border color is #96B670.


Opacity

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

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

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

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

This text has shadow with #96B670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B670 on black background.


Color preview on white background

This text has color #96B670 on white background.



Black color preview on #96B670 background

This text has black color on #96B670 background.


White color preview on #96B670 background

This text has white color on #96B670 background.