COLOR #689A73

HEX: #689A73
RGB: (104,154,115)

Color info

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

RGB color model

#689A73 color RGB value is (104,154,115).

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

RGB channels and saturation

R 104 of 255 = 41%
G 154 of 255 = 60%
B 115 of 255 = 45%

104
154
115

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

Portions of RGB colors in percentages

R + G + B =
104 + 154 + 115 = 373 (100%)
R 104 of 373 ~ 27.88%
G 154 of 373 ~ 41.29%
B 115 of 373 ~ 30.83%

%27.88
%41.29
%30.83

CMYK color model

#689A73 color CMYK value is (32,0,25,40).

  • cyan value is 32.47%
  • magenta value is 0.00%
  • yellow value is 25.32%
  • key color value is 39.61%
CMYK:
(32,0,25,40)
C32M0Y25K40 
(32%,0%,25%,40%)
(0.32/0.00/0.25/0.40)	

CMYK percentages

%32.47
%0
%25.32
%39.61

Codes

Color #689A73 in popluar color models

689A73
RGB104154115
HSL133°19.84%50.59%
HSB/HSV133°32.47%60.39%
CMYK32.47%0.00%25.32%
39.61%

Color #689A73 in popluar number systems.

HEX689A73
Decimal104154115
Binary1101000100110101110011
Octal150232163

Shades and tints

Shades of #689A73

#689A73
(104,154,115)
#5F8C69
(95,140,105)
#567E5F
(86,126,95)
#4D7055
(77,112,85)
#44624B
(68,98,75)
#3B5441
(59,84,65)
#324637
(50,70,55)
#29382D
(41,56,45)
#202A23
(32,42,35)
#171C19
(23,28,25)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #689A73

#689A73
(104,154,115)
#75A37F
(117,163,127)
#82AC8B
(130,172,139)
#8FB597
(143,181,151)
#9CBEA3
(156,190,163)
#A9C7AF
(169,199,175)
#B6D0BB
(182,208,187)
#C3D9C7
(195,217,199)
#D0E2D3
(208,226,211)
#DDEBDF
(221,235,223)
#EAF4EB
(234,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #689A73; }

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

This text font color is #689A73.


Background Color

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

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

This div background color is #689A73.


Border color

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

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

This div border color is #689A73.


Opacity

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

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

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

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

This text has shadow with #689A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689A73 on black background.


Color preview on white background

This text has color #689A73 on white background.



Black color preview on #689A73 background

This text has black color on #689A73 background.


White color preview on #689A73 background

This text has white color on #689A73 background.