COLOR #68A589

HEX: #68A589 RGB: (104,165,137)

Color info

#68A589 contains mainly green and blue colors. Web safe color of #68A589 is #669999 (or #699).

RGB color model

#68A589 color RGB value is (104,165,137).

RGB: (104,165,137) (41%, 65%, 54%)

RGB channels and saturation

R 104 of 255 = 41%
G 165 of 255 = 65%
B 137 of 255 = 54%

104
165
137

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

Portions of RGB colors in percentages

R + G + B = 104 + 165 + 137 = 406 (100%)
R 104 of 406 ~ 25.62%
G 165 of 406 ~ 40.64%
B 137 of 406 ~ 33.74'%

%25.62
%40.64
%33.74

CMYK color model

#68A589 color CMYK value is (37,0,17,35).

  • cyan value is 36.97%
  • magenta value is 0.00%
  • yellow value is 16.97%
  • key color value is 35.29%

CMYK: (37,0,17,35)
C37M0Y17K35 (37%, 0%, 17%, 35%)
(0.37 / 0.00 / 0.17 / 0.35)

CMYK percentages

%36.97
%0
%16.97
%35.29

Codes

Color #68A589 in popluar color models

68 A5 89
RGB 104 165 137
HSL 152° 25.31% 52.75%
HSB/HSV 152° 36.97% 64.71%
CMYK 36.97% 0.00% 16.97%
35.29%

Color #68A589 in popluar number systems.

HEX 68 A5 89
Decimal 104 165 137
Binary 1101000 10100101 10001001
Octal 150 245 211

Shades and tints

Shades of #68A589

#68A589
(104,165,137)
#5F967D
(95,150,125)
#568771
(86,135,113)
#4D7865
(77,120,101)
#446959
(68,105,89)
#3B5A4D
(59,90,77)
#324B41
(50,75,65)
#293C35
(41,60,53)
#202D29
(32,45,41)
#171E1D
(23,30,29)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #68A589

#68A589
(104,165,137)
#75AD93
(117,173,147)
#82B59D
(130,181,157)
#8FBDA7
(143,189,167)
#9CC5B1
(156,197,177)
#A9CDBB
(169,205,187)
#B6D5C5
(182,213,197)
#C3DDCF
(195,221,207)
#D0E5D9
(208,229,217)
#DDEDE3
(221,237,227)
#EAF5ED
(234,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68A589 color. Also use rgb(104,165,137) instead hex code.

Text Font Color

.myTextColor { color: #68A589; }

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

This text font color is #68A589.

Background Color

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

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

This div background color is #68A589.

Border color

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

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

This div border color is #68A589.

Opacity

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

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

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

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

This text has shadow with #68A589 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68A589.

Preview

Color preview on black background

This text has color #68A589 on black background.


Color preview on white background

This text has color #68A589 on white background.


Black color preview on #68A589 background

This text has black color on #68A589 background.


White color preview on #68A589 background

This text has white color on #68A589 background.


Related colors

Complementary color

Complementary color for #hex is #975A76.


I love getcolorcode.com

Triadic colors

1 #8968A5 and #A58968 with #68A589 are triadic colors.

2 #89A568 and #A56889 with #68A589 are triadic colors.