COLOR #96A758

HEX: #96A758
RGB: (150,167,88)

Color info

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

RGB color model

#96A758 color RGB value is (150,167,88).

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

RGB channels and saturation

R 150 of 255 = 59%
G 167 of 255 = 65%
B 88 of 255 = 35%

150
167
88

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

Portions of RGB colors in percentages

R + G + B =
150 + 167 + 88 = 405 (100%)
R 150 of 405 ~ 37.04%
G 167 of 405 ~ 41.23%
B 88 of 405 ~ 21.73%

%37.04
%41.23
%21.73

CMYK color model

#96A758 color CMYK value is (10,0,47,35).

  • cyan value is 10.18%
  • magenta value is 0.00%
  • yellow value is 47.31%
  • key color value is 34.51%
CMYK:
(10,0,47,35)
C10M0Y47K35 
(10%,0%,47%,35%)
(0.10/0.00/0.47/0.35)	

CMYK percentages

%10.18
%0
%47.31
%34.51

Codes

Color #96A758 in popluar color models

96A758
RGB15016788
HSL73°30.98%50.00%
HSB/HSV73°47.31%65.49%
CMYK10.18%0.00%47.31%
34.51%

Color #96A758 in popluar number systems.

HEX96A758
Decimal15016788
Binary10010110101001111011000
Octal226247130

Shades and tints

Shades of #96A758

#96A758
(150,167,88)
#899850
(137,152,80)
#7C8948
(124,137,72)
#6F7A40
(111,122,64)
#626B38
(98,107,56)
#555C30
(85,92,48)
#484D28
(72,77,40)
#3B3E20
(59,62,32)
#2E2F18
(46,47,24)
#212010
(33,32,16)
#141108
(20,17,8)
#000000
(0,0,0)

Tints of #96A758

#96A758
(150,167,88)
#9FAF67
(159,175,103)
#A8B776
(168,183,118)
#B1BF85
(177,191,133)
#BAC794
(186,199,148)
#C3CFA3
(195,207,163)
#CCD7B2
(204,215,178)
#D5DFC1
(213,223,193)
#DEE7D0
(222,231,208)
#E7EFDF
(231,239,223)
#F0F7EE
(240,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A758; }

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

This text font color is #96A758.


Background Color

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

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

This div background color is #96A758.


Border color

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

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

This div border color is #96A758.


Opacity

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

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

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

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

This text has shadow with #96A758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A758 on black background.


Color preview on white background

This text has color #96A758 on white background.



Black color preview on #96A758 background

This text has black color on #96A758 background.


White color preview on #96A758 background

This text has white color on #96A758 background.