HEX: #68BB6B
RGB: (104,187,107)
#68BB6B contains mainly green color. Web safe color of #68BB6B is #66CC66 (or #6C6).
#68BB6B color RGB value is (104,187,107).
RGB: (104,187,107)
(41%, 73%, 42%)
R 104 of 255 = 41%
G 187 of 255 = 73%
B 107 of 255 = 42%
R + G + B ~ 52%. #68BB6B is middle color (not dark and not light).
R + G + B = 104 + 187 + 107 = 398 (100%)
R 104 of 398 ~ 26.13%
G 187 of 398 ~ 46.98%
B 107 of 398 ~ 26.88'%
#68BB6B color CMYK value is (44,0,43,27).
CMYK: (44,0,43,27)
C44M0Y43K27 (44%, 0%, 43%, 27%)
(0.44 / 0.00 / 0.43 / 0.27)
Color #68BB6B in popluar color models
68 | BB | 6B | |
---|---|---|---|
RGB | 104 | 187 | 107 |
HSL | 122° | 37.90% | 57.06% |
HSB/HSV | 122° | 44.39% | 73.33% |
CMYK | 44.39% | 0.00% | 42.78% |
26.67% |
Color #68BB6B in popluar number systems.
HEX | 68 | BB | 6B |
Decimal | 104 | 187 | 107 |
Binary | 1101000 | 10111011 | 1101011 |
Octal | 150 | 273 | 153 |
Shades of #68BB6B
Tints of #68BB6B
Examples of css and html codes for elements with #68BB6B color. Also use rgb(104,187,107) instead hex code.
.myTextColor { color: #68BB6B; }
<p style="color:#68BB6B">This sample text font color is #68BB6B.</p>
This text font color is #68BB6B.
.myBgColor { background-color: #68BB6B; }
<div style="background-color:#68BB6B">Inner text</div>
This div background color is #68BB6B.
.myBorderColor { border: 1px solid #68BB6B; }
<div style="border:3px solid #68BB6B">Div</div>
This div border color is #68BB6B.
.myOpacity80 { color: #68BB6B; opacity: 0.8; }
<p style="color:#68BB6B;opacity:0.8;">80%</p>
Text with #68BB6B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #68BB6B;}
<p style="text-shadow: 3px 3px 1px #68BB6B">Text here.</p>
This text has shadow with #68BB6B color.
.textShadow {text-shadow: 3px 3px 1px #68BB6B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #68BB6B, 5px 5px 20px red">Text here.</p>
This text has shadow with #68BB6B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#68BB6B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#68BB6B, Direction=45, Strength=4)">Text</p>
This text has shadow with #68BB6B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #68BB6B;
-webkit-box-shadow: 1px 1px 3px 2px #68BB6B;
box-shadow: 1px 1px 3px 2px #68BB6B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #68BB6B; -webkit-box-shadow: 1px 1px 3px 2px #68BB6B; box-shadow:1px 1px 3px 2px #68BB6B;">
Div content here
</div>
This text has color #68BB6B on black background.
This text has color #68BB6B on white background.
This text has black color on #68BB6B background.
This text has white color on #68BB6B background.
Complementary color for #hex is #974494.