COLOR #68A65D

HEX: #68A65D RGB: (104,166,93)

Color info

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

RGB color model

#68A65D color RGB value is (104,166,93).

RGB: (104,166,93) (41%, 65%, 36%)

RGB channels and saturation

R 104 of 255 = 41%
G 166 of 255 = 65%
B 93 of 255 = 36%

104
166
93

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

Portions of RGB colors in percentages

R + G + B = 104 + 166 + 93 = 363 (100%)
R 104 of 363 ~ 28.65%
G 166 of 363 ~ 45.73%
B 93 of 363 ~ 25.62'%

%28.65
%45.73
%25.62

CMYK color model

#68A65D color CMYK value is (37,0,44,35).

  • cyan value is 37.35%
  • magenta value is 0.00%
  • yellow value is 43.98%
  • key color value is 34.90%
CMYK: (37,0,44,35) C37M0Y44K35 (37%,0%,44%,35%) (0.37/0.00/0.44/0.35) 

CMYK percentages

%37.35
%0
%43.98
%34.9

Codes

Color #68A65D in popluar color models

68 A6 5D
RGB 104 166 93
HSL 111° 29.08% 50.78%
HSB/HSV 111° 43.98% 65.10%
CMYK 37.35% 0.00% 43.98%
34.90%

Color #68A65D in popluar number systems.

HEX 68 A6 5D
Decimal 104 166 93
Binary 1101000 10100110 1011101
Octal 150 246 135

Shades and tints

Shades of #68A65D

#68A65D
(104,166,93)
#5F9755
(95,151,85)
#56884D
(86,136,77)
#4D7945
(77,121,69)
#446A3D
(68,106,61)
#3B5B35
(59,91,53)
#324C2D
(50,76,45)
#293D25
(41,61,37)
#202E1D
(32,46,29)
#171F15
(23,31,21)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #68A65D

#68A65D
(104,166,93)
#75AE6B
(117,174,107)
#82B679
(130,182,121)
#8FBE87
(143,190,135)
#9CC695
(156,198,149)
#A9CEA3
(169,206,163)
#B6D6B1
(182,214,177)
#C3DEBF
(195,222,191)
#D0E6CD
(208,230,205)
#DDEEDB
(221,238,219)
#EAF6E9
(234,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68A65D color. Also use rgb(104,166,93) instead hex code.

Text Font Color

.myTextColor { color: #68A65D; }

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

This text font color is #68A65D.

Background Color

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

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

This div background color is #68A65D.

Border color

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

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

This div border color is #68A65D.

Opacity

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

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

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

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

This text has shadow with #68A65D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68A65D.

Preview

Color preview on black background

This text has color #68A65D on black background.


Color preview on white background

This text has color #68A65D on white background.


Black color preview on #68A65D background

This text has black color on #68A65D background.


White color preview on #68A65D background

This text has white color on #68A65D background.


Related colors

Complementary color

Complementary color for #hex is #9759A2.


I love getcolorcode.com

Triadic colors

1 #5D68A6 and #A65D68 with #68A65D are triadic colors.

2 #5DA668 and #A6685D with #68A65D are triadic colors.