COLOR #096E22

HEX: #096E22
RGB: (9,110,34)

Color info

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

RGB color model

#096E22 color RGB value is (9,110,34).

  • red value is 9;
  • green value is 110;
  • blue value is 34.
RGB:
(9,110,34)
(4%,43%,13%)

RGB channels and saturation

R 9 of 255 = 4%
G 110 of 255 = 43%
B 34 of 255 = 13%

9
110
34

R + G + B ~ 20%. #096E22 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 110 + 34 = 153 (100%)
R 9 of 153 ~ 5.88%
G 110 of 153 ~ 71.9%
B 34 of 153 ~ 22.22%

%71.9
%22.22

CMYK color model

#096E22 color CMYK value is (92,0,69,57).

  • cyan value is 91.82%
  • magenta value is 0.00%
  • yellow value is 69.09%
  • key color value is 56.86%
CMYK:
(92,0,69,57)
C92M0Y69K57 
(92%,0%,69%,57%)
(0.92/0.00/0.69/0.57)	

CMYK percentages

%91.82
%0
%69.09
%56.86

Codes

Color #096E22 in popluar color models

096E22
RGB911034
HSL135°84.87%23.33%
HSB/HSV135°91.82%43.14%
CMYK91.82%0.00%69.09%
56.86%

Color #096E22 in popluar number systems.

HEX096E22
Decimal911034
Binary10011101110100010
Octal1115642

Shades and tints

Shades of #096E22

#096E22
(9,110,34)
#09641F
(9,100,31)
#095A1C
(9,90,28)
#095019
(9,80,25)
#094616
(9,70,22)
#093C13
(9,60,19)
#093210
(9,50,16)
#09280D
(9,40,13)
#091E0A
(9,30,10)
#091407
(9,20,7)
#090A04
(9,10,4)
#000000
(0,0,0)

Tints of #096E22

#096E22
(9,110,34)
#1F7B36
(31,123,54)
#35884A
(53,136,74)
#4B955E
(75,149,94)
#61A272
(97,162,114)
#77AF86
(119,175,134)
#8DBC9A
(141,188,154)
#A3C9AE
(163,201,174)
#B9D6C2
(185,214,194)
#CFE3D6
(207,227,214)
#E5F0EA
(229,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #096E22 color. Also use rgb(9,110,34) instead hex code.

Text Font Color

.myTextColor { color: #096E22; }

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

This text font color is #096E22.


Background Color

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

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

This div background color is #096E22.


Border color

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

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

This div border color is #096E22.


Opacity

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

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

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

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

This text has shadow with #096E22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #096E22 on black background.


Color preview on white background

This text has color #096E22 on white background.



Black color preview on #096E22 background

This text has black color on #096E22 background.


White color preview on #096E22 background

This text has white color on #096E22 background.