COLOR #68AD6A

HEX: #68AD6A RGB: (104,173,106)

Color info

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

RGB color model

#68AD6A color RGB value is (104,173,106).

RGB: (104,173,106) (41%, 68%, 42%)

RGB channels and saturation

R 104 of 255 = 41%
G 173 of 255 = 68%
B 106 of 255 = 42%

104
173
106

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

Portions of RGB colors in percentages

R + G + B = 104 + 173 + 106 = 383 (100%)
R 104 of 383 ~ 27.15%
G 173 of 383 ~ 45.17%
B 106 of 383 ~ 27.68'%

%27.15
%45.17
%27.68

CMYK color model

#68AD6A color CMYK value is (40,0,39,32).

  • cyan value is 39.88%
  • magenta value is 0.00%
  • yellow value is 38.73%
  • key color value is 32.16%

CMYK: (40,0,39,32)
C40M0Y39K32 (40%, 0%, 39%, 32%)
(0.40 / 0.00 / 0.39 / 0.32)

CMYK percentages

%39.88
%0
%38.73
%32.16

Codes

Color #68AD6A in popluar color models

68 AD 6A
RGB 104 173 106
HSL 122° 29.61% 54.31%
HSB/HSV 122° 39.88% 67.84%
CMYK 39.88% 0.00% 38.73%
32.16%

Color #68AD6A in popluar number systems.

HEX 68 AD 6A
Decimal 104 173 106
Binary 1101000 10101101 1101010
Octal 150 255 152

Shades and tints

Shades of #68AD6A

#68AD6A
(104,173,106)
#5F9E61
(95,158,97)
#568F58
(86,143,88)
#4D804F
(77,128,79)
#447146
(68,113,70)
#3B623D
(59,98,61)
#325334
(50,83,52)
#29442B
(41,68,43)
#203522
(32,53,34)
#172619
(23,38,25)
#0E1710
(14,23,16)
#000000
(0,0,0)

Tints of #68AD6A

#68AD6A
(104,173,106)
#75B477
(117,180,119)
#82BB84
(130,187,132)
#8FC291
(143,194,145)
#9CC99E
(156,201,158)
#A9D0AB
(169,208,171)
#B6D7B8
(182,215,184)
#C3DEC5
(195,222,197)
#D0E5D2
(208,229,210)
#DDECDF
(221,236,223)
#EAF3EC
(234,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68AD6A; }

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

This text font color is #68AD6A.

Background Color

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

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

This div background color is #68AD6A.

Border color

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

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

This div border color is #68AD6A.

Opacity

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

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

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

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

This text has shadow with #68AD6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68AD6A.

Preview

Color preview on black background

This text has color #68AD6A on black background.


Color preview on white background

This text has color #68AD6A on white background.


Black color preview on #68AD6A background

This text has black color on #68AD6A background.


White color preview on #68AD6A background

This text has white color on #68AD6A background.


Related colors

Complementary color

Complementary color for #hex is #975295.


I love getcolorcode.com

Triadic colors

1 #6A68AD and #AD6A68 with #68AD6A are triadic colors.

2 #6AAD68 and #AD686A with #68AD6A are triadic colors.