COLOR #689676

HEX: #689676
RGB: (104,150,118)

Color info

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

RGB color model

#689676 color RGB value is (104,150,118).

  • red value is 104;
  • green value is 150;
  • blue value is 118.
RGB:
(104,150,118)
(41%,59%,46%)

RGB channels and saturation

R 104 of 255 = 41%
G 150 of 255 = 59%
B 118 of 255 = 46%

104
150
118

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

Portions of RGB colors in percentages

R + G + B =
104 + 150 + 118 = 372 (100%)
R 104 of 372 ~ 27.96%
G 150 of 372 ~ 40.32%
B 118 of 372 ~ 31.72%

%27.96
%40.32
%31.72

CMYK color model

#689676 color CMYK value is (31,0,21,41).

  • cyan value is 30.67%
  • magenta value is 0.00%
  • yellow value is 21.33%
  • key color value is 41.18%
CMYK:
(31,0,21,41)
C31M0Y21K41 
(31%,0%,21%,41%)
(0.31/0.00/0.21/0.41)	

CMYK percentages

%30.67
%0
%21.33
%41.18

Codes

Color #689676 in popluar color models

689676
RGB104150118
HSL138°18.11%49.80%
HSB/HSV138°30.67%58.82%
CMYK30.67%0.00%21.33%
41.18%

Color #689676 in popluar number systems.

HEX689676
Decimal104150118
Binary1101000100101101110110
Octal150226166

Shades and tints

Shades of #689676

#689676
(104,150,118)
#5F896C
(95,137,108)
#567C62
(86,124,98)
#4D6F58
(77,111,88)
#44624E
(68,98,78)
#3B5544
(59,85,68)
#32483A
(50,72,58)
#293B30
(41,59,48)
#202E26
(32,46,38)
#17211C
(23,33,28)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #689676

#689676
(104,150,118)
#759F82
(117,159,130)
#82A88E
(130,168,142)
#8FB19A
(143,177,154)
#9CBAA6
(156,186,166)
#A9C3B2
(169,195,178)
#B6CCBE
(182,204,190)
#C3D5CA
(195,213,202)
#D0DED6
(208,222,214)
#DDE7E2
(221,231,226)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689676 color. Also use rgb(104,150,118) instead hex code.

Text Font Color

.myTextColor { color: #689676; }

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

This text font color is #689676.


Background Color

.myBgColor { background-color: #689676; }

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

This div background color is #689676.


Border color

.myBorderColor { border: 1px solid #689676; }

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

This div border color is #689676.


Opacity

.myOpacity80 { color: #689676; opacity: 0.8; }

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

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

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

This text has shadow with #689676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689676 on black background.


Color preview on white background

This text has color #689676 on white background.



Black color preview on #689676 background

This text has black color on #689676 background.


White color preview on #689676 background

This text has white color on #689676 background.