COLOR #96A063

HEX: #96A063
RGB: (150,160,99)

Color info

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

RGB color model

#96A063 color RGB value is (150,160,99).

  • red value is 150;
  • green value is 160;
  • blue value is 99.
RGB:
(150,160,99)
(59%,63%,39%)

RGB channels and saturation

R 150 of 255 = 59%
G 160 of 255 = 63%
B 99 of 255 = 39%

150
160
99

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

Portions of RGB colors in percentages

R + G + B =
150 + 160 + 99 = 409 (100%)
R 150 of 409 ~ 36.67%
G 160 of 409 ~ 39.12%
B 99 of 409 ~ 24.21%

%36.67
%39.12
%24.21

CMYK color model

#96A063 color CMYK value is (6,0,38,37).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 38.13%
  • key color value is 37.25%
CMYK:
(6,0,38,37)
C6M0Y38K37 
(6%,0%,38%,37%)
(0.06/0.00/0.38/0.37)	

CMYK percentages

%6.25
%0
%38.13
%37.25

Codes

Color #96A063 in popluar color models

96A063
RGB15016099
HSL70°24.30%50.78%
HSB/HSV70°38.13%62.75%
CMYK6.25%0.00%38.13%
37.25%

Color #96A063 in popluar number systems.

HEX96A063
Decimal15016099
Binary10010110101000001100011
Octal226240143

Shades and tints

Shades of #96A063

#96A063
(150,160,99)
#89925A
(137,146,90)
#7C8451
(124,132,81)
#6F7648
(111,118,72)
#62683F
(98,104,63)
#555A36
(85,90,54)
#484C2D
(72,76,45)
#3B3E24
(59,62,36)
#2E301B
(46,48,27)
#212212
(33,34,18)
#141409
(20,20,9)
#000000
(0,0,0)

Tints of #96A063

#96A063
(150,160,99)
#9FA871
(159,168,113)
#A8B07F
(168,176,127)
#B1B88D
(177,184,141)
#BAC09B
(186,192,155)
#C3C8A9
(195,200,169)
#CCD0B7
(204,208,183)
#D5D8C5
(213,216,197)
#DEE0D3
(222,224,211)
#E7E8E1
(231,232,225)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A063; }

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

This text font color is #96A063.


Background Color

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

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

This div background color is #96A063.


Border color

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

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

This div border color is #96A063.


Opacity

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

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

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

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

This text has shadow with #96A063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A063 on black background.


Color preview on white background

This text has color #96A063 on white background.



Black color preview on #96A063 background

This text has black color on #96A063 background.


White color preview on #96A063 background

This text has white color on #96A063 background.