COLOR #969C16

HEX: #969C16
RGB: (150,156,22)

Color info

#969C16 contains mainly red and green colors. Web safe color of #969C16 is #999900 (or #990).

RGB color model

#969C16 color RGB value is (150,156,22).

  • red value is 150;
  • green value is 156;
  • blue value is 22.
RGB:
(150,156,22)
(59%,61%,9%)

RGB channels and saturation

R 150 of 255 = 59%
G 156 of 255 = 61%
B 22 of 255 = 9%

150
156
22

R + G + B ~ 43%. #969C16 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 156 + 22 = 328 (100%)
R 150 of 328 ~ 45.73%
G 156 of 328 ~ 47.56%
B 22 of 328 ~ 6.71%

%45.73
%47.56

CMYK color model

#969C16 color CMYK value is (4,0,86,39).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 85.90%
  • key color value is 38.82%
CMYK:
(4,0,86,39)
C4M0Y86K39 
(4%,0%,86%,39%)
(0.04/0.00/0.86/0.39)	

CMYK percentages

%3.85
%0
%85.9
%38.82

Codes

Color #969C16 in popluar color models

969C16
RGB15015622
HSL63°75.28%34.90%
HSB/HSV63°85.90%61.18%
CMYK3.85%0.00%85.90%
38.82%

Color #969C16 in popluar number systems.

HEX969C16
Decimal15015622
Binary100101101001110010110
Octal22623426

Shades and tints

Shades of #969C16

#969C16
(150,156,22)
#898E14
(137,142,20)
#7C8012
(124,128,18)
#6F7210
(111,114,16)
#62640E
(98,100,14)
#55560C
(85,86,12)
#48480A
(72,72,10)
#3B3A08
(59,58,8)
#2E2C06
(46,44,6)
#211E04
(33,30,4)
#141002
(20,16,2)
#000000
(0,0,0)

Tints of #969C16

#969C16
(150,156,22)
#9FA52B
(159,165,43)
#A8AE40
(168,174,64)
#B1B755
(177,183,85)
#BAC06A
(186,192,106)
#C3C97F
(195,201,127)
#CCD294
(204,210,148)
#D5DBA9
(213,219,169)
#DEE4BE
(222,228,190)
#E7EDD3
(231,237,211)
#F0F6E8
(240,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969C16 color. Also use rgb(150,156,22) instead hex code.

Text Font Color

.myTextColor { color: #969C16; }

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

This text font color is #969C16.


Background Color

.myBgColor { background-color: #969C16; }

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

This div background color is #969C16.


Border color

.myBorderColor { border: 1px solid #969C16; }

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

This div border color is #969C16.


Opacity

.myOpacity80 { color: #969C16; opacity: 0.8; }

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

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

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

This text has shadow with #969C16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969C16 on black background.


Color preview on white background

This text has color #969C16 on white background.



Black color preview on #969C16 background

This text has black color on #969C16 background.


White color preview on #969C16 background

This text has white color on #969C16 background.