COLOR #689C78

HEX: #689C78
RGB: (104,156,120)

Color info

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

RGB color model

#689C78 color RGB value is (104,156,120).

  • red value is 104;
  • green value is 156;
  • blue value is 120.
RGB:
(104,156,120)
(41%,61%,47%)

RGB channels and saturation

R 104 of 255 = 41%
G 156 of 255 = 61%
B 120 of 255 = 47%

104
156
120

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

Portions of RGB colors in percentages

R + G + B =
104 + 156 + 120 = 380 (100%)
R 104 of 380 ~ 27.37%
G 156 of 380 ~ 41.05%
B 120 of 380 ~ 31.58%

%27.37
%41.05
%31.58

CMYK color model

#689C78 color CMYK value is (33,0,23,39).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 38.82%
CMYK:
(33,0,23,39)
C33M0Y23K39 
(33%,0%,23%,39%)
(0.33/0.00/0.23/0.39)	

CMYK percentages

%33.33
%0
%23.08
%38.82

Codes

Color #689C78 in popluar color models

689C78
RGB104156120
HSL138°20.80%50.98%
HSB/HSV138°33.33%61.18%
CMYK33.33%0.00%23.08%
38.82%

Color #689C78 in popluar number systems.

HEX689C78
Decimal104156120
Binary1101000100111001111000
Octal150234170

Shades and tints

Shades of #689C78

#689C78
(104,156,120)
#5F8E6E
(95,142,110)
#568064
(86,128,100)
#4D725A
(77,114,90)
#446450
(68,100,80)
#3B5646
(59,86,70)
#32483C
(50,72,60)
#293A32
(41,58,50)
#202C28
(32,44,40)
#171E1E
(23,30,30)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #689C78

#689C78
(104,156,120)
#75A584
(117,165,132)
#82AE90
(130,174,144)
#8FB79C
(143,183,156)
#9CC0A8
(156,192,168)
#A9C9B4
(169,201,180)
#B6D2C0
(182,210,192)
#C3DBCC
(195,219,204)
#D0E4D8
(208,228,216)
#DDEDE4
(221,237,228)
#EAF6F0
(234,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689C78 color. Also use rgb(104,156,120) instead hex code.

Text Font Color

.myTextColor { color: #689C78; }

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

This text font color is #689C78.


Background Color

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

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

This div background color is #689C78.


Border color

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

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

This div border color is #689C78.


Opacity

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

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

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

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

This text has shadow with #689C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689C78 on black background.


Color preview on white background

This text has color #689C78 on white background.



Black color preview on #689C78 background

This text has black color on #689C78 background.


White color preview on #689C78 background

This text has white color on #689C78 background.