COLOR #96A061

HEX: #96A061 RGB: (150,160,97)

Color info

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

RGB color model

#96A061 color RGB value is (150,160,97).

RGB: (150,160,97) (59%, 63%, 38%)

RGB channels and saturation

R 150 of 255 = 59%
G 160 of 255 = 63%
B 97 of 255 = 38%

150
160
97

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

Portions of RGB colors in percentages

R + G + B = 150 + 160 + 97 = 407 (100%)
R 150 of 407 ~ 36.86%
G 160 of 407 ~ 39.31%
B 97 of 407 ~ 23.83'%

%36.86
%39.31
%23.83

CMYK color model

#96A061 color CMYK value is (6,0,39,37).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 39.38%
  • key color value is 37.25%

CMYK: (6,0,39,37)
C6M0Y39K37 (6%, 0%, 39%, 37%)
(0.06 / 0.00 / 0.39 / 0.37)

CMYK percentages

%6.25
%0
%39.38
%37.25

Codes

Color #96A061 in popluar color models

96 A0 61
RGB 150 160 97
HSL 70° 24.90% 50.39%
HSB/HSV 70° 39.38% 62.75%
CMYK 6.25% 0.00% 39.38%
37.25%

Color #96A061 in popluar number systems.

HEX 96 A0 61
Decimal 150 160 97
Binary 10010110 10100000 1100001
Octal 226 240 141

Shades and tints

Shades of #96A061

#96A061
(150,160,97)
#899259
(137,146,89)
#7C8451
(124,132,81)
#6F7649
(111,118,73)
#626841
(98,104,65)
#555A39
(85,90,57)
#484C31
(72,76,49)
#3B3E29
(59,62,41)
#2E3021
(46,48,33)
#212219
(33,34,25)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #96A061

#96A061
(150,160,97)
#9FA86F
(159,168,111)
#A8B07D
(168,176,125)
#B1B88B
(177,184,139)
#BAC099
(186,192,153)
#C3C8A7
(195,200,167)
#CCD0B5
(204,208,181)
#D5D8C3
(213,216,195)
#DEE0D1
(222,224,209)
#E7E8DF
(231,232,223)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A061 color. Also use rgb(150,160,97) instead hex code.

Text Font Color

.myTextColor { color: #96A061; }

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

This text font color is #96A061.

Background Color

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

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

This div background color is #96A061.

Border color

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

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

This div border color is #96A061.

Opacity

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

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

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

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

This text has shadow with #96A061 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A061.

Preview

Color preview on black background

This text has color #96A061 on black background.


Color preview on white background

This text has color #96A061 on white background.


Black color preview on #96A061 background

This text has black color on #96A061 background.


White color preview on #96A061 background

This text has white color on #96A061 background.


Related colors

Complementary color

Complementary color for #hex is #695F9E.


I love getcolorcode.com

Triadic colors

1 #6196A0 and #A06196 with #96A061 are triadic colors.

2 #61A096 and #A09661 with #96A061 are triadic colors.