COLOR #68D645

HEX: #68D645
RGB: (104,214,69)

Color info

#68D645 contains mainly green color. Web safe color of #68D645 is #66CC33 (or #6C3).

RGB color model

#68D645 color RGB value is (104,214,69).

  • red value is 104;
  • green value is 214;
  • blue value is 69.
RGB:
(104,214,69)
(41%,84%,27%)

RGB channels and saturation

R 104 of 255 = 41%
G 214 of 255 = 84%
B 69 of 255 = 27%

104
214
69

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

Portions of RGB colors in percentages

R + G + B =
104 + 214 + 69 = 387 (100%)
R 104 of 387 ~ 26.87%
G 214 of 387 ~ 55.3%
B 69 of 387 ~ 17.83%

%26.87
%55.3
%17.83

CMYK color model

#68D645 color CMYK value is (51,0,68,16).

  • cyan value is 51.40%
  • magenta value is 0.00%
  • yellow value is 67.76%
  • key color value is 16.08%
CMYK:
(51,0,68,16)
C51M0Y68K16 
(51%,0%,68%,16%)
(0.51/0.00/0.68/0.16)	

CMYK percentages

%51.4
%0
%67.76
%16.08

Codes

Color #68D645 in popluar color models

68D645
RGB10421469
HSL106°63.88%55.49%
HSB/HSV106°67.76%83.92%
CMYK51.40%0.00%67.76%
16.08%

Color #68D645 in popluar number systems.

HEX68D645
Decimal10421469
Binary1101000110101101000101
Octal150326105

Shades and tints

Shades of #68D645

#68D645
(104,214,69)
#5FC33F
(95,195,63)
#56B039
(86,176,57)
#4D9D33
(77,157,51)
#448A2D
(68,138,45)
#3B7727
(59,119,39)
#326421
(50,100,33)
#29511B
(41,81,27)
#203E15
(32,62,21)
#172B0F
(23,43,15)
#0E1809
(14,24,9)
#000000
(0,0,0)

Tints of #68D645

#68D645
(104,214,69)
#75D955
(117,217,85)
#82DC65
(130,220,101)
#8FDF75
(143,223,117)
#9CE285
(156,226,133)
#A9E595
(169,229,149)
#B6E8A5
(182,232,165)
#C3EBB5
(195,235,181)
#D0EEC5
(208,238,197)
#DDF1D5
(221,241,213)
#EAF4E5
(234,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68D645 color. Also use rgb(104,214,69) instead hex code.

Text Font Color

.myTextColor { color: #68D645; }

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

This text font color is #68D645.


Background Color

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

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

This div background color is #68D645.


Border color

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

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

This div border color is #68D645.


Opacity

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

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

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

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

This text has shadow with #68D645 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68D645 on black background.


Color preview on white background

This text has color #68D645 on white background.



Black color preview on #68D645 background

This text has black color on #68D645 background.


White color preview on #68D645 background

This text has white color on #68D645 background.