COLOR #96A34A

HEX: #96A34A RGB: (150,163,74)

Color info

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

RGB color model

#96A34A color RGB value is (150,163,74).

RGB: (150,163,74) (59%, 64%, 29%)

RGB channels and saturation

R 150 of 255 = 59%
G 163 of 255 = 64%
B 74 of 255 = 29%

150
163
74

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

Portions of RGB colors in percentages

R + G + B = 150 + 163 + 74 = 387 (100%)
R 150 of 387 ~ 38.76%
G 163 of 387 ~ 42.12%
B 74 of 387 ~ 19.12'%

%38.76
%42.12
%19.12

CMYK color model

#96A34A color CMYK value is (8,0,55,36).

  • cyan value is 7.98%
  • magenta value is 0.00%
  • yellow value is 54.60%
  • key color value is 36.08%

CMYK: (8,0,55,36)
C8M0Y55K36 (8%, 0%, 55%, 36%)
(0.08 / 0.00 / 0.55 / 0.36)

CMYK percentages

%7.98
%0
%54.6
%36.08

Codes

Color #96A34A in popluar color models

96 A3 4A
RGB 150 163 74
HSL 69° 37.55% 46.47%
HSB/HSV 69° 54.60% 63.92%
CMYK 7.98% 0.00% 54.60%
36.08%

Color #96A34A in popluar number systems.

HEX 96 A3 4A
Decimal 150 163 74
Binary 10010110 10100011 1001010
Octal 226 243 112

Shades and tints

Shades of #96A34A

#96A34A
(150,163,74)
#899544
(137,149,68)
#7C873E
(124,135,62)
#6F7938
(111,121,56)
#626B32
(98,107,50)
#555D2C
(85,93,44)
#484F26
(72,79,38)
#3B4120
(59,65,32)
#2E331A
(46,51,26)
#212514
(33,37,20)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #96A34A

#96A34A
(150,163,74)
#9FAB5A
(159,171,90)
#A8B36A
(168,179,106)
#B1BB7A
(177,187,122)
#BAC38A
(186,195,138)
#C3CB9A
(195,203,154)
#CCD3AA
(204,211,170)
#D5DBBA
(213,219,186)
#DEE3CA
(222,227,202)
#E7EBDA
(231,235,218)
#F0F3EA
(240,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A34A color. Also use rgb(150,163,74) instead hex code.

Text Font Color

.myTextColor { color: #96A34A; }

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

This text font color is #96A34A.

Background Color

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

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

This div background color is #96A34A.

Border color

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

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

This div border color is #96A34A.

Opacity

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

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

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

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

This text has shadow with #96A34A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A34A.

Preview

Color preview on black background

This text has color #96A34A on black background.


Color preview on white background

This text has color #96A34A on white background.


Black color preview on #96A34A background

This text has black color on #96A34A background.


White color preview on #96A34A background

This text has white color on #96A34A background.


Related colors

Complementary color

Complementary color for #hex is #695CB5.


I love getcolorcode.com

Triadic colors

1 #4A96A3 and #A34A96 with #96A34A are triadic colors.

2 #4AA396 and #A3964A with #96A34A are triadic colors.