COLOR #096A11

HEX: #096A11
RGB: (9,106,17)

Color info

#096A11 contains mainly green color. Web safe color of #096A11 is #006600 (or #060).

RGB color model

#096A11 color RGB value is (9,106,17).

  • red value is 9;
  • green value is 106;
  • blue value is 17.
RGB:
(9,106,17)
(4%,42%,7%)

RGB channels and saturation

R 9 of 255 = 4%
G 106 of 255 = 42%
B 17 of 255 = 7%

9
106
17

R + G + B ~ 18%. #096A11 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 106 + 17 = 132 (100%)
R 9 of 132 ~ 6.82%
G 106 of 132 ~ 80.3%
B 17 of 132 ~ 12.88%

%80.3
%12.88

CMYK color model

#096A11 color CMYK value is (92,0,84,58).

  • cyan value is 91.51%
  • magenta value is 0.00%
  • yellow value is 83.96%
  • key color value is 58.43%
CMYK:
(92,0,84,58)
C92M0Y84K58 
(92%,0%,84%,58%)
(0.92/0.00/0.84/0.58)	

CMYK percentages

%91.51
%0
%83.96
%58.43

Codes

Color #096A11 in popluar color models

096A11
RGB910617
HSL125°84.35%22.55%
HSB/HSV125°91.51%41.57%
CMYK91.51%0.00%83.96%
58.43%

Color #096A11 in popluar number systems.

HEX096A11
Decimal910617
Binary1001110101010001
Octal1115221

Shades and tints

Shades of #096A11

#096A11
(9,106,17)
#096110
(9,97,16)
#09580F
(9,88,15)
#094F0E
(9,79,14)
#09460D
(9,70,13)
#093D0C
(9,61,12)
#09340B
(9,52,11)
#092B0A
(9,43,10)
#092209
(9,34,9)
#091908
(9,25,8)
#091007
(9,16,7)
#000000
(0,0,0)

Tints of #096A11

#096A11
(9,106,17)
#1F7726
(31,119,38)
#35843B
(53,132,59)
#4B9150
(75,145,80)
#619E65
(97,158,101)
#77AB7A
(119,171,122)
#8DB88F
(141,184,143)
#A3C5A4
(163,197,164)
#B9D2B9
(185,210,185)
#CFDFCE
(207,223,206)
#E5ECE3
(229,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #096A11 color. Also use rgb(9,106,17) instead hex code.

Text Font Color

.myTextColor { color: #096A11; }

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

This text font color is #096A11.


Background Color

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

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

This div background color is #096A11.


Border color

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

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

This div border color is #096A11.


Opacity

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

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

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

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

This text has shadow with #096A11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #096A11 on black background.


Color preview on white background

This text has color #096A11 on white background.



Black color preview on #096A11 background

This text has black color on #096A11 background.


White color preview on #096A11 background

This text has white color on #096A11 background.