COLOR #96AC7A

HEX: #96AC7A RGB: (150,172,122)

Color info

#96AC7A contains red, green and blue colors in about the same proportion. Web safe color of #96AC7A is #999966 (or #996).

RGB color model

#96AC7A color RGB value is (150,172,122).

RGB: (150,172,122) (59%, 67%, 48%)

RGB channels and saturation

R 150 of 255 = 59%
G 172 of 255 = 67%
B 122 of 255 = 48%

150
172
122

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

Portions of RGB colors in percentages

R + G + B = 150 + 172 + 122 = 444 (100%)
R 150 of 444 ~ 33.78%
G 172 of 444 ~ 38.74%
B 122 of 444 ~ 27.48'%

%33.78
%38.74
%27.48

CMYK color model

#96AC7A color CMYK value is (13,0,29,33).

  • cyan value is 12.79%
  • magenta value is 0.00%
  • yellow value is 29.07%
  • key color value is 32.55%

CMYK: (13,0,29,33)
C13M0Y29K33 (13%, 0%, 29%, 33%)
(0.13 / 0.00 / 0.29 / 0.33)

CMYK percentages

%12.79
%0
%29.07
%32.55

Codes

Color #96AC7A in popluar color models

96 AC 7A
RGB 150 172 122
HSL 86° 23.15% 57.65%
HSB/HSV 86° 29.07% 67.45%
CMYK 12.79% 0.00% 29.07%
32.55%

Color #96AC7A in popluar number systems.

HEX 96 AC 7A
Decimal 150 172 122
Binary 10010110 10101100 1111010
Octal 226 254 172

Shades and tints

Shades of #96AC7A

#96AC7A
(150,172,122)
#899D6F
(137,157,111)
#7C8E64
(124,142,100)
#6F7F59
(111,127,89)
#62704E
(98,112,78)
#556143
(85,97,67)
#485238
(72,82,56)
#3B432D
(59,67,45)
#2E3422
(46,52,34)
#212517
(33,37,23)
#14160C
(20,22,12)
#000000
(0,0,0)

Tints of #96AC7A

#96AC7A
(150,172,122)
#9FB386
(159,179,134)
#A8BA92
(168,186,146)
#B1C19E
(177,193,158)
#BAC8AA
(186,200,170)
#C3CFB6
(195,207,182)
#CCD6C2
(204,214,194)
#D5DDCE
(213,221,206)
#DEE4DA
(222,228,218)
#E7EBE6
(231,235,230)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96AC7A color. Also use rgb(150,172,122) instead hex code.

Text Font Color

.myTextColor { color: #96AC7A; }

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

This text font color is #96AC7A.

Background Color

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

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

This div background color is #96AC7A.

Border color

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

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

This div border color is #96AC7A.

Opacity

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

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

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

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

This text has shadow with #96AC7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96AC7A.

Preview

Color preview on black background

This text has color #96AC7A on black background.


Color preview on white background

This text has color #96AC7A on white background.


Black color preview on #96AC7A background

This text has black color on #96AC7A background.


White color preview on #96AC7A background

This text has white color on #96AC7A background.


Related colors

Complementary color

Complementary color for #hex is #695385.


I love getcolorcode.com

Triadic colors

1 #7A96AC and #AC7A96 with #96AC7A are triadic colors.

2 #7AAC96 and #AC967A with #96AC7A are triadic colors.