COLOR #689E7A

HEX: #689E7A
RGB: (104,158,122)

Color info

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

RGB color model

#689E7A color RGB value is (104,158,122).

  • red value is 104;
  • green value is 158;
  • blue value is 122.
RGB:
(104,158,122)
(41%,62%,48%)

RGB channels and saturation

R 104 of 255 = 41%
G 158 of 255 = 62%
B 122 of 255 = 48%

104
158
122

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

Portions of RGB colors in percentages

R + G + B =
104 + 158 + 122 = 384 (100%)
R 104 of 384 ~ 27.08%
G 158 of 384 ~ 41.15%
B 122 of 384 ~ 31.77%

%27.08
%41.15
%31.77

CMYK color model

#689E7A color CMYK value is (34,0,23,38).

  • cyan value is 34.18%
  • magenta value is 0.00%
  • yellow value is 22.78%
  • key color value is 38.04%
CMYK:
(34,0,23,38)
C34M0Y23K38 
(34%,0%,23%,38%)
(0.34/0.00/0.23/0.38)	

CMYK percentages

%34.18
%0
%22.78
%38.04

Codes

Color #689E7A in popluar color models

689E7A
RGB104158122
HSL140°21.77%51.37%
HSB/HSV140°34.18%61.96%
CMYK34.18%0.00%22.78%
38.04%

Color #689E7A in popluar number systems.

HEX689E7A
Decimal104158122
Binary1101000100111101111010
Octal150236172

Shades and tints

Shades of #689E7A

#689E7A
(104,158,122)
#5F906F
(95,144,111)
#568264
(86,130,100)
#4D7459
(77,116,89)
#44664E
(68,102,78)
#3B5843
(59,88,67)
#324A38
(50,74,56)
#293C2D
(41,60,45)
#202E22
(32,46,34)
#172017
(23,32,23)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #689E7A

#689E7A
(104,158,122)
#75A686
(117,166,134)
#82AE92
(130,174,146)
#8FB69E
(143,182,158)
#9CBEAA
(156,190,170)
#A9C6B6
(169,198,182)
#B6CEC2
(182,206,194)
#C3D6CE
(195,214,206)
#D0DEDA
(208,222,218)
#DDE6E6
(221,230,230)
#EAEEF2
(234,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #689E7A; }

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

This text font color is #689E7A.


Background Color

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

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

This div background color is #689E7A.


Border color

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

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

This div border color is #689E7A.


Opacity

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

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

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

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

This text has shadow with #689E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689E7A on black background.


Color preview on white background

This text has color #689E7A on white background.



Black color preview on #689E7A background

This text has black color on #689E7A background.


White color preview on #689E7A background

This text has white color on #689E7A background.