COLOR #689D77

HEX: #689D77
RGB: (104,157,119)

Color info

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

RGB color model

#689D77 color RGB value is (104,157,119).

  • red value is 104;
  • green value is 157;
  • blue value is 119.
RGB:
(104,157,119)
(41%,62%,47%)

RGB channels and saturation

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

104
157
119

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

Portions of RGB colors in percentages

R + G + B =
104 + 157 + 119 = 380 (100%)
R 104 of 380 ~ 27.37%
G 157 of 380 ~ 41.32%
B 119 of 380 ~ 31.32%

%27.37
%41.32
%31.32

CMYK color model

#689D77 color CMYK value is (34,0,24,38).

  • cyan value is 33.76%
  • magenta value is 0.00%
  • yellow value is 24.20%
  • key color value is 38.43%
CMYK:
(34,0,24,38)
C34M0Y24K38 
(34%,0%,24%,38%)
(0.34/0.00/0.24/0.38)	

CMYK percentages

%33.76
%0
%24.2
%38.43

Codes

Color #689D77 in popluar color models

689D77
RGB104157119
HSL137°21.29%51.18%
HSB/HSV137°33.76%61.57%
CMYK33.76%0.00%24.20%
38.43%

Color #689D77 in popluar number systems.

HEX689D77
Decimal104157119
Binary1101000100111011110111
Octal150235167

Shades and tints

Shades of #689D77

#689D77
(104,157,119)
#5F8F6D
(95,143,109)
#568163
(86,129,99)
#4D7359
(77,115,89)
#44654F
(68,101,79)
#3B5745
(59,87,69)
#32493B
(50,73,59)
#293B31
(41,59,49)
#202D27
(32,45,39)
#171F1D
(23,31,29)
#0E1113
(14,17,19)
#000000
(0,0,0)

Tints of #689D77

#689D77
(104,157,119)
#75A583
(117,165,131)
#82AD8F
(130,173,143)
#8FB59B
(143,181,155)
#9CBDA7
(156,189,167)
#A9C5B3
(169,197,179)
#B6CDBF
(182,205,191)
#C3D5CB
(195,213,203)
#D0DDD7
(208,221,215)
#DDE5E3
(221,229,227)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #689D77; }

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

This text font color is #689D77.


Background Color

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

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

This div background color is #689D77.


Border color

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

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

This div border color is #689D77.


Opacity

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

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

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

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

This text has shadow with #689D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689D77 on black background.


Color preview on white background

This text has color #689D77 on white background.



Black color preview on #689D77 background

This text has black color on #689D77 background.


White color preview on #689D77 background

This text has white color on #689D77 background.