COLOR #689E77

HEX: #689E77 RGB: (104,158,119)

Color info

#689E77 contains red, green and blue colors in about the same proportion. Web safe color of #689E77 is #669966 (or #696).

RGB color model

#689E77 color RGB value is (104,158,119).

RGB: (104,158,119) (41%, 62%, 47%)

RGB channels and saturation

R 104 of 255 = 41%
G 158 of 255 = 62%
B 119 of 255 = 47%

104
158
119

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

Portions of RGB colors in percentages

R + G + B = 104 + 158 + 119 = 381 (100%)
R 104 of 381 ~ 27.3%
G 158 of 381 ~ 41.47%
B 119 of 381 ~ 31.23'%

%27.3
%41.47
%31.23

CMYK color model

#689E77 color CMYK value is (34,0,25,38).

  • cyan value is 34.18%
  • magenta value is 0.00%
  • yellow value is 24.68%
  • key color value is 38.04%

CMYK: (34,0,25,38)
C34M0Y25K38 (34%, 0%, 25%, 38%)
(0.34 / 0.00 / 0.25 / 0.38)

CMYK percentages

%34.18
%0
%24.68
%38.04

Codes

Color #689E77 in popluar color models

68 9E 77
RGB 104 158 119
HSL 137° 21.77% 51.37%
HSB/HSV 137° 34.18% 61.96%
CMYK 34.18% 0.00% 24.68%
38.04%

Color #689E77 in popluar number systems.

HEX 68 9E 77
Decimal 104 158 119
Binary 1101000 10011110 1110111
Octal 150 236 167

Shades and tints

Shades of #689E77

#689E77
(104,158,119)
#5F906D
(95,144,109)
#568263
(86,130,99)
#4D7459
(77,116,89)
#44664F
(68,102,79)
#3B5845
(59,88,69)
#324A3B
(50,74,59)
#293C31
(41,60,49)
#202E27
(32,46,39)
#17201D
(23,32,29)
#0E1213
(14,18,19)
#000000
(0,0,0)

Tints of #689E77

#689E77
(104,158,119)
#75A683
(117,166,131)
#82AE8F
(130,174,143)
#8FB69B
(143,182,155)
#9CBEA7
(156,190,167)
#A9C6B3
(169,198,179)
#B6CEBF
(182,206,191)
#C3D6CB
(195,214,203)
#D0DED7
(208,222,215)
#DDE6E3
(221,230,227)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689E77 color. Also use rgb(104,158,119) instead hex code.

Text Font Color

.myTextColor { color: #689E77; }

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

This text font color is #689E77.

Background Color

.myBgColor { background-color: #689E77; }

<div style="background-color:#689E77">Inner text</div>

This div background color is #689E77.

Border color

.myBorderColor { border: 1px solid #689E77; }

<div style="border:3px solid #689E77">Div</div>

This div border color is #689E77.

Opacity

.myOpacity80 { color: #689E77; opacity: 0.8; }

<p style="color:#689E77;opacity:0.8;">80%</p>

Text with #689E77 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 #689E77;}

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

This text has shadow with #689E77 color.


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

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

This text has shadow with #689E77 primary color and red secondary color.


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

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

This text has shadow with #689E77 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #689E77.

Preview

Color preview on black background

This text has color #689E77 on black background.


Color preview on white background

This text has color #689E77 on white background.


Black color preview on #689E77 background

This text has black color on #689E77 background.


White color preview on #689E77 background

This text has white color on #689E77 background.


Related colors

Complementary color

Complementary color for #hex is #976188.


I love getcolorcode.com

Triadic colors

1 #77689E and #9E7768 with #689E77 are triadic colors.

2 #779E68 and #9E6877 with #689E77 are triadic colors.