COLOR #68AD65

HEX: #68AD65 RGB: (104,173,101)

Color info

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

RGB color model

#68AD65 color RGB value is (104,173,101).

RGB: (104,173,101) (41%, 68%, 40%)

RGB channels and saturation

R 104 of 255 = 41%
G 173 of 255 = 68%
B 101 of 255 = 40%

104
173
101

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

Portions of RGB colors in percentages

R + G + B = 104 + 173 + 101 = 378 (100%)
R 104 of 378 ~ 27.51%
G 173 of 378 ~ 45.77%
B 101 of 378 ~ 26.72'%

%27.51
%45.77
%26.72

CMYK color model

#68AD65 color CMYK value is (40,0,42,32).

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

CMYK: (40,0,42,32)
C40M0Y42K32 (40%, 0%, 42%, 32%)
(0.40 / 0.00 / 0.42 / 0.32)

CMYK percentages

%39.88
%0
%41.62
%32.16

Codes

Color #68AD65 in popluar color models

68 AD 65
RGB 104 173 101
HSL 118° 30.51% 53.73%
HSB/HSV 118° 41.62% 67.84%
CMYK 39.88% 0.00% 41.62%
32.16%

Color #68AD65 in popluar number systems.

HEX 68 AD 65
Decimal 104 173 101
Binary 1101000 10101101 1100101
Octal 150 255 145

Shades and tints

Shades of #68AD65

#68AD65
(104,173,101)
#5F9E5C
(95,158,92)
#568F53
(86,143,83)
#4D804A
(77,128,74)
#447141
(68,113,65)
#3B6238
(59,98,56)
#32532F
(50,83,47)
#294426
(41,68,38)
#20351D
(32,53,29)
#172614
(23,38,20)
#0E170B
(14,23,11)
#000000
(0,0,0)

Tints of #68AD65

#68AD65
(104,173,101)
#75B473
(117,180,115)
#82BB81
(130,187,129)
#8FC28F
(143,194,143)
#9CC99D
(156,201,157)
#A9D0AB
(169,208,171)
#B6D7B9
(182,215,185)
#C3DEC7
(195,222,199)
#D0E5D5
(208,229,213)
#DDECE3
(221,236,227)
#EAF3F1
(234,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68AD65; }

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

This text font color is #68AD65.

Background Color

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

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

This div background color is #68AD65.

Border color

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

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

This div border color is #68AD65.

Opacity

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

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

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

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

This text has shadow with #68AD65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68AD65.

Preview

Color preview on black background

This text has color #68AD65 on black background.


Color preview on white background

This text has color #68AD65 on white background.


Black color preview on #68AD65 background

This text has black color on #68AD65 background.


White color preview on #68AD65 background

This text has white color on #68AD65 background.


Related colors

Complementary color

Complementary color for #hex is #97529A.


I love getcolorcode.com

Triadic colors

1 #6568AD and #AD6568 with #68AD65 are triadic colors.

2 #65AD68 and #AD6865 with #68AD65 are triadic colors.