COLOR #096D0F

HEX: #096D0F
RGB: (9,109,15)

Color info

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

RGB color model

#096D0F color RGB value is (9,109,15).

  • red value is 9;
  • green value is 109;
  • blue value is 15.
RGB:
(9,109,15)
(4%,43%,6%)

RGB channels and saturation

R 9 of 255 = 4%
G 109 of 255 = 43%
B 15 of 255 = 6%

9
109
15

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

Portions of RGB colors in percentages

R + G + B =
9 + 109 + 15 = 133 (100%)
R 9 of 133 ~ 6.77%
G 109 of 133 ~ 81.95%
B 15 of 133 ~ 11.28%

%81.95
%11.28

CMYK color model

#096D0F color CMYK value is (92,0,86,57).

  • cyan value is 91.74%
  • magenta value is 0.00%
  • yellow value is 86.24%
  • key color value is 57.25%
CMYK:
(92,0,86,57)
C92M0Y86K57 
(92%,0%,86%,57%)
(0.92/0.00/0.86/0.57)	

CMYK percentages

%91.74
%0
%86.24
%57.25

Codes

Color #096D0F in popluar color models

096D0F
RGB910915
HSL124°84.75%23.14%
HSB/HSV124°91.74%42.75%
CMYK91.74%0.00%86.24%
57.25%

Color #096D0F in popluar number systems.

HEX096D0F
Decimal910915
Binary100111011011111
Octal1115517

Shades and tints

Shades of #096D0F

#096D0F
(9,109,15)
#09640E
(9,100,14)
#095B0D
(9,91,13)
#09520C
(9,82,12)
#09490B
(9,73,11)
#09400A
(9,64,10)
#093709
(9,55,9)
#092E08
(9,46,8)
#092507
(9,37,7)
#091C06
(9,28,6)
#091305
(9,19,5)
#000000
(0,0,0)

Tints of #096D0F

#096D0F
(9,109,15)
#1F7A24
(31,122,36)
#358739
(53,135,57)
#4B944E
(75,148,78)
#61A163
(97,161,99)
#77AE78
(119,174,120)
#8DBB8D
(141,187,141)
#A3C8A2
(163,200,162)
#B9D5B7
(185,213,183)
#CFE2CC
(207,226,204)
#E5EFE1
(229,239,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #096D0F color. Also use rgb(9,109,15) instead hex code.

Text Font Color

.myTextColor { color: #096D0F; }

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

This text font color is #096D0F.


Background Color

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

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

This div background color is #096D0F.


Border color

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

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

This div border color is #096D0F.


Opacity

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

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

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

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

This text has shadow with #096D0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #096D0F on black background.


Color preview on white background

This text has color #096D0F on white background.



Black color preview on #096D0F background

This text has black color on #096D0F background.


White color preview on #096D0F background

This text has white color on #096D0F background.