COLOR #68D78F

HEX: #68D78F
RGB: (104,215,143)

Color info

#68D78F contains mainly green color. Web safe color of #68D78F is #66CC99 (or #6C9).

RGB color model

#68D78F color RGB value is (104,215,143).

  • red value is 104;
  • green value is 215;
  • blue value is 143.
RGB:
(104,215,143)
(41%,84%,56%)

RGB channels and saturation

R 104 of 255 = 41%
G 215 of 255 = 84%
B 143 of 255 = 56%

104
215
143

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

Portions of RGB colors in percentages

R + G + B =
104 + 215 + 143 = 462 (100%)
R 104 of 462 ~ 22.51%
G 215 of 462 ~ 46.54%
B 143 of 462 ~ 30.95%

%22.51
%46.54
%30.95

CMYK color model

#68D78F color CMYK value is (52,0,33,16).

  • cyan value is 51.63%
  • magenta value is 0.00%
  • yellow value is 33.49%
  • key color value is 15.69%
CMYK:
(52,0,33,16)
C52M0Y33K16 
(52%,0%,33%,16%)
(0.52/0.00/0.33/0.16)	

CMYK percentages

%51.63
%0
%33.49
%15.69

Codes

Color #68D78F in popluar color models

68D78F
RGB104215143
HSL141°58.12%62.55%
HSB/HSV141°51.63%84.31%
CMYK51.63%0.00%33.49%
15.69%

Color #68D78F in popluar number systems.

HEX68D78F
Decimal104215143
Binary11010001101011110001111
Octal150327217

Shades and tints

Shades of #68D78F

#68D78F
(104,215,143)
#5FC482
(95,196,130)
#56B175
(86,177,117)
#4D9E68
(77,158,104)
#448B5B
(68,139,91)
#3B784E
(59,120,78)
#326541
(50,101,65)
#295234
(41,82,52)
#203F27
(32,63,39)
#172C1A
(23,44,26)
#0E190D
(14,25,13)
#000000
(0,0,0)

Tints of #68D78F

#68D78F
(104,215,143)
#75DA99
(117,218,153)
#82DDA3
(130,221,163)
#8FE0AD
(143,224,173)
#9CE3B7
(156,227,183)
#A9E6C1
(169,230,193)
#B6E9CB
(182,233,203)
#C3ECD5
(195,236,213)
#D0EFDF
(208,239,223)
#DDF2E9
(221,242,233)
#EAF5F3
(234,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68D78F; }

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

This text font color is #68D78F.


Background Color

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

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

This div background color is #68D78F.


Border color

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

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

This div border color is #68D78F.


Opacity

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

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

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

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

This text has shadow with #68D78F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68D78F on black background.


Color preview on white background

This text has color #68D78F on white background.



Black color preview on #68D78F background

This text has black color on #68D78F background.


White color preview on #68D78F background

This text has white color on #68D78F background.