HEX: #096021
RGB: (9,96,33)
#096021 contains mainly green color. Web safe color of #096021 is #006633 (or #063).
#096021 color RGB value is (9,96,33).
RGB: (9,96,33) (4%,38%,13%)
R 9 of 255 = 4%
G 96 of 255 = 38%
B 33 of 255 = 13%
R + G + B ~ 18%. #096021 is dark color.
R + G + B =
9 + 96 + 33 = 138 (100%)
R 9 of 138 ~ 6.52%
G 96 of 138 ~ 69.57%
B 33 of 138 ~ 23.91%
#096021 color CMYK value is (91,0,66,62).
CMYK: (91,0,66,62) C91M0Y66K62 (91%,0%,66%,62%) (0.91/0.00/0.66/0.62)
09 | 60 | 21 | |
---|---|---|---|
RGB | 9 | 96 | 33 |
HSL | 137° | 82.86% | 20.59% |
HSB/HSV | 137° | 90.63% | 37.65% |
CMYK | 90.63% | 0.00% | 65.63% |
62.35% |
HEX | 09 | 60 | 21 |
Decimal | 9 | 96 | 33 |
Binary | 1001 | 1100000 | 100001 |
Octal | 11 | 140 | 41 |
Examples of css and html codes for elements with #096021 color. Also use rgb(9,96,33) instead hex code.
.myTextColor { color: #096021; }
<p style="color:#096021">This sample text font color is #096021.</p>
This text font color is #096021.
.myBgColor { background-color: #096021; }
<div style="background-color:#096021">Inner text</div>
This div background color is #096021.
.myBorderColor { border: 1px solid #096021; }
<div style="border:3px solid #096021">Div</div>
This div border color is #096021.
.myOpacity80 { color: #096021; opacity: 0.8; }
<p style="color:#096021;opacity:0.8;">80%</p>
Text with #096021 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #096021;}
<p style="text-shadow: 3px 3px 1px #096021">Text here.</p>
This text has shadow with #096021 color.
.textShadow {text-shadow: 3px 3px 1px #096021, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #096021, 5px 5px 20px red">Text here.</p>
This text has shadow with #096021 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#096021, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#096021, Direction=45, Strength=4)">Text</p>
This text has shadow with #096021 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #096021; -webkit-box-shadow: 1px 1px 3px 2px #096021; box-shadow: 1px 1px 3px 2px #096021; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #096021; -webkit-box-shadow: 1px 1px 3px 2px #096021; box-shadow:1px 1px 3px 2px #096021;">
Div content here</div>
This text has color #096021 on black background.
This text has color #096021 on white background.
This text has black color on #096021 background.
This text has white color on #096021 background.