HEX: #6FE676
RGB: (111,230,118)
#6FE676 contains mainly green color. Web safe color of #6FE676 is #66CC66 (or #6C6).
#6FE676 color RGB value is (111,230,118).
RGB: (111,230,118)
(44%, 90%, 46%)
R 111 of 255 = 44%
G 230 of 255 = 90%
B 118 of 255 = 46%
R + G + B ~ 60%. #6FE676 is middle color (not dark and not light).
R + G + B = 111 + 230 + 118 = 459 (100%)
R 111 of 459 ~ 24.18%
G 230 of 459 ~ 50.11%
B 118 of 459 ~ 25.71'%
#6FE676 color CMYK value is (52,0,49,10).
CMYK: (52,0,49,10)
C52M0Y49K10 (52%, 0%, 49%, 10%)
(0.52 / 0.00 / 0.49 / 0.10)
Color #6FE676 in popluar color models
6F | E6 | 76 | |
---|---|---|---|
RGB | 111 | 230 | 118 |
HSL | 124° | 70.41% | 66.86% |
HSB/HSV | 124° | 51.74% | 90.20% |
CMYK | 51.74% | 0.00% | 48.70% |
9.80% |
Color #6FE676 in popluar number systems.
HEX | 6F | E6 | 76 |
Decimal | 111 | 230 | 118 |
Binary | 1101111 | 11100110 | 1110110 |
Octal | 157 | 346 | 166 |
Shades of #6FE676
Tints of #6FE676
Examples of css and html codes for elements with #6FE676 color. Also use rgb(111,230,118) instead hex code.
.myTextColor { color: #6FE676; }
<p style="color:#6FE676">This sample text font color is #6FE676.</p>
This text font color is #6FE676.
.myBgColor { background-color: #6FE676; }
<div style="background-color:#6FE676">Inner text</div>
This div background color is #6FE676.
.myBorderColor { border: 1px solid #6FE676; }
<div style="border:3px solid #6FE676">Div</div>
This div border color is #6FE676.
.myOpacity80 { color: #6FE676; opacity: 0.8; }
<p style="color:#6FE676;opacity:0.8;">80%</p>
Text with #6FE676 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6FE676;}
<p style="text-shadow: 3px 3px 1px #6FE676">Text here.</p>
This text has shadow with #6FE676 color.
.textShadow {text-shadow: 3px 3px 1px #6FE676', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6FE676, 5px 5px 20px red">Text here.</p>
This text has shadow with #6FE676 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6FE676, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6FE676, Direction=45, Strength=4)">Text</p>
This text has shadow with #6FE676 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6FE676;
-webkit-box-shadow: 1px 1px 3px 2px #6FE676;
box-shadow: 1px 1px 3px 2px #6FE676;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6FE676; -webkit-box-shadow: 1px 1px 3px 2px #6FE676; box-shadow:1px 1px 3px 2px #6FE676;">
Div content here
</div>
This text has color #6FE676 on black background.
This text has color #6FE676 on white background.
This text has black color on #6FE676 background.
This text has white color on #6FE676 background.
Complementary color for #hex is #901989.