COLOR #689F6C

HEX: #689F6C
RGB: (104,159,108)

Color info

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

RGB color model

#689F6C color RGB value is (104,159,108).

  • red value is 104;
  • green value is 159;
  • blue value is 108.
RGB:
(104,159,108)
(41%,62%,42%)

RGB channels and saturation

R 104 of 255 = 41%
G 159 of 255 = 62%
B 108 of 255 = 42%

104
159
108

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

Portions of RGB colors in percentages

R + G + B =
104 + 159 + 108 = 371 (100%)
R 104 of 371 ~ 28.03%
G 159 of 371 ~ 42.86%
B 108 of 371 ~ 29.11%

%28.03
%42.86
%29.11

CMYK color model

#689F6C color CMYK value is (35,0,32,38).

  • cyan value is 34.59%
  • magenta value is 0.00%
  • yellow value is 32.08%
  • key color value is 37.65%
CMYK:
(35,0,32,38)
C35M0Y32K38 
(35%,0%,32%,38%)
(0.35/0.00/0.32/0.38)	

CMYK percentages

%34.59
%0
%32.08
%37.65

Codes

Color #689F6C in popluar color models

689F6C
RGB104159108
HSL124°22.27%51.57%
HSB/HSV124°34.59%62.35%
CMYK34.59%0.00%32.08%
37.65%

Color #689F6C in popluar number systems.

HEX689F6C
Decimal104159108
Binary1101000100111111101100
Octal150237154

Shades and tints

Shades of #689F6C

#689F6C
(104,159,108)
#5F9163
(95,145,99)
#56835A
(86,131,90)
#4D7551
(77,117,81)
#446748
(68,103,72)
#3B593F
(59,89,63)
#324B36
(50,75,54)
#293D2D
(41,61,45)
#202F24
(32,47,36)
#17211B
(23,33,27)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #689F6C

#689F6C
(104,159,108)
#75A779
(117,167,121)
#82AF86
(130,175,134)
#8FB793
(143,183,147)
#9CBFA0
(156,191,160)
#A9C7AD
(169,199,173)
#B6CFBA
(182,207,186)
#C3D7C7
(195,215,199)
#D0DFD4
(208,223,212)
#DDE7E1
(221,231,225)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689F6C color. Also use rgb(104,159,108) instead hex code.

Text Font Color

.myTextColor { color: #689F6C; }

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

This text font color is #689F6C.


Background Color

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

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

This div background color is #689F6C.


Border color

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

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

This div border color is #689F6C.


Opacity

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

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

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

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

This text has shadow with #689F6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689F6C on black background.


Color preview on white background

This text has color #689F6C on white background.



Black color preview on #689F6C background

This text has black color on #689F6C background.


White color preview on #689F6C background

This text has white color on #689F6C background.