COLOR #68CD79

HEX: #68CD79
RGB: (104,205,121)

Color info

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

RGB color model

#68CD79 color RGB value is (104,205,121).

  • red value is 104;
  • green value is 205;
  • blue value is 121.
RGB:
(104,205,121)
(41%,80%,47%)

RGB channels and saturation

R 104 of 255 = 41%
G 205 of 255 = 80%
B 121 of 255 = 47%

104
205
121

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

Portions of RGB colors in percentages

R + G + B =
104 + 205 + 121 = 430 (100%)
R 104 of 430 ~ 24.19%
G 205 of 430 ~ 47.67%
B 121 of 430 ~ 28.14%

%24.19
%47.67
%28.14

CMYK color model

#68CD79 color CMYK value is (49,0,41,20).

  • cyan value is 49.27%
  • magenta value is 0.00%
  • yellow value is 40.98%
  • key color value is 19.61%
CMYK:
(49,0,41,20)
C49M0Y41K20 
(49%,0%,41%,20%)
(0.49/0.00/0.41/0.20)	

CMYK percentages

%49.27
%0
%40.98
%19.61

Codes

Color #68CD79 in popluar color models

68CD79
RGB104205121
HSL130°50.25%60.59%
HSB/HSV130°49.27%80.39%
CMYK49.27%0.00%40.98%
19.61%

Color #68CD79 in popluar number systems.

HEX68CD79
Decimal104205121
Binary1101000110011011111001
Octal150315171

Shades and tints

Shades of #68CD79

#68CD79
(104,205,121)
#5FBB6E
(95,187,110)
#56A963
(86,169,99)
#4D9758
(77,151,88)
#44854D
(68,133,77)
#3B7342
(59,115,66)
#326137
(50,97,55)
#294F2C
(41,79,44)
#203D21
(32,61,33)
#172B16
(23,43,22)
#0E190B
(14,25,11)
#000000
(0,0,0)

Tints of #68CD79

#68CD79
(104,205,121)
#75D185
(117,209,133)
#82D591
(130,213,145)
#8FD99D
(143,217,157)
#9CDDA9
(156,221,169)
#A9E1B5
(169,225,181)
#B6E5C1
(182,229,193)
#C3E9CD
(195,233,205)
#D0EDD9
(208,237,217)
#DDF1E5
(221,241,229)
#EAF5F1
(234,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68CD79; }

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

This text font color is #68CD79.


Background Color

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

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

This div background color is #68CD79.


Border color

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

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

This div border color is #68CD79.


Opacity

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

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

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

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

This text has shadow with #68CD79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68CD79 on black background.


Color preview on white background

This text has color #68CD79 on white background.



Black color preview on #68CD79 background

This text has black color on #68CD79 background.


White color preview on #68CD79 background

This text has white color on #68CD79 background.