COLOR #96A567

HEX: #96A567 RGB: (150,165,103)

Color info

#96A567 contains mainly red and green colors. Web safe color of #96A567 is #999966 (or #996).

RGB color model

#96A567 color RGB value is (150,165,103).

RGB: (150,165,103) (59%, 65%, 40%)

RGB channels and saturation

R 150 of 255 = 59%
G 165 of 255 = 65%
B 103 of 255 = 40%

150
165
103

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

Portions of RGB colors in percentages

R + G + B = 150 + 165 + 103 = 418 (100%)
R 150 of 418 ~ 35.89%
G 165 of 418 ~ 39.47%
B 103 of 418 ~ 24.64'%

%35.89
%39.47
%24.64

CMYK color model

#96A567 color CMYK value is (9,0,38,35).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 37.58%
  • key color value is 35.29%

CMYK: (9,0,38,35)
C9M0Y38K35 (9%, 0%, 38%, 35%)
(0.09 / 0.00 / 0.38 / 0.35)

CMYK percentages

%9.09
%0
%37.58
%35.29

Codes

Color #96A567 in popluar color models

96 A5 67
RGB 150 165 103
HSL 75° 25.62% 52.55%
HSB/HSV 75° 37.58% 64.71%
CMYK 9.09% 0.00% 37.58%
35.29%

Color #96A567 in popluar number systems.

HEX 96 A5 67
Decimal 150 165 103
Binary 10010110 10100101 1100111
Octal 226 245 147

Shades and tints

Shades of #96A567

#96A567
(150,165,103)
#89965E
(137,150,94)
#7C8755
(124,135,85)
#6F784C
(111,120,76)
#626943
(98,105,67)
#555A3A
(85,90,58)
#484B31
(72,75,49)
#3B3C28
(59,60,40)
#2E2D1F
(46,45,31)
#211E16
(33,30,22)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #96A567

#96A567
(150,165,103)
#9FAD74
(159,173,116)
#A8B581
(168,181,129)
#B1BD8E
(177,189,142)
#BAC59B
(186,197,155)
#C3CDA8
(195,205,168)
#CCD5B5
(204,213,181)
#D5DDC2
(213,221,194)
#DEE5CF
(222,229,207)
#E7EDDC
(231,237,220)
#F0F5E9
(240,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A567 color. Also use rgb(150,165,103) instead hex code.

Text Font Color

.myTextColor { color: #96A567; }

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

This text font color is #96A567.

Background Color

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

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

This div background color is #96A567.

Border color

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

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

This div border color is #96A567.

Opacity

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

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

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

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

This text has shadow with #96A567 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A567.

Preview

Color preview on black background

This text has color #96A567 on black background.


Color preview on white background

This text has color #96A567 on white background.


Black color preview on #96A567 background

This text has black color on #96A567 background.


White color preview on #96A567 background

This text has white color on #96A567 background.


Related colors

Complementary color

Complementary color for #hex is #695A98.


I love getcolorcode.com

Triadic colors

1 #6796A5 and #A56796 with #96A567 are triadic colors.

2 #67A596 and #A59667 with #96A567 are triadic colors.