COLOR #68D460

HEX: #68D460
RGB: (104,212,96)

Color info

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

RGB color model

#68D460 color RGB value is (104,212,96).

  • red value is 104;
  • green value is 212;
  • blue value is 96.
RGB:
(104,212,96)
(41%,83%,38%)

RGB channels and saturation

R 104 of 255 = 41%
G 212 of 255 = 83%
B 96 of 255 = 38%

104
212
96

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

Portions of RGB colors in percentages

R + G + B =
104 + 212 + 96 = 412 (100%)
R 104 of 412 ~ 25.24%
G 212 of 412 ~ 51.46%
B 96 of 412 ~ 23.3%

%25.24
%51.46
%23.3

CMYK color model

#68D460 color CMYK value is (51,0,55,17).

  • cyan value is 50.94%
  • magenta value is 0.00%
  • yellow value is 54.72%
  • key color value is 16.86%
CMYK:
(51,0,55,17)
C51M0Y55K17 
(51%,0%,55%,17%)
(0.51/0.00/0.55/0.17)	

CMYK percentages

%50.94
%0
%54.72
%16.86

Codes

Color #68D460 in popluar color models

68D460
RGB10421296
HSL116°57.43%60.39%
HSB/HSV116°54.72%83.14%
CMYK50.94%0.00%54.72%
16.86%

Color #68D460 in popluar number systems.

HEX68D460
Decimal10421296
Binary1101000110101001100000
Octal150324140

Shades and tints

Shades of #68D460

#68D460
(104,212,96)
#5FC158
(95,193,88)
#56AE50
(86,174,80)
#4D9B48
(77,155,72)
#448840
(68,136,64)
#3B7538
(59,117,56)
#326230
(50,98,48)
#294F28
(41,79,40)
#203C20
(32,60,32)
#172918
(23,41,24)
#0E1610
(14,22,16)
#000000
(0,0,0)

Tints of #68D460

#68D460
(104,212,96)
#75D76E
(117,215,110)
#82DA7C
(130,218,124)
#8FDD8A
(143,221,138)
#9CE098
(156,224,152)
#A9E3A6
(169,227,166)
#B6E6B4
(182,230,180)
#C3E9C2
(195,233,194)
#D0ECD0
(208,236,208)
#DDEFDE
(221,239,222)
#EAF2EC
(234,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68D460 color. Also use rgb(104,212,96) instead hex code.

Text Font Color

.myTextColor { color: #68D460; }

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

This text font color is #68D460.


Background Color

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

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

This div background color is #68D460.


Border color

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

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

This div border color is #68D460.


Opacity

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

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

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

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

This text has shadow with #68D460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68D460 on black background.


Color preview on white background

This text has color #68D460 on white background.



Black color preview on #68D460 background

This text has black color on #68D460 background.


White color preview on #68D460 background

This text has white color on #68D460 background.