COLOR #096224

HEX: #096224 RGB: (9,98,36)

Color info

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

RGB color model

#096224 color RGB value is (9,98,36).

RGB: (9,98,36) (4%, 38%, 14%)

RGB channels and saturation

R 9 of 255 = 4%
G 98 of 255 = 38%
B 36 of 255 = 14%

9
98
36

R + G + B ~ 19%. #096224 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 98 + 36 = 143 (100%)
R 9 of 143 ~ 6.29%
G 98 of 143 ~ 68.53%
B 36 of 143 ~ 25.17'%

%68.53
%25.17

CMYK color model

#096224 color CMYK value is (91,0,63,62).

  • cyan value is 90.82%
  • magenta value is 0.00%
  • yellow value is 63.27%
  • key color value is 61.57%

CMYK: (91,0,63,62)
C91M0Y63K62 (91%, 0%, 63%, 62%)
(0.91 / 0.00 / 0.63 / 0.62)

CMYK percentages

%90.82
%0
%63.27
%61.57

Codes

Color #096224 in popluar color models

09 62 24
RGB 9 98 36
HSL 138° 83.18% 20.98%
HSB/HSV 138° 90.82% 38.43%
CMYK 90.82% 0.00% 63.27%
61.57%

Color #096224 in popluar number systems.

HEX 09 62 24
Decimal 9 98 36
Binary 1001 1100010 100100
Octal 11 142 44

Shades and tints

Shades of #096224

#096224
(9,98,36)
#095A21
(9,90,33)
#09521E
(9,82,30)
#094A1B
(9,74,27)
#094218
(9,66,24)
#093A15
(9,58,21)
#093212
(9,50,18)
#092A0F
(9,42,15)
#09220C
(9,34,12)
#091A09
(9,26,9)
#091206
(9,18,6)
#000000
(0,0,0)

Tints of #096224

#096224
(9,98,36)
#1F7037
(31,112,55)
#357E4A
(53,126,74)
#4B8C5D
(75,140,93)
#619A70
(97,154,112)
#77A883
(119,168,131)
#8DB696
(141,182,150)
#A3C4A9
(163,196,169)
#B9D2BC
(185,210,188)
#CFE0CF
(207,224,207)
#E5EEE2
(229,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #096224; }

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

This text font color is #096224.

Background Color

.myBgColor { background-color: #096224; }

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

This div background color is #096224.

Border color

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

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

This div border color is #096224.

Opacity

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

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

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

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

This text has shadow with #096224 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #096224.

Preview

Color preview on black background

This text has color #096224 on black background.


Color preview on white background

This text has color #096224 on white background.


Black color preview on #096224 background

This text has black color on #096224 background.


White color preview on #096224 background

This text has white color on #096224 background.


Related colors

Complementary color

Complementary color for #hex is #F69DDB.


I love getcolorcode.com

Triadic colors

1 #240962 and #622409 with #096224 are triadic colors.

2 #246209 and #620924 with #096224 are triadic colors.