COLOR #96B745

HEX: #96B745
RGB: (150,183,69)

Color info

#96B745 contains mainly red and green colors. Web safe color of #96B745 is #99CC33 (or #9C3).

RGB color model

#96B745 color RGB value is (150,183,69).

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

RGB channels and saturation

R 150 of 255 = 59%
G 183 of 255 = 72%
B 69 of 255 = 27%

150
183
69

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

Portions of RGB colors in percentages

R + G + B =
150 + 183 + 69 = 402 (100%)
R 150 of 402 ~ 37.31%
G 183 of 402 ~ 45.52%
B 69 of 402 ~ 17.16%

%37.31
%45.52
%17.16

CMYK color model

#96B745 color CMYK value is (18,0,62,28).

  • cyan value is 18.03%
  • magenta value is 0.00%
  • yellow value is 62.30%
  • key color value is 28.24%
CMYK:
(18,0,62,28)
C18M0Y62K28 
(18%,0%,62%,28%)
(0.18/0.00/0.62/0.28)	

CMYK percentages

%18.03
%0
%62.3
%28.24

Codes

Color #96B745 in popluar color models

96B745
RGB15018369
HSL77°45.24%49.41%
HSB/HSV77°62.30%71.76%
CMYK18.03%0.00%62.30%
28.24%

Color #96B745 in popluar number systems.

HEX96B745
Decimal15018369
Binary10010110101101111000101
Octal226267105

Shades and tints

Shades of #96B745

#96B745
(150,183,69)
#89A73F
(137,167,63)
#7C9739
(124,151,57)
#6F8733
(111,135,51)
#62772D
(98,119,45)
#556727
(85,103,39)
#485721
(72,87,33)
#3B471B
(59,71,27)
#2E3715
(46,55,21)
#21270F
(33,39,15)
#141709
(20,23,9)
#000000
(0,0,0)

Tints of #96B745

#96B745
(150,183,69)
#9FBD55
(159,189,85)
#A8C365
(168,195,101)
#B1C975
(177,201,117)
#BACF85
(186,207,133)
#C3D595
(195,213,149)
#CCDBA5
(204,219,165)
#D5E1B5
(213,225,181)
#DEE7C5
(222,231,197)
#E7EDD5
(231,237,213)
#F0F3E5
(240,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B745; }

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

This text font color is #96B745.


Background Color

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

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

This div background color is #96B745.


Border color

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

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

This div border color is #96B745.


Opacity

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

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

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

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

This text has shadow with #96B745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B745 on black background.


Color preview on white background

This text has color #96B745 on white background.



Black color preview on #96B745 background

This text has black color on #96B745 background.


White color preview on #96B745 background

This text has white color on #96B745 background.