COLOR #68D26A

HEX: #68D26A
RGB: (104,210,106)

Color info

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

RGB color model

#68D26A color RGB value is (104,210,106).

  • red value is 104;
  • green value is 210;
  • blue value is 106.
RGB:
(104,210,106)
(41%,82%,42%)

RGB channels and saturation

R 104 of 255 = 41%
G 210 of 255 = 82%
B 106 of 255 = 42%

104
210
106

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

Portions of RGB colors in percentages

R + G + B =
104 + 210 + 106 = 420 (100%)
R 104 of 420 ~ 24.76%
G 210 of 420 ~ 50%
B 106 of 420 ~ 25.24%

%24.76
%50
%25.24

CMYK color model

#68D26A color CMYK value is (50,0,50,18).

  • cyan value is 50.48%
  • magenta value is 0.00%
  • yellow value is 49.52%
  • key color value is 17.65%
CMYK:
(50,0,50,18)
C50M0Y50K18 
(50%,0%,50%,18%)
(0.50/0.00/0.50/0.18)	

CMYK percentages

%50.48
%0
%49.52
%17.65

Codes

Color #68D26A in popluar color models

68D26A
RGB104210106
HSL121°54.08%61.57%
HSB/HSV121°50.48%82.35%
CMYK50.48%0.00%49.52%
17.65%

Color #68D26A in popluar number systems.

HEX68D26A
Decimal104210106
Binary1101000110100101101010
Octal150322152

Shades and tints

Shades of #68D26A

#68D26A
(104,210,106)
#5FBF61
(95,191,97)
#56AC58
(86,172,88)
#4D994F
(77,153,79)
#448646
(68,134,70)
#3B733D
(59,115,61)
#326034
(50,96,52)
#294D2B
(41,77,43)
#203A22
(32,58,34)
#172719
(23,39,25)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #68D26A

#68D26A
(104,210,106)
#75D677
(117,214,119)
#82DA84
(130,218,132)
#8FDE91
(143,222,145)
#9CE29E
(156,226,158)
#A9E6AB
(169,230,171)
#B6EAB8
(182,234,184)
#C3EEC5
(195,238,197)
#D0F2D2
(208,242,210)
#DDF6DF
(221,246,223)
#EAFAEC
(234,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68D26A; }

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

This text font color is #68D26A.


Background Color

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

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

This div background color is #68D26A.


Border color

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

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

This div border color is #68D26A.


Opacity

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

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

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

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

This text has shadow with #68D26A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68D26A on black background.


Color preview on white background

This text has color #68D26A on white background.



Black color preview on #68D26A background

This text has black color on #68D26A background.


White color preview on #68D26A background

This text has white color on #68D26A background.