HEX: #006119
RGB: (0,97,25)
#006119 contains mainly green color. Web safe color of #006119 is #006600 (or #060).
#006119 color RGB value is (0,97,25).
RGB: (0,97,25) (0%,38%,10%)
R 0 of 255 = 0%
G 97 of 255 = 38%
B 25 of 255 = 10%
R + G + B ~ 16%. #006119 is dark color.
R + G + B =
0 + 97 + 25 = 122 (100%)
R 0 of 122 ~ 0%
G 97 of 122 ~ 79.51%
B 25 of 122 ~ 20.49%
#006119 color CMYK value is (100,0,74,62).
CMYK: (100,0,74,62) C100M0Y74K62 (100%,0%,74%,62%) (1.00/0.00/0.74/0.62)
00 | 61 | 19 | |
---|---|---|---|
RGB | 0 | 97 | 25 |
HSL | 135° | 100.00% | 19.02% |
HSB/HSV | 135° | 100.00% | 38.04% |
CMYK | 100.00% | 0.00% | 74.23% |
61.96% |
HEX | 00 | 61 | 19 |
Decimal | 0 | 97 | 25 |
Binary | 0 | 1100001 | 11001 |
Octal | 0 | 141 | 31 |
Examples of css and html codes for elements with #006119 color. Also use rgb(0,97,25) instead hex code.
.myTextColor { color: #006119; }
<p style="color:#006119">This sample text font color is #006119.</p>
This text font color is #006119.
.myBgColor { background-color: #006119; }
<div style="background-color:#006119">Inner text</div>
This div background color is #006119.
.myBorderColor { border: 1px solid #006119; }
<div style="border:3px solid #006119">Div</div>
This div border color is #006119.
.myOpacity80 { color: #006119; opacity: 0.8; }
<p style="color:#006119;opacity:0.8;">80%</p>
Text with #006119 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #006119;}
<p style="text-shadow: 3px 3px 1px #006119">Text here.</p>
This text has shadow with #006119 color.
.textShadow {text-shadow: 3px 3px 1px #006119, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #006119, 5px 5px 20px red">Text here.</p>
This text has shadow with #006119 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#006119, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#006119, Direction=45, Strength=4)">Text</p>
This text has shadow with #006119 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #006119; -webkit-box-shadow: 1px 1px 3px 2px #006119; box-shadow: 1px 1px 3px 2px #006119; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #006119; -webkit-box-shadow: 1px 1px 3px 2px #006119; box-shadow:1px 1px 3px 2px #006119;">
Div content here</div>
This text has color #006119 on black background.
This text has color #006119 on white background.
This text has black color on #006119 background.
This text has white color on #006119 background.