HEX: #78B760
RGB: (120,183,96)
#78B760 contains mainly green color. Web safe color of #78B760 is #66CC66 (or #6C6).
#78B760 color RGB value is (120,183,96).
RGB: (120,183,96)
(47%, 72%, 38%)
R 120 of 255 = 47%
G 183 of 255 = 72%
B 96 of 255 = 38%
R + G + B ~ 52%. #78B760 is middle color (not dark and not light).
R + G + B = 120 + 183 + 96 = 399 (100%)
R 120 of 399 ~ 30.08%
G 183 of 399 ~ 45.86%
B 96 of 399 ~ 24.06'%
#78B760 color CMYK value is (34,0,48,28).
CMYK: (34,0,48,28) C34M0Y48K28 (34%,0%,48%,28%) (0.34/0.00/0.48/0.28)
Color #78B760 in popluar color models
78 | B7 | 60 | |
---|---|---|---|
RGB | 120 | 183 | 96 |
HSL | 103° | 37.66% | 54.71% |
HSB/HSV | 103° | 47.54% | 71.76% |
CMYK | 34.43% | 0.00% | 47.54% |
28.24% |
Color #78B760 in popluar number systems.
HEX | 78 | B7 | 60 |
Decimal | 120 | 183 | 96 |
Binary | 1111000 | 10110111 | 1100000 |
Octal | 170 | 267 | 140 |
Shades of #78B760
Tints of #78B760
Examples of css and html codes for elements with #78B760 color. Also use rgb(120,183,96) instead hex code.
.myTextColor { color: #78B760; }
<p style="color:#78B760">This sample text font color is #78B760.</p>
This text font color is #78B760.
.myBgColor { background-color: #78B760; }
<div style="background-color:#78B760">Inner text</div>
This div background color is #78B760.
.myBorderColor { border: 1px solid #78B760; }
<div style="border:3px solid #78B760">Div</div>
This div border color is #78B760.
.myOpacity80 { color: #78B760; opacity: 0.8; }
<p style="color:#78B760;opacity:0.8;">80%</p>
Text with #78B760 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #78B760;}
<p style="text-shadow: 3px 3px 1px #78B760">Text here.</p>
This text has shadow with #78B760 color.
.textShadow {text-shadow: 3px 3px 1px #78B760', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #78B760, 5px 5px 20px red">Text here.</p>
This text has shadow with #78B760 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#78B760, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#78B760, Direction=45, Strength=4)">Text</p>
This text has shadow with #78B760 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #78B760;
-webkit-box-shadow: 1px 1px 3px 2px #78B760;
box-shadow: 1px 1px 3px 2px #78B760;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #78B760; -webkit-box-shadow: 1px 1px 3px 2px #78B760; box-shadow:1px 1px 3px 2px #78B760;">
Div content here
</div>
This text has color #78B760 on black background.
This text has color #78B760 on white background.
This text has black color on #78B760 background.
This text has white color on #78B760 background.
Complementary color for #hex is #87489F.