COLOR #68A386

HEX: #68A386 RGB: (104,163,134)

Color info

#68A386 contains red, green and blue colors in about the same proportion. Web safe color of #68A386 is #669999 (or #699).

RGB color model

#68A386 color RGB value is (104,163,134).

RGB: (104,163,134) (41%, 64%, 53%)

RGB channels and saturation

R 104 of 255 = 41%
G 163 of 255 = 64%
B 134 of 255 = 53%

104
163
134

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

Portions of RGB colors in percentages

R + G + B = 104 + 163 + 134 = 401 (100%)
R 104 of 401 ~ 25.94%
G 163 of 401 ~ 40.65%
B 134 of 401 ~ 33.42'%

%25.94
%40.65
%33.42

CMYK color model

#68A386 color CMYK value is (36,0,18,36).

  • cyan value is 36.20%
  • magenta value is 0.00%
  • yellow value is 17.79%
  • key color value is 36.08%

CMYK: (36,0,18,36)
C36M0Y18K36 (36%, 0%, 18%, 36%)
(0.36 / 0.00 / 0.18 / 0.36)

CMYK percentages

%36.2
%0
%17.79
%36.08

Codes

Color #68A386 in popluar color models

68 A3 86
RGB 104 163 134
HSL 151° 24.28% 52.35%
HSB/HSV 151° 36.20% 63.92%
CMYK 36.20% 0.00% 17.79%
36.08%

Color #68A386 in popluar number systems.

HEX 68 A3 86
Decimal 104 163 134
Binary 1101000 10100011 10000110
Octal 150 243 206

Shades and tints

Shades of #68A386

#68A386
(104,163,134)
#5F957A
(95,149,122)
#56876E
(86,135,110)
#4D7962
(77,121,98)
#446B56
(68,107,86)
#3B5D4A
(59,93,74)
#324F3E
(50,79,62)
#294132
(41,65,50)
#203326
(32,51,38)
#17251A
(23,37,26)
#0E170E
(14,23,14)
#000000
(0,0,0)

Tints of #68A386

#68A386
(104,163,134)
#75AB91
(117,171,145)
#82B39C
(130,179,156)
#8FBBA7
(143,187,167)
#9CC3B2
(156,195,178)
#A9CBBD
(169,203,189)
#B6D3C8
(182,211,200)
#C3DBD3
(195,219,211)
#D0E3DE
(208,227,222)
#DDEBE9
(221,235,233)
#EAF3F4
(234,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68A386 color. Also use rgb(104,163,134) instead hex code.

Text Font Color

.myTextColor { color: #68A386; }

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

This text font color is #68A386.

Background Color

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

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

This div background color is #68A386.

Border color

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

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

This div border color is #68A386.

Opacity

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

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

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

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

This text has shadow with #68A386 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68A386.

Preview

Color preview on black background

This text has color #68A386 on black background.


Color preview on white background

This text has color #68A386 on white background.


Black color preview on #68A386 background

This text has black color on #68A386 background.


White color preview on #68A386 background

This text has white color on #68A386 background.


Related colors

Complementary color

Complementary color for #hex is #975C79.


I love getcolorcode.com

Triadic colors

1 #8668A3 and #A38668 with #68A386 are triadic colors.

2 #86A368 and #A36886 with #68A386 are triadic colors.