COLOR #68D968

HEX: #68D968
RGB: (104,217,104)

Color info

#68D968 contains mainly green color. Web safe color of #68D968 is #66CC66 (or #6C6).

RGB color model

#68D968 color RGB value is (104,217,104).

  • red value is 104;
  • green value is 217;
  • blue value is 104.
RGB:
(104,217,104)
(41%,85%,41%)

RGB channels and saturation

R 104 of 255 = 41%
G 217 of 255 = 85%
B 104 of 255 = 41%

104
217
104

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

Portions of RGB colors in percentages

R + G + B =
104 + 217 + 104 = 425 (100%)
R 104 of 425 ~ 24.47%
G 217 of 425 ~ 51.06%
B 104 of 425 ~ 24.47%

%24.47
%51.06
%24.47

CMYK color model

#68D968 color CMYK value is (52,0,52,15).

  • cyan value is 52.07%
  • magenta value is 0.00%
  • yellow value is 52.07%
  • key color value is 14.90%
CMYK:
(52,0,52,15)
C52M0Y52K15 
(52%,0%,52%,15%)
(0.52/0.00/0.52/0.15)	

CMYK percentages

%52.07
%0
%52.07
%14.9

Codes

Color #68D968 in popluar color models

68D968
RGB104217104
HSL120°59.79%62.94%
HSB/HSV120°52.07%85.10%
CMYK52.07%0.00%52.07%
14.90%

Color #68D968 in popluar number systems.

HEX68D968
Decimal104217104
Binary1101000110110011101000
Octal150331150

Shades and tints

Shades of #68D968

#68D968
(104,217,104)
#5FC65F
(95,198,95)
#56B356
(86,179,86)
#4DA04D
(77,160,77)
#448D44
(68,141,68)
#3B7A3B
(59,122,59)
#326732
(50,103,50)
#295429
(41,84,41)
#204120
(32,65,32)
#172E17
(23,46,23)
#0E1B0E
(14,27,14)
#000000
(0,0,0)

Tints of #68D968

#68D968
(104,217,104)
#75DC75
(117,220,117)
#82DF82
(130,223,130)
#8FE28F
(143,226,143)
#9CE59C
(156,229,156)
#A9E8A9
(169,232,169)
#B6EBB6
(182,235,182)
#C3EEC3
(195,238,195)
#D0F1D0
(208,241,208)
#DDF4DD
(221,244,221)
#EAF7EA
(234,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68D968; }

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

This text font color is #68D968.


Background Color

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

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

This div background color is #68D968.


Border color

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

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

This div border color is #68D968.


Opacity

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

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

Text with #68D968 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 #68D968;}

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

This text has shadow with #68D968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68D968 on black background.


Color preview on white background

This text has color #68D968 on white background.



Black color preview on #68D968 background

This text has black color on #68D968 background.


White color preview on #68D968 background

This text has white color on #68D968 background.