COLOR #68D96C

HEX: #68D96C
RGB: (104,217,108)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

104
217
108

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

Portions of RGB colors in percentages

R + G + B =
104 + 217 + 108 = 429 (100%)
R 104 of 429 ~ 24.24%
G 217 of 429 ~ 50.58%
B 108 of 429 ~ 25.17%

%24.24
%50.58
%25.17

CMYK color model

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

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

CMYK percentages

%52.07
%0
%50.23
%14.9

Codes

Color #68D96C in popluar color models

68D96C
RGB104217108
HSL122°59.79%62.94%
HSB/HSV122°52.07%85.10%
CMYK52.07%0.00%50.23%
14.90%

Color #68D96C in popluar number systems.

HEX68D96C
Decimal104217108
Binary1101000110110011101100
Octal150331154

Shades and tints

Shades of #68D96C

#68D96C
(104,217,108)
#5FC663
(95,198,99)
#56B35A
(86,179,90)
#4DA051
(77,160,81)
#448D48
(68,141,72)
#3B7A3F
(59,122,63)
#326736
(50,103,54)
#29542D
(41,84,45)
#204124
(32,65,36)
#172E1B
(23,46,27)
#0E1B12
(14,27,18)
#000000
(0,0,0)

Tints of #68D96C

#68D96C
(104,217,108)
#75DC79
(117,220,121)
#82DF86
(130,223,134)
#8FE293
(143,226,147)
#9CE5A0
(156,229,160)
#A9E8AD
(169,232,173)
#B6EBBA
(182,235,186)
#C3EEC7
(195,238,199)
#D0F1D4
(208,241,212)
#DDF4E1
(221,244,225)
#EAF7EE
(234,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68D96C; }

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

This text font color is #68D96C.


Background Color

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

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

This div background color is #68D96C.


Border color

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

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

This div border color is #68D96C.


Opacity

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

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

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

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

This text has shadow with #68D96C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68D96C on black background.


Color preview on white background

This text has color #68D96C on white background.



Black color preview on #68D96C background

This text has black color on #68D96C background.


White color preview on #68D96C background

This text has white color on #68D96C background.