HEX: #095516
RGB: (9,85,22)
#095516 contains mainly green color. Web safe color of #095516 is #006600 (or #060).
#095516 color RGB value is (9,85,22).
RGB: (9,85,22) (4%,33%,9%)
R 9 of 255 = 4%
G 85 of 255 = 33%
B 22 of 255 = 9%
R + G + B ~ 15%. #095516 is dark color.
R + G + B =
9 + 85 + 22 = 116 (100%)
R 9 of 116 ~ 7.76%
G 85 of 116 ~ 73.28%
B 22 of 116 ~ 18.97%
#095516 color CMYK value is (89,0,74,67).
CMYK: (89,0,74,67) C89M0Y74K67 (89%,0%,74%,67%) (0.89/0.00/0.74/0.67)
09 | 55 | 16 | |
---|---|---|---|
RGB | 9 | 85 | 22 |
HSL | 130° | 80.85% | 18.43% |
HSB/HSV | 130° | 89.41% | 33.33% |
CMYK | 89.41% | 0.00% | 74.12% |
66.67% |
HEX | 09 | 55 | 16 |
Decimal | 9 | 85 | 22 |
Binary | 1001 | 1010101 | 10110 |
Octal | 11 | 125 | 26 |
Examples of css and html codes for elements with #095516 color. Also use rgb(9,85,22) instead hex code.
.myTextColor { color: #095516; }
<p style="color:#095516">This sample text font color is #095516.</p>
This text font color is #095516.
.myBgColor { background-color: #095516; }
<div style="background-color:#095516">Inner text</div>
This div background color is #095516.
.myBorderColor { border: 1px solid #095516; }
<div style="border:3px solid #095516">Div</div>
This div border color is #095516.
.myOpacity80 { color: #095516; opacity: 0.8; }
<p style="color:#095516;opacity:0.8;">80%</p>
Text with #095516 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #095516;}
<p style="text-shadow: 3px 3px 1px #095516">Text here.</p>
This text has shadow with #095516 color.
.textShadow {text-shadow: 3px 3px 1px #095516, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #095516, 5px 5px 20px red">Text here.</p>
This text has shadow with #095516 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#095516, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#095516, Direction=45, Strength=4)">Text</p>
This text has shadow with #095516 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #095516; -webkit-box-shadow: 1px 1px 3px 2px #095516; box-shadow: 1px 1px 3px 2px #095516; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #095516; -webkit-box-shadow: 1px 1px 3px 2px #095516; box-shadow:1px 1px 3px 2px #095516;">
Div content here</div>
This text has color #095516 on black background.
This text has color #095516 on white background.
This text has black color on #095516 background.
This text has white color on #095516 background.