COLOR #96A74C

HEX: #96A74C RGB: (150,167,76)

Color info

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

RGB color model

#96A74C color RGB value is (150,167,76).

RGB: (150,167,76) (59%, 65%, 30%)

RGB channels and saturation

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

150
167
76

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

Portions of RGB colors in percentages

R + G + B = 150 + 167 + 76 = 393 (100%)
R 150 of 393 ~ 38.17%
G 167 of 393 ~ 42.49%
B 76 of 393 ~ 19.34'%

%38.17
%42.49
%19.34

CMYK color model

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

  • cyan value is 10.18%
  • magenta value is 0.00%
  • yellow value is 54.49%
  • key color value is 34.51%

CMYK: (10,0,54,35)
C10M0Y54K35 (10%, 0%, 54%, 35%)
(0.10 / 0.00 / 0.54 / 0.35)

CMYK percentages

%10.18
%0
%54.49
%34.51

Codes

Color #96A74C in popluar color models

96 A7 4C
RGB 150 167 76
HSL 71° 37.45% 47.65%
HSB/HSV 71° 54.49% 65.49%
CMYK 10.18% 0.00% 54.49%
34.51%

Color #96A74C in popluar number systems.

HEX 96 A7 4C
Decimal 150 167 76
Binary 10010110 10100111 1001100
Octal 226 247 114

Shades and tints

Shades of #96A74C

#96A74C
(150,167,76)
#899846
(137,152,70)
#7C8940
(124,137,64)
#6F7A3A
(111,122,58)
#626B34
(98,107,52)
#555C2E
(85,92,46)
#484D28
(72,77,40)
#3B3E22
(59,62,34)
#2E2F1C
(46,47,28)
#212016
(33,32,22)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #96A74C

#96A74C
(150,167,76)
#9FAF5C
(159,175,92)
#A8B76C
(168,183,108)
#B1BF7C
(177,191,124)
#BAC78C
(186,199,140)
#C3CF9C
(195,207,156)
#CCD7AC
(204,215,172)
#D5DFBC
(213,223,188)
#DEE7CC
(222,231,204)
#E7EFDC
(231,239,220)
#F0F7EC
(240,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A74C; }

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

This text font color is #96A74C.

Background Color

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

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

This div background color is #96A74C.

Border color

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

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

This div border color is #96A74C.

Opacity

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

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

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

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

This text has shadow with #96A74C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A74C.

Preview

Color preview on black background

This text has color #96A74C on black background.


Color preview on white background

This text has color #96A74C on white background.


Black color preview on #96A74C background

This text has black color on #96A74C background.


White color preview on #96A74C background

This text has white color on #96A74C background.


Related colors

Complementary color

Complementary color for #hex is #6958B3.


I love getcolorcode.com

Triadic colors

1 #4C96A7 and #A74C96 with #96A74C are triadic colors.

2 #4CA796 and #A7964C with #96A74C are triadic colors.