COLOR #689A6E

HEX: #689A6E
RGB: (104,154,110)

Color info

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

RGB color model

#689A6E color RGB value is (104,154,110).

  • red value is 104;
  • green value is 154;
  • blue value is 110.
RGB:
(104,154,110)
(41%,60%,43%)

RGB channels and saturation

R 104 of 255 = 41%
G 154 of 255 = 60%
B 110 of 255 = 43%

104
154
110

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

Portions of RGB colors in percentages

R + G + B =
104 + 154 + 110 = 368 (100%)
R 104 of 368 ~ 28.26%
G 154 of 368 ~ 41.85%
B 110 of 368 ~ 29.89%

%28.26
%41.85
%29.89

CMYK color model

#689A6E color CMYK value is (32,0,29,40).

  • cyan value is 32.47%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 39.61%
CMYK:
(32,0,29,40)
C32M0Y29K40 
(32%,0%,29%,40%)
(0.32/0.00/0.29/0.40)	

CMYK percentages

%32.47
%0
%28.57
%39.61

Codes

Color #689A6E in popluar color models

689A6E
RGB104154110
HSL127°19.84%50.59%
HSB/HSV127°32.47%60.39%
CMYK32.47%0.00%28.57%
39.61%

Color #689A6E in popluar number systems.

HEX689A6E
Decimal104154110
Binary1101000100110101101110
Octal150232156

Shades and tints

Shades of #689A6E

#689A6E
(104,154,110)
#5F8C64
(95,140,100)
#567E5A
(86,126,90)
#4D7050
(77,112,80)
#446246
(68,98,70)
#3B543C
(59,84,60)
#324632
(50,70,50)
#293828
(41,56,40)
#202A1E
(32,42,30)
#171C14
(23,28,20)
#0E0E0A
(14,14,10)
#000000
(0,0,0)

Tints of #689A6E

#689A6E
(104,154,110)
#75A37B
(117,163,123)
#82AC88
(130,172,136)
#8FB595
(143,181,149)
#9CBEA2
(156,190,162)
#A9C7AF
(169,199,175)
#B6D0BC
(182,208,188)
#C3D9C9
(195,217,201)
#D0E2D6
(208,226,214)
#DDEBE3
(221,235,227)
#EAF4F0
(234,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689A6E color. Also use rgb(104,154,110) instead hex code.

Text Font Color

.myTextColor { color: #689A6E; }

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

This text font color is #689A6E.


Background Color

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

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

This div background color is #689A6E.


Border color

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

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

This div border color is #689A6E.


Opacity

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

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

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

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

This text has shadow with #689A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689A6E on black background.


Color preview on white background

This text has color #689A6E on white background.



Black color preview on #689A6E background

This text has black color on #689A6E background.


White color preview on #689A6E background

This text has white color on #689A6E background.