HEX: #076F18
RGB: (7,111,24)
#076F18 contains mainly green color. Web safe color of #076F18 is #006600 (or #060).
#076F18 color RGB value is (7,111,24).
RGB: (7,111,24)
(3%, 44%, 9%)
R 7 of 255 = 3%
G 111 of 255 = 44%
B 24 of 255 = 9%
R + G + B ~ 19%. #076F18 is dark color.
R + G + B = 7 + 111 + 24 = 142 (100%)
R 7 of 142 ~ 4.93%
G 111 of 142 ~ 78.17%
B 24 of 142 ~ 16.9'%
#076F18 color CMYK value is (94,0,78,56).
CMYK: (94,0,78,56)
C94M0Y78K56 (94%, 0%, 78%, 56%)
(0.94 / 0.00 / 0.78 / 0.56)
Color #076F18 in popluar color models
07 | 6F | 18 | |
---|---|---|---|
RGB | 7 | 111 | 24 |
HSL | 130° | 88.14% | 23.14% |
HSB/HSV | 130° | 93.69% | 43.53% |
CMYK | 93.69% | 0.00% | 78.38% |
56.47% |
Color #076F18 in popluar number systems.
HEX | 07 | 6F | 18 |
Decimal | 7 | 111 | 24 |
Binary | 111 | 1101111 | 11000 |
Octal | 7 | 157 | 30 |
Shades of #076F18
Tints of #076F18
Examples of css and html codes for elements with #076F18 color. Also use rgb(7,111,24) instead hex code.
.myTextColor { color: #076F18; }
<p style="color:#076F18">This sample text font color is #076F18.</p>
This text font color is #076F18.
.myBgColor { background-color: #076F18; }
<div style="background-color:#076F18">Inner text</div>
This div background color is #076F18.
.myBorderColor { border: 1px solid #076F18; }
<div style="border:3px solid #076F18">Div</div>
This div border color is #076F18.
.myOpacity80 { color: #076F18; opacity: 0.8; }
<p style="color:#076F18;opacity:0.8;">80%</p>
Text with #076F18 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #076F18;}
<p style="text-shadow: 3px 3px 1px #076F18">Text here.</p>
This text has shadow with #076F18 color.
.textShadow {text-shadow: 3px 3px 1px #076F18', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #076F18, 5px 5px 20px red">Text here.</p>
This text has shadow with #076F18 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#076F18, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#076F18, Direction=45, Strength=4)">Text</p>
This text has shadow with #076F18 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #076F18;
-webkit-box-shadow: 1px 1px 3px 2px #076F18;
box-shadow: 1px 1px 3px 2px #076F18;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #076F18; -webkit-box-shadow: 1px 1px 3px 2px #076F18; box-shadow:1px 1px 3px 2px #076F18;">
Div content here
</div>
This text has color #076F18 on black background.
This text has color #076F18 on white background.
This text has black color on #076F18 background.
This text has white color on #076F18 background.
Complementary color for #hex is #F890E7.