COLOR #68EC76

HEX: #68EC76 RGB: (104,236,118)

Color info

#68EC76 contains mainly green color. Web safe color of #68EC76 is #66FF66 (or #6F6).

RGB color model

#68EC76 color RGB value is (104,236,118).

RGB: (104,236,118) (41%, 93%, 46%)

RGB channels and saturation

R 104 of 255 = 41%
G 236 of 255 = 93%
B 118 of 255 = 46%

104
236
118

R + G + B ~ 60%. #68EC76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 236 + 118 = 458 (100%)
R 104 of 458 ~ 22.71%
G 236 of 458 ~ 51.53%
B 118 of 458 ~ 25.76'%

%22.71
%51.53
%25.76

CMYK color model

#68EC76 color CMYK value is (56,0,50,7).

  • cyan value is 55.93%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 7.45%
CMYK: (56,0,50,7) C56M0Y50K7 (56%,0%,50%,7%) (0.56/0.00/0.50/0.07) 

CMYK percentages

%55.93
%0
%50
%7.45

Codes

Color #68EC76 in popluar color models

68 EC 76
RGB 104 236 118
HSL 126° 77.65% 66.67%
HSB/HSV 126° 55.93% 92.55%
CMYK 55.93% 0.00% 50.00%
7.45%

Color #68EC76 in popluar number systems.

HEX 68 EC 76
Decimal 104 236 118
Binary 1101000 11101100 1110110
Octal 150 354 166

Shades and tints

Shades of #68EC76

#68EC76
(104,236,118)
#5FD76C
(95,215,108)
#56C262
(86,194,98)
#4DAD58
(77,173,88)
#44984E
(68,152,78)
#3B8344
(59,131,68)
#326E3A
(50,110,58)
#295930
(41,89,48)
#204426
(32,68,38)
#172F1C
(23,47,28)
#0E1A12
(14,26,18)
#000000
(0,0,0)

Tints of #68EC76

#68EC76
(104,236,118)
#75ED82
(117,237,130)
#82EE8E
(130,238,142)
#8FEF9A
(143,239,154)
#9CF0A6
(156,240,166)
#A9F1B2
(169,241,178)
#B6F2BE
(182,242,190)
#C3F3CA
(195,243,202)
#D0F4D6
(208,244,214)
#DDF5E2
(221,245,226)
#EAF6EE
(234,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68EC76 color. Also use rgb(104,236,118) instead hex code.

Text Font Color

.myTextColor { color: #68EC76; }

<p style="color:#68EC76">This sample text font color is #68EC76.</p>

This text font color is #68EC76.

Background Color

.myBgColor { background-color: #68EC76; }

<div style="background-color:#68EC76">Inner text</div>

This div background color is #68EC76.

Border color

.myBorderColor { border: 1px solid #68EC76; }

<div style="border:3px solid #68EC76">Div</div>

This div border color is #68EC76.

Opacity

.myOpacity80 { color: #68EC76; opacity: 0.8; }

<p style="color:#68EC76;opacity:0.8;">80%</p>

Text with #68EC76 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #68EC76;}

<p style="text-shadow: 3px 3px 1px #68EC76">Text here.</p>

This text has shadow with #68EC76 color.


.textShadow {text-shadow: 3px 3px 1px #68EC76', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #68EC76, 5px 5px 20px red">Text here.</p>

This text has shadow with #68EC76 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#68EC76, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#68EC76, Direction=45, Strength=4)">Text</p>

This text has shadow with #68EC76 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #68EC76;
-webkit-box-shadow: 1px 1px 3px 2px #68EC76;
box-shadow: 1px 1px 3px 2px #68EC76;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #68EC76; -webkit-box-shadow: 1px 1px 3px 2px #68EC76; box-shadow:1px 1px 3px 2px #68EC76;">
Div content here
</div>

This div box has shadow with color #68EC76.

Preview

Color preview on black background

This text has color #68EC76 on black background.


Color preview on white background

This text has color #68EC76 on white background.


Black color preview on #68EC76 background

This text has black color on #68EC76 background.


White color preview on #68EC76 background

This text has white color on #68EC76 background.


Related colors

Complementary color

Complementary color for #hex is #971389.


I love getcolorcode.com

Triadic colors

1 #7668EC and #EC7668 with #68EC76 are triadic colors.

2 #76EC68 and #EC6876 with #68EC76 are triadic colors.