HEX: #00771F
RGB: (0,119,31)
#00771F contains mainly green color. Web safe color of #00771F is #006633 (or #063).
#00771F color RGB value is (0,119,31).
RGB: (0,119,31)
(0%, 47%, 12%)
R 0 of 255 = 0%
G 119 of 255 = 47%
B 31 of 255 = 12%
R + G + B ~ 20%. #00771F is dark color.
R + G + B = 0 + 119 + 31 = 150 (100%)
R 0 of 150 ~ 0%
G 119 of 150 ~ 79.33%
B 31 of 150 ~ 20.67'%
#00771F color CMYK value is (100,0,74,53).
CMYK: (100,0,74,53)
C100M0Y74K53 (100%, 0%, 74%, 53%)
(1.00 / 0.00 / 0.74 / 0.53)
Color #00771F in popluar color models
00 | 77 | 1F | |
---|---|---|---|
RGB | 0 | 119 | 31 |
HSL | 136° | 100.00% | 23.33% |
HSB/HSV | 136° | 100.00% | 46.67% |
CMYK | 100.00% | 0.00% | 73.95% |
53.33% |
Color #00771F in popluar number systems.
HEX | 00 | 77 | 1F |
Decimal | 0 | 119 | 31 |
Binary | 0 | 1110111 | 11111 |
Octal | 0 | 167 | 37 |
Shades of #00771F
Tints of #00771F
Examples of css and html codes for elements with #00771F color. Also use rgb(0,119,31) instead hex code.
.myTextColor { color: #00771F; }
<p style="color:#00771F">This sample text font color is #00771F.</p>
This text font color is #00771F.
.myBgColor { background-color: #00771F; }
<div style="background-color:#00771F">Inner text</div>
This div background color is #00771F.
.myBorderColor { border: 1px solid #00771F; }
<div style="border:3px solid #00771F">Div</div>
This div border color is #00771F.
.myOpacity80 { color: #00771F; opacity: 0.8; }
<p style="color:#00771F;opacity:0.8;">80%</p>
Text with #00771F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #00771F;}
<p style="text-shadow: 3px 3px 1px #00771F">Text here.</p>
This text has shadow with #00771F color.
.textShadow {text-shadow: 3px 3px 1px #00771F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #00771F, 5px 5px 20px red">Text here.</p>
This text has shadow with #00771F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00771F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#00771F, Direction=45, Strength=4)">Text</p>
This text has shadow with #00771F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #00771F;
-webkit-box-shadow: 1px 1px 3px 2px #00771F;
box-shadow: 1px 1px 3px 2px #00771F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00771F; -webkit-box-shadow: 1px 1px 3px 2px #00771F; box-shadow:1px 1px 3px 2px #00771F;">
Div content here
</div>
This text has color #00771F on black background.
This text has color #00771F on white background.
This text has black color on #00771F background.
This text has white color on #00771F background.
Complementary color for #hex is #FF88E0.