COLOR #096F2C

HEX: #096F2C
RGB: (9,111,44)

Color info

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

RGB color model

#096F2C color RGB value is (9,111,44).

  • red value is 9;
  • green value is 111;
  • blue value is 44.
RGB:
(9,111,44)
(4%,44%,17%)

RGB channels and saturation

R 9 of 255 = 4%
G 111 of 255 = 44%
B 44 of 255 = 17%

9
111
44

R + G + B ~ 22%. #096F2C is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 111 + 44 = 164 (100%)
R 9 of 164 ~ 5.49%
G 111 of 164 ~ 67.68%
B 44 of 164 ~ 26.83%

%67.68
%26.83

CMYK color model

#096F2C color CMYK value is (92,0,60,56).

  • cyan value is 91.89%
  • magenta value is 0.00%
  • yellow value is 60.36%
  • key color value is 56.47%
CMYK:
(92,0,60,56)
C92M0Y60K56 
(92%,0%,60%,56%)
(0.92/0.00/0.60/0.56)	

CMYK percentages

%91.89
%0
%60.36
%56.47

Codes

Color #096F2C in popluar color models

096F2C
RGB911144
HSL141°85.00%23.53%
HSB/HSV141°91.89%43.53%
CMYK91.89%0.00%60.36%
56.47%

Color #096F2C in popluar number systems.

HEX096F2C
Decimal911144
Binary10011101111101100
Octal1115754

Shades and tints

Shades of #096F2C

#096F2C
(9,111,44)
#096528
(9,101,40)
#095B24
(9,91,36)
#095120
(9,81,32)
#09471C
(9,71,28)
#093D18
(9,61,24)
#093314
(9,51,20)
#092910
(9,41,16)
#091F0C
(9,31,12)
#091508
(9,21,8)
#090B04
(9,11,4)
#000000
(0,0,0)

Tints of #096F2C

#096F2C
(9,111,44)
#1F7C3F
(31,124,63)
#358952
(53,137,82)
#4B9665
(75,150,101)
#61A378
(97,163,120)
#77B08B
(119,176,139)
#8DBD9E
(141,189,158)
#A3CAB1
(163,202,177)
#B9D7C4
(185,215,196)
#CFE4D7
(207,228,215)
#E5F1EA
(229,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #096F2C color. Also use rgb(9,111,44) instead hex code.

Text Font Color

.myTextColor { color: #096F2C; }

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

This text font color is #096F2C.


Background Color

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

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

This div background color is #096F2C.


Border color

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

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

This div border color is #096F2C.


Opacity

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

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

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

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

This text has shadow with #096F2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #096F2C on black background.


Color preview on white background

This text has color #096F2C on white background.



Black color preview on #096F2C background

This text has black color on #096F2C background.


White color preview on #096F2C background

This text has white color on #096F2C background.