COLOR #689D70

HEX: #689D70
RGB: (104,157,112)

Color info

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

RGB color model

#689D70 color RGB value is (104,157,112).

  • red value is 104;
  • green value is 157;
  • blue value is 112.
RGB:
(104,157,112)
(41%,62%,44%)

RGB channels and saturation

R 104 of 255 = 41%
G 157 of 255 = 62%
B 112 of 255 = 44%

104
157
112

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

Portions of RGB colors in percentages

R + G + B =
104 + 157 + 112 = 373 (100%)
R 104 of 373 ~ 27.88%
G 157 of 373 ~ 42.09%
B 112 of 373 ~ 30.03%

%27.88
%42.09
%30.03

CMYK color model

#689D70 color CMYK value is (34,0,29,38).

  • cyan value is 33.76%
  • magenta value is 0.00%
  • yellow value is 28.66%
  • key color value is 38.43%
CMYK:
(34,0,29,38)
C34M0Y29K38 
(34%,0%,29%,38%)
(0.34/0.00/0.29/0.38)	

CMYK percentages

%33.76
%0
%28.66
%38.43

Codes

Color #689D70 in popluar color models

689D70
RGB104157112
HSL129°21.29%51.18%
HSB/HSV129°33.76%61.57%
CMYK33.76%0.00%28.66%
38.43%

Color #689D70 in popluar number systems.

HEX689D70
Decimal104157112
Binary1101000100111011110000
Octal150235160

Shades and tints

Shades of #689D70

#689D70
(104,157,112)
#5F8F66
(95,143,102)
#56815C
(86,129,92)
#4D7352
(77,115,82)
#446548
(68,101,72)
#3B573E
(59,87,62)
#324934
(50,73,52)
#293B2A
(41,59,42)
#202D20
(32,45,32)
#171F16
(23,31,22)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #689D70

#689D70
(104,157,112)
#75A57D
(117,165,125)
#82AD8A
(130,173,138)
#8FB597
(143,181,151)
#9CBDA4
(156,189,164)
#A9C5B1
(169,197,177)
#B6CDBE
(182,205,190)
#C3D5CB
(195,213,203)
#D0DDD8
(208,221,216)
#DDE5E5
(221,229,229)
#EAEDF2
(234,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689D70 color. Also use rgb(104,157,112) instead hex code.

Text Font Color

.myTextColor { color: #689D70; }

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

This text font color is #689D70.


Background Color

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

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

This div background color is #689D70.


Border color

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

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

This div border color is #689D70.


Opacity

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

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

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

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

This text has shadow with #689D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689D70 on black background.


Color preview on white background

This text has color #689D70 on white background.



Black color preview on #689D70 background

This text has black color on #689D70 background.


White color preview on #689D70 background

This text has white color on #689D70 background.