COLOR #689A6F

HEX: #689A6F RGB: (104,154,111)

Color info

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

RGB color model

#689A6F color RGB value is (104,154,111).

RGB: (104,154,111) (41%, 60%, 44%)

RGB channels and saturation

R 104 of 255 = 41%
G 154 of 255 = 60%
B 111 of 255 = 44%

104
154
111

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

Portions of RGB colors in percentages

R + G + B = 104 + 154 + 111 = 369 (100%)
R 104 of 369 ~ 28.18%
G 154 of 369 ~ 41.73%
B 111 of 369 ~ 30.08'%

%28.18
%41.73
%30.08

CMYK color model

#689A6F color CMYK value is (32,0,28,40).

  • cyan value is 32.47%
  • magenta value is 0.00%
  • yellow value is 27.92%
  • key color value is 39.61%

CMYK: (32,0,28,40)
C32M0Y28K40 (32%, 0%, 28%, 40%)
(0.32 / 0.00 / 0.28 / 0.40)

CMYK percentages

%32.47
%0
%27.92
%39.61

Codes

Color #689A6F in popluar color models

68 9A 6F
RGB 104 154 111
HSL 128° 19.84% 50.59%
HSB/HSV 128° 32.47% 60.39%
CMYK 32.47% 0.00% 27.92%
39.61%

Color #689A6F in popluar number systems.

HEX 68 9A 6F
Decimal 104 154 111
Binary 1101000 10011010 1101111
Octal 150 232 157

Shades and tints

Shades of #689A6F

#689A6F
(104,154,111)
#5F8C65
(95,140,101)
#567E5B
(86,126,91)
#4D7051
(77,112,81)
#446247
(68,98,71)
#3B543D
(59,84,61)
#324633
(50,70,51)
#293829
(41,56,41)
#202A1F
(32,42,31)
#171C15
(23,28,21)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #689A6F

#689A6F
(104,154,111)
#75A37C
(117,163,124)
#82AC89
(130,172,137)
#8FB596
(143,181,150)
#9CBEA3
(156,190,163)
#A9C7B0
(169,199,176)
#B6D0BD
(182,208,189)
#C3D9CA
(195,217,202)
#D0E2D7
(208,226,215)
#DDEBE4
(221,235,228)
#EAF4F1
(234,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #689A6F; }

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

This text font color is #689A6F.

Background Color

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

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

This div background color is #689A6F.

Border color

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

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

This div border color is #689A6F.

Opacity

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

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

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

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

This text has shadow with #689A6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #689A6F.

Preview

Color preview on black background

This text has color #689A6F on black background.


Color preview on white background

This text has color #689A6F on white background.


Black color preview on #689A6F background

This text has black color on #689A6F background.


White color preview on #689A6F background

This text has white color on #689A6F background.


Related colors

Complementary color

Complementary color for #hex is #976590.


I love getcolorcode.com

Triadic colors

1 #6F689A and #9A6F68 with #689A6F are triadic colors.

2 #6F9A68 and #9A686F with #689A6F are triadic colors.