HEX: #077A28
RGB: (7,122,40)
#077A28 contains mainly green color. Web safe color of #077A28 is #006633 (or #063).
#077A28 color RGB value is (7,122,40).
RGB: (7,122,40)
(3%, 48%, 16%)
R 7 of 255 = 3%
G 122 of 255 = 48%
B 40 of 255 = 16%
R + G + B ~ 22%. #077A28 is dark color.
R + G + B = 7 + 122 + 40 = 169 (100%)
R 7 of 169 ~ 4.14%
G 122 of 169 ~ 72.19%
B 40 of 169 ~ 23.67'%
#077A28 color CMYK value is (94,0,67,52).
CMYK: (94,0,67,52)
C94M0Y67K52 (94%, 0%, 67%, 52%)
(0.94 / 0.00 / 0.67 / 0.52)
Color #077A28 in popluar color models
07 | 7A | 28 | |
---|---|---|---|
RGB | 7 | 122 | 40 |
HSL | 137° | 89.15% | 25.29% |
HSB/HSV | 137° | 94.26% | 47.84% |
CMYK | 94.26% | 0.00% | 67.21% |
52.16% |
Color #077A28 in popluar number systems.
HEX | 07 | 7A | 28 |
Decimal | 7 | 122 | 40 |
Binary | 111 | 1111010 | 101000 |
Octal | 7 | 172 | 50 |
Shades of #077A28
Tints of #077A28
Examples of css and html codes for elements with #077A28 color. Also use rgb(7,122,40) instead hex code.
.myTextColor { color: #077A28; }
<p style="color:#077A28">This sample text font color is #077A28.</p>
This text font color is #077A28.
.myBgColor { background-color: #077A28; }
<div style="background-color:#077A28">Inner text</div>
This div background color is #077A28.
.myBorderColor { border: 1px solid #077A28; }
<div style="border:3px solid #077A28">Div</div>
This div border color is #077A28.
.myOpacity80 { color: #077A28; opacity: 0.8; }
<p style="color:#077A28;opacity:0.8;">80%</p>
Text with #077A28 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #077A28;}
<p style="text-shadow: 3px 3px 1px #077A28">Text here.</p>
This text has shadow with #077A28 color.
.textShadow {text-shadow: 3px 3px 1px #077A28', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #077A28, 5px 5px 20px red">Text here.</p>
This text has shadow with #077A28 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#077A28, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#077A28, Direction=45, Strength=4)">Text</p>
This text has shadow with #077A28 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #077A28;
-webkit-box-shadow: 1px 1px 3px 2px #077A28;
box-shadow: 1px 1px 3px 2px #077A28;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #077A28; -webkit-box-shadow: 1px 1px 3px 2px #077A28; box-shadow:1px 1px 3px 2px #077A28;">
Div content here
</div>
This text has color #077A28 on black background.
This text has color #077A28 on white background.
This text has black color on #077A28 background.
This text has white color on #077A28 background.
Complementary color for #hex is #F885D7.