HEX: #78B879
RGB: (120,184,121)
#78B879 contains mainly green color. Web safe color of #78B879 is #66CC66 (or #6C6).
#78B879 color RGB value is (120,184,121).
RGB: (120,184,121)
(47%, 72%, 47%)
R 120 of 255 = 47%
G 184 of 255 = 72%
B 121 of 255 = 47%
R + G + B ~ 55%. #78B879 is middle color (not dark and not light).
R + G + B = 120 + 184 + 121 = 425 (100%)
R 120 of 425 ~ 28.24%
G 184 of 425 ~ 43.29%
B 121 of 425 ~ 28.47'%
#78B879 color CMYK value is (35,0,34,28).
CMYK: (35,0,34,28)
C35M0Y34K28 (35%, 0%, 34%, 28%)
(0.35 / 0.00 / 0.34 / 0.28)
Color #78B879 in popluar color models
78 | B8 | 79 | |
---|---|---|---|
RGB | 120 | 184 | 121 |
HSL | 121° | 31.07% | 59.61% |
HSB/HSV | 121° | 34.78% | 72.16% |
CMYK | 34.78% | 0.00% | 34.24% |
27.84% |
Color #78B879 in popluar number systems.
HEX | 78 | B8 | 79 |
Decimal | 120 | 184 | 121 |
Binary | 1111000 | 10111000 | 1111001 |
Octal | 170 | 270 | 171 |
Shades of #78B879
Tints of #78B879
Examples of css and html codes for elements with #78B879 color. Also use rgb(120,184,121) instead hex code.
.myTextColor { color: #78B879; }
<p style="color:#78B879">This sample text font color is #78B879.</p>
This text font color is #78B879.
.myBgColor { background-color: #78B879; }
<div style="background-color:#78B879">Inner text</div>
This div background color is #78B879.
.myBorderColor { border: 1px solid #78B879; }
<div style="border:3px solid #78B879">Div</div>
This div border color is #78B879.
.myOpacity80 { color: #78B879; opacity: 0.8; }
<p style="color:#78B879;opacity:0.8;">80%</p>
Text with #78B879 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #78B879;}
<p style="text-shadow: 3px 3px 1px #78B879">Text here.</p>
This text has shadow with #78B879 color.
.textShadow {text-shadow: 3px 3px 1px #78B879', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #78B879, 5px 5px 20px red">Text here.</p>
This text has shadow with #78B879 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#78B879, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#78B879, Direction=45, Strength=4)">Text</p>
This text has shadow with #78B879 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #78B879;
-webkit-box-shadow: 1px 1px 3px 2px #78B879;
box-shadow: 1px 1px 3px 2px #78B879;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #78B879; -webkit-box-shadow: 1px 1px 3px 2px #78B879; box-shadow:1px 1px 3px 2px #78B879;">
Div content here
</div>
This text has color #78B879 on black background.
This text has color #78B879 on white background.
This text has black color on #78B879 background.
This text has white color on #78B879 background.
Complementary color for #hex is #874786.