COLOR #96A77F

HEX: #96A77F
RGB: (150,167,127)

Color info

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

RGB color model

#96A77F color RGB value is (150,167,127).

  • red value is 150;
  • green value is 167;
  • blue value is 127.
RGB:
(150,167,127)
(59%,65%,50%)

RGB channels and saturation

R 150 of 255 = 59%
G 167 of 255 = 65%
B 127 of 255 = 50%

150
167
127

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

Portions of RGB colors in percentages

R + G + B =
150 + 167 + 127 = 444 (100%)
R 150 of 444 ~ 33.78%
G 167 of 444 ~ 37.61%
B 127 of 444 ~ 28.6%

%33.78
%37.61
%28.6

CMYK color model

#96A77F color CMYK value is (10,0,24,35).

  • cyan value is 10.18%
  • magenta value is 0.00%
  • yellow value is 23.95%
  • key color value is 34.51%
CMYK:
(10,0,24,35)
C10M0Y24K35 
(10%,0%,24%,35%)
(0.10/0.00/0.24/0.35)	

CMYK percentages

%10.18
%0
%23.95
%34.51

Codes

Color #96A77F in popluar color models

96A77F
RGB150167127
HSL86°18.52%57.65%
HSB/HSV86°23.95%65.49%
CMYK10.18%0.00%23.95%
34.51%

Color #96A77F in popluar number systems.

HEX96A77F
Decimal150167127
Binary10010110101001111111111
Octal226247177

Shades and tints

Shades of #96A77F

#96A77F
(150,167,127)
#899874
(137,152,116)
#7C8969
(124,137,105)
#6F7A5E
(111,122,94)
#626B53
(98,107,83)
#555C48
(85,92,72)
#484D3D
(72,77,61)
#3B3E32
(59,62,50)
#2E2F27
(46,47,39)
#21201C
(33,32,28)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #96A77F

#96A77F
(150,167,127)
#9FAF8A
(159,175,138)
#A8B795
(168,183,149)
#B1BFA0
(177,191,160)
#BAC7AB
(186,199,171)
#C3CFB6
(195,207,182)
#CCD7C1
(204,215,193)
#D5DFCC
(213,223,204)
#DEE7D7
(222,231,215)
#E7EFE2
(231,239,226)
#F0F7ED
(240,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A77F; }

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

This text font color is #96A77F.


Background Color

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

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

This div background color is #96A77F.


Border color

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

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

This div border color is #96A77F.


Opacity

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

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

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

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

This text has shadow with #96A77F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A77F on black background.


Color preview on white background

This text has color #96A77F on white background.



Black color preview on #96A77F background

This text has black color on #96A77F background.


White color preview on #96A77F background

This text has white color on #96A77F background.