COLOR #68AD50

HEX: #68AD50 RGB: (104,173,80)

Color info

#68AD50 contains mainly green color. Web safe color of #68AD50 is #669966 (or #696).

RGB color model

#68AD50 color RGB value is (104,173,80).

RGB: (104,173,80) (41%, 68%, 31%)

RGB channels and saturation

R 104 of 255 = 41%
G 173 of 255 = 68%
B 80 of 255 = 31%

104
173
80

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

Portions of RGB colors in percentages

R + G + B = 104 + 173 + 80 = 357 (100%)
R 104 of 357 ~ 29.13%
G 173 of 357 ~ 48.46%
B 80 of 357 ~ 22.41'%

%29.13
%48.46
%22.41

CMYK color model

#68AD50 color CMYK value is (40,0,54,32).

  • cyan value is 39.88%
  • magenta value is 0.00%
  • yellow value is 53.76%
  • key color value is 32.16%
CMYK: (40,0,54,32) C40M0Y54K32 (40%,0%,54%,32%) (0.40/0.00/0.54/0.32) 

CMYK percentages

%39.88
%0
%53.76
%32.16

Codes

Color #68AD50 in popluar color models

68 AD 50
RGB 104 173 80
HSL 105° 36.76% 49.61%
HSB/HSV 105° 53.76% 67.84%
CMYK 39.88% 0.00% 53.76%
32.16%

Color #68AD50 in popluar number systems.

HEX 68 AD 50
Decimal 104 173 80
Binary 1101000 10101101 1010000
Octal 150 255 120

Shades and tints

Shades of #68AD50

#68AD50
(104,173,80)
#5F9E49
(95,158,73)
#568F42
(86,143,66)
#4D803B
(77,128,59)
#447134
(68,113,52)
#3B622D
(59,98,45)
#325326
(50,83,38)
#29441F
(41,68,31)
#203518
(32,53,24)
#172611
(23,38,17)
#0E170A
(14,23,10)
#000000
(0,0,0)

Tints of #68AD50

#68AD50
(104,173,80)
#75B45F
(117,180,95)
#82BB6E
(130,187,110)
#8FC27D
(143,194,125)
#9CC98C
(156,201,140)
#A9D09B
(169,208,155)
#B6D7AA
(182,215,170)
#C3DEB9
(195,222,185)
#D0E5C8
(208,229,200)
#DDECD7
(221,236,215)
#EAF3E6
(234,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68AD50 color. Also use rgb(104,173,80) instead hex code.

Text Font Color

.myTextColor { color: #68AD50; }

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

This text font color is #68AD50.

Background Color

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

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

This div background color is #68AD50.

Border color

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

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

This div border color is #68AD50.

Opacity

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

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

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

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

This text has shadow with #68AD50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68AD50.

Preview

Color preview on black background

This text has color #68AD50 on black background.


Color preview on white background

This text has color #68AD50 on white background.


Black color preview on #68AD50 background

This text has black color on #68AD50 background.


White color preview on #68AD50 background

This text has white color on #68AD50 background.


Related colors

Complementary color

Complementary color for #hex is #9752AF.


I love getcolorcode.com

Triadic colors

1 #5068AD and #AD5068 with #68AD50 are triadic colors.

2 #50AD68 and #AD6850 with #68AD50 are triadic colors.