COLOR #096222

HEX: #096222
RGB: (9,98,34)

Color info

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

RGB color model

#096222 color RGB value is (9,98,34).

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

RGB channels and saturation

R 9 of 255 = 4%
G 98 of 255 = 38%
B 34 of 255 = 13%

9
98
34

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

Portions of RGB colors in percentages

R + G + B =
9 + 98 + 34 = 141 (100%)
R 9 of 141 ~ 6.38%
G 98 of 141 ~ 69.5%
B 34 of 141 ~ 24.11%

%69.5
%24.11

CMYK color model

#096222 color CMYK value is (91,0,65,62).

  • cyan value is 90.82%
  • magenta value is 0.00%
  • yellow value is 65.31%
  • key color value is 61.57%
CMYK:
(91,0,65,62)
C91M0Y65K62 
(91%,0%,65%,62%)
(0.91/0.00/0.65/0.62)	

CMYK percentages

%90.82
%0
%65.31
%61.57

Codes

Color #096222 in popluar color models

096222
RGB99834
HSL137°83.18%20.98%
HSB/HSV137°90.82%38.43%
CMYK90.82%0.00%65.31%
61.57%

Color #096222 in popluar number systems.

HEX096222
Decimal99834
Binary10011100010100010
Octal1114242

Shades and tints

Shades of #096222

#096222
(9,98,34)
#095A1F
(9,90,31)
#09521C
(9,82,28)
#094A19
(9,74,25)
#094216
(9,66,22)
#093A13
(9,58,19)
#093210
(9,50,16)
#092A0D
(9,42,13)
#09220A
(9,34,10)
#091A07
(9,26,7)
#091204
(9,18,4)
#000000
(0,0,0)

Tints of #096222

#096222
(9,98,34)
#1F7036
(31,112,54)
#357E4A
(53,126,74)
#4B8C5E
(75,140,94)
#619A72
(97,154,114)
#77A886
(119,168,134)
#8DB69A
(141,182,154)
#A3C4AE
(163,196,174)
#B9D2C2
(185,210,194)
#CFE0D6
(207,224,214)
#E5EEEA
(229,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #096222; }

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

This text font color is #096222.


Background Color

.myBgColor { background-color: #096222; }

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

This div background color is #096222.


Border color

.myBorderColor { border: 1px solid #096222; }

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

This div border color is #096222.


Opacity

.myOpacity80 { color: #096222; opacity: 0.8; }

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

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

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

This text has shadow with #096222 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #096222 on black background.


Color preview on white background

This text has color #096222 on white background.



Black color preview on #096222 background

This text has black color on #096222 background.


White color preview on #096222 background

This text has white color on #096222 background.