HEX: #68B478
RGB: (104,180,120)
#68B478 contains mainly green color. Web safe color of #68B478 is #66CC66 (or #6C6).
#68B478 color RGB value is (104,180,120).
RGB: (104,180,120)
(41%, 71%, 47%)
R 104 of 255 = 41%
G 180 of 255 = 71%
B 120 of 255 = 47%
R + G + B ~ 53%. #68B478 is middle color (not dark and not light).
R + G + B = 104 + 180 + 120 = 404 (100%)
R 104 of 404 ~ 25.74%
G 180 of 404 ~ 44.55%
B 120 of 404 ~ 29.7'%
#68B478 color CMYK value is (42,0,33,29).
CMYK: (42,0,33,29)
C42M0Y33K29 (42%, 0%, 33%, 29%)
(0.42 / 0.00 / 0.33 / 0.29)
Color #68B478 in popluar color models
68 | B4 | 78 | |
---|---|---|---|
RGB | 104 | 180 | 120 |
HSL | 133° | 33.63% | 55.69% |
HSB/HSV | 133° | 42.22% | 70.59% |
CMYK | 42.22% | 0.00% | 33.33% |
29.41% |
Color #68B478 in popluar number systems.
HEX | 68 | B4 | 78 |
Decimal | 104 | 180 | 120 |
Binary | 1101000 | 10110100 | 1111000 |
Octal | 150 | 264 | 170 |
Shades of #68B478
Tints of #68B478
Examples of css and html codes for elements with #68B478 color. Also use rgb(104,180,120) instead hex code.
.myTextColor { color: #68B478; }
<p style="color:#68B478">This sample text font color is #68B478.</p>
This text font color is #68B478.
.myBgColor { background-color: #68B478; }
<div style="background-color:#68B478">Inner text</div>
This div background color is #68B478.
.myBorderColor { border: 1px solid #68B478; }
<div style="border:3px solid #68B478">Div</div>
This div border color is #68B478.
.myOpacity80 { color: #68B478; opacity: 0.8; }
<p style="color:#68B478;opacity:0.8;">80%</p>
Text with #68B478 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #68B478;}
<p style="text-shadow: 3px 3px 1px #68B478">Text here.</p>
This text has shadow with #68B478 color.
.textShadow {text-shadow: 3px 3px 1px #68B478', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #68B478, 5px 5px 20px red">Text here.</p>
This text has shadow with #68B478 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#68B478, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#68B478, Direction=45, Strength=4)">Text</p>
This text has shadow with #68B478 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #68B478;
-webkit-box-shadow: 1px 1px 3px 2px #68B478;
box-shadow: 1px 1px 3px 2px #68B478;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #68B478; -webkit-box-shadow: 1px 1px 3px 2px #68B478; box-shadow:1px 1px 3px 2px #68B478;">
Div content here
</div>
This text has color #68B478 on black background.
This text has color #68B478 on white background.
This text has black color on #68B478 background.
This text has white color on #68B478 background.
Complementary color for #hex is #974B87.