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