COLOR #68D277

HEX: #68D277
RGB: (104,210,119)

Color info

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

RGB color model

#68D277 color RGB value is (104,210,119).

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

RGB channels and saturation

R 104 of 255 = 41%
G 210 of 255 = 82%
B 119 of 255 = 47%

104
210
119

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

Portions of RGB colors in percentages

R + G + B =
104 + 210 + 119 = 433 (100%)
R 104 of 433 ~ 24.02%
G 210 of 433 ~ 48.5%
B 119 of 433 ~ 27.48%

%24.02
%48.5
%27.48

CMYK color model

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

  • cyan value is 50.48%
  • magenta value is 0.00%
  • yellow value is 43.33%
  • key color value is 17.65%
CMYK:
(50,0,43,18)
C50M0Y43K18 
(50%,0%,43%,18%)
(0.50/0.00/0.43/0.18)	

CMYK percentages

%50.48
%0
%43.33
%17.65

Codes

Color #68D277 in popluar color models

68D277
RGB104210119
HSL128°54.08%61.57%
HSB/HSV128°50.48%82.35%
CMYK50.48%0.00%43.33%
17.65%

Color #68D277 in popluar number systems.

HEX68D277
Decimal104210119
Binary1101000110100101110111
Octal150322167

Shades and tints

Shades of #68D277

#68D277
(104,210,119)
#5FBF6D
(95,191,109)
#56AC63
(86,172,99)
#4D9959
(77,153,89)
#44864F
(68,134,79)
#3B7345
(59,115,69)
#32603B
(50,96,59)
#294D31
(41,77,49)
#203A27
(32,58,39)
#17271D
(23,39,29)
#0E1413
(14,20,19)
#000000
(0,0,0)

Tints of #68D277

#68D277
(104,210,119)
#75D683
(117,214,131)
#82DA8F
(130,218,143)
#8FDE9B
(143,222,155)
#9CE2A7
(156,226,167)
#A9E6B3
(169,230,179)
#B6EABF
(182,234,191)
#C3EECB
(195,238,203)
#D0F2D7
(208,242,215)
#DDF6E3
(221,246,227)
#EAFAEF
(234,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68D277; }

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

This text font color is #68D277.


Background Color

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

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

This div background color is #68D277.


Border color

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

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

This div border color is #68D277.


Opacity

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

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

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

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

This text has shadow with #68D277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68D277 on black background.


Color preview on white background

This text has color #68D277 on white background.



Black color preview on #68D277 background

This text has black color on #68D277 background.


White color preview on #68D277 background

This text has white color on #68D277 background.