COLOR #096C1C

HEX: #096C1C
RGB: (9,108,28)

Color info

#096C1C contains mainly green color. Web safe color of #096C1C is #006633 (or #063).

RGB color model

#096C1C color RGB value is (9,108,28).

  • red value is 9;
  • green value is 108;
  • blue value is 28.
RGB:
(9,108,28)
(4%,42%,11%)

RGB channels and saturation

R 9 of 255 = 4%
G 108 of 255 = 42%
B 28 of 255 = 11%

9
108
28

R + G + B ~ 19%. #096C1C is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 108 + 28 = 145 (100%)
R 9 of 145 ~ 6.21%
G 108 of 145 ~ 74.48%
B 28 of 145 ~ 19.31%

%74.48
%19.31

CMYK color model

#096C1C color CMYK value is (92,0,74,58).

  • cyan value is 91.67%
  • magenta value is 0.00%
  • yellow value is 74.07%
  • key color value is 57.65%
CMYK:
(92,0,74,58)
C92M0Y74K58 
(92%,0%,74%,58%)
(0.92/0.00/0.74/0.58)	

CMYK percentages

%91.67
%0
%74.07
%57.65

Codes

Color #096C1C in popluar color models

096C1C
RGB910828
HSL132°84.62%22.94%
HSB/HSV132°91.67%42.35%
CMYK91.67%0.00%74.07%
57.65%

Color #096C1C in popluar number systems.

HEX096C1C
Decimal910828
Binary1001110110011100
Octal1115434

Shades and tints

Shades of #096C1C

#096C1C
(9,108,28)
#09631A
(9,99,26)
#095A18
(9,90,24)
#095116
(9,81,22)
#094814
(9,72,20)
#093F12
(9,63,18)
#093610
(9,54,16)
#092D0E
(9,45,14)
#09240C
(9,36,12)
#091B0A
(9,27,10)
#091208
(9,18,8)
#000000
(0,0,0)

Tints of #096C1C

#096C1C
(9,108,28)
#1F7930
(31,121,48)
#358644
(53,134,68)
#4B9358
(75,147,88)
#61A06C
(97,160,108)
#77AD80
(119,173,128)
#8DBA94
(141,186,148)
#A3C7A8
(163,199,168)
#B9D4BC
(185,212,188)
#CFE1D0
(207,225,208)
#E5EEE4
(229,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #096C1C color. Also use rgb(9,108,28) instead hex code.

Text Font Color

.myTextColor { color: #096C1C; }

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

This text font color is #096C1C.


Background Color

.myBgColor { background-color: #096C1C; }

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

This div background color is #096C1C.


Border color

.myBorderColor { border: 1px solid #096C1C; }

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

This div border color is #096C1C.


Opacity

.myOpacity80 { color: #096C1C; opacity: 0.8; }

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

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

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

This text has shadow with #096C1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #096C1C on black background.


Color preview on white background

This text has color #096C1C on white background.



Black color preview on #096C1C background

This text has black color on #096C1C background.


White color preview on #096C1C background

This text has white color on #096C1C background.