COLOR #96A64C

HEX: #96A64C
RGB: (150,166,76)

Color info

#96A64C contains mainly red and green colors. Web safe color of #96A64C is #999933 (or #993).

RGB color model

#96A64C color RGB value is (150,166,76).

  • red value is 150;
  • green value is 166;
  • blue value is 76.
RGB: (150,166,76) (59%,65%,30%)

RGB channels and saturation

R 150 of 255 = 59%
G 166 of 255 = 65%
B 76 of 255 = 30%

150
166
76

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

Portions of RGB colors in percentages

R + G + B =
150 + 166 + 76 = 392 (100%)
R 150 of 392 ~ 38.27%
G 166 of 392 ~ 42.35%
B 76 of 392 ~ 19.39%

%38.27
%42.35
%19.39

CMYK color model

#96A64C color CMYK value is (10,0,54,35).

  • cyan value is 9.64%
  • magenta value is 0.00%
  • yellow value is 54.22%
  • key color value is 34.90%
CMYK: (10,0,54,35) C10M0Y54K35 (10%,0%,54%,35%) (0.10/0.00/0.54/0.35)

CMYK percentages

%9.64
%0
%54.22
%34.9

Codes

Color #96A64C in popluar color models

96A64C
RGB15016676
HSL71°37.19%47.45%
HSB/HSV71°54.22%65.10%
CMYK9.64%0.00%54.22%
34.90%

Color #96A64C in popluar number systems.

HEX96A64C
Decimal15016676
Binary10010110101001101001100
Octal226246114

Shades and tints

Shades of #96A64C

#96A64C
(150,166,76)
#899746
(137,151,70)
#7C8840
(124,136,64)
#6F793A
(111,121,58)
#626A34
(98,106,52)
#555B2E
(85,91,46)
#484C28
(72,76,40)
#3B3D22
(59,61,34)
#2E2E1C
(46,46,28)
#211F16
(33,31,22)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #96A64C

#96A64C
(150,166,76)
#9FAE5C
(159,174,92)
#A8B66C
(168,182,108)
#B1BE7C
(177,190,124)
#BAC68C
(186,198,140)
#C3CE9C
(195,206,156)
#CCD6AC
(204,214,172)
#D5DEBC
(213,222,188)
#DEE6CC
(222,230,204)
#E7EEDC
(231,238,220)
#F0F6EC
(240,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A64C color. Also use rgb(150,166,76) instead hex code.

Text Font Color

.myTextColor { color: #96A64C; }

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

This text font color is #96A64C.


Background Color

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

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

This div background color is #96A64C.


Border color

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

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

This div border color is #96A64C.


Opacity

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

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

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

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

This text has shadow with #96A64C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #96A64C on black background.


Color preview on white background

This text has color #96A64C on white background.



Black color preview on #96A64C background

This text has black color on #96A64C background.


White color preview on #96A64C background

This text has white color on #96A64C background.