COLOR #969600

HEX: #969600
RGB: (150,150,0)

Color info

#969600 contains only red and green colors. Web safe color of #969600 is #999900 (or #990).

RGB color model

#969600 color RGB value is (150,150,0).

  • red value is 150;
  • green value is 150;
  • blue value is 0.
RGB:
(150,150,0)
(59%,59%,0%)

RGB channels and saturation

R 150 of 255 = 59%
G 150 of 255 = 59%
B 0 of 255 = 0%

150
150
0

R + G + B ~ 39%. #969600 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 150 + 0 = 300 (100%)
R 150 of 300 ~ 50%
G 150 of 300 ~ 50%
B 0 of 300 ~ 0%

%50
%50

CMYK color model

#969600 color CMYK value is (0,0,100,41).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 41.18%
CMYK:
(0,0,100,41)
C0M0Y100K41 
(0%,0%,100%,41%)
(0.00/0.00/1.00/0.41)	

CMYK percentages

%0
%0
%100
%41.18

Codes

Color #969600 in popluar color models

969600
RGB1501500
HSL60°100.00%29.41%
HSB/HSV60°100.00%58.82%
CMYK0.00%0.00%100.00%
41.18%

Color #969600 in popluar number systems.

HEX969600
Decimal1501500
Binary10010110100101100
Octal2262260

Shades and tints

Shades of #969600

#969600
(150,150,0)
#898900
(137,137,0)
#7C7C00
(124,124,0)
#6F6F00
(111,111,0)
#626200
(98,98,0)
#555500
(85,85,0)
#484800
(72,72,0)
#3B3B00
(59,59,0)
#2E2E00
(46,46,0)
#212100
(33,33,0)
#141400
(20,20,0)
#000000
(0,0,0)

Tints of #969600

#969600
(150,150,0)
#9F9F17
(159,159,23)
#A8A82E
(168,168,46)
#B1B145
(177,177,69)
#BABA5C
(186,186,92)
#C3C373
(195,195,115)
#CCCC8A
(204,204,138)
#D5D5A1
(213,213,161)
#DEDEB8
(222,222,184)
#E7E7CF
(231,231,207)
#F0F0E6
(240,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969600 color. Also use rgb(150,150,0) instead hex code.

Text Font Color

.myTextColor { color: #969600; }

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

This text font color is #969600.


Background Color

.myBgColor { background-color: #969600; }

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

This div background color is #969600.


Border color

.myBorderColor { border: 1px solid #969600; }

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

This div border color is #969600.


Opacity

.myOpacity80 { color: #969600; opacity: 0.8; }

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

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

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

This text has shadow with #969600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969600 on black background.


Color preview on white background

This text has color #969600 on white background.



Black color preview on #969600 background

This text has black color on #969600 background.


White color preview on #969600 background

This text has white color on #969600 background.