COLOR #68A65F

HEX: #68A65F RGB: (104,166,95)

Color info

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

RGB color model

#68A65F color RGB value is (104,166,95).

RGB: (104,166,95) (41%, 65%, 37%)

RGB channels and saturation

R 104 of 255 = 41%
G 166 of 255 = 65%
B 95 of 255 = 37%

104
166
95

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

Portions of RGB colors in percentages

R + G + B = 104 + 166 + 95 = 365 (100%)
R 104 of 365 ~ 28.49%
G 166 of 365 ~ 45.48%
B 95 of 365 ~ 26.03'%

%28.49
%45.48
%26.03

CMYK color model

#68A65F color CMYK value is (37,0,43,35).

  • cyan value is 37.35%
  • magenta value is 0.00%
  • yellow value is 42.77%
  • key color value is 34.90%

CMYK: (37,0,43,35)
C37M0Y43K35 (37%, 0%, 43%, 35%)
(0.37 / 0.00 / 0.43 / 0.35)

CMYK percentages

%37.35
%0
%42.77
%34.9

Codes

Color #68A65F in popluar color models

68 A6 5F
RGB 104 166 95
HSL 112° 28.51% 51.18%
HSB/HSV 112° 42.77% 65.10%
CMYK 37.35% 0.00% 42.77%
34.90%

Color #68A65F in popluar number systems.

HEX 68 A6 5F
Decimal 104 166 95
Binary 1101000 10100110 1011111
Octal 150 246 137

Shades and tints

Shades of #68A65F

#68A65F
(104,166,95)
#5F9757
(95,151,87)
#56884F
(86,136,79)
#4D7947
(77,121,71)
#446A3F
(68,106,63)
#3B5B37
(59,91,55)
#324C2F
(50,76,47)
#293D27
(41,61,39)
#202E1F
(32,46,31)
#171F17
(23,31,23)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #68A65F

#68A65F
(104,166,95)
#75AE6D
(117,174,109)
#82B67B
(130,182,123)
#8FBE89
(143,190,137)
#9CC697
(156,198,151)
#A9CEA5
(169,206,165)
#B6D6B3
(182,214,179)
#C3DEC1
(195,222,193)
#D0E6CF
(208,230,207)
#DDEEDD
(221,238,221)
#EAF6EB
(234,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68A65F; }

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

This text font color is #68A65F.

Background Color

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

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

This div background color is #68A65F.

Border color

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

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

This div border color is #68A65F.

Opacity

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

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

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

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

This text has shadow with #68A65F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68A65F.

Preview

Color preview on black background

This text has color #68A65F on black background.


Color preview on white background

This text has color #68A65F on white background.


Black color preview on #68A65F background

This text has black color on #68A65F background.


White color preview on #68A65F background

This text has white color on #68A65F background.


Related colors

Complementary color

Complementary color for #hex is #9759A0.


I love getcolorcode.com

Triadic colors

1 #5F68A6 and #A65F68 with #68A65F are triadic colors.

2 #5FA668 and #A6685F with #68A65F are triadic colors.