COLOR #689675

HEX: #689675
RGB: (104,150,117)

Color info

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

RGB color model

#689675 color RGB value is (104,150,117).

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

RGB channels and saturation

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

104
150
117

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

Portions of RGB colors in percentages

R + G + B =
104 + 150 + 117 = 371 (100%)
R 104 of 371 ~ 28.03%
G 150 of 371 ~ 40.43%
B 117 of 371 ~ 31.54%

%28.03
%40.43
%31.54

CMYK color model

#689675 color CMYK value is (31,0,22,41).

  • cyan value is 30.67%
  • magenta value is 0.00%
  • yellow value is 22.00%
  • key color value is 41.18%
CMYK:
(31,0,22,41)
C31M0Y22K41 
(31%,0%,22%,41%)
(0.31/0.00/0.22/0.41)	

CMYK percentages

%30.67
%0
%22
%41.18

Codes

Color #689675 in popluar color models

689675
RGB104150117
HSL137°18.11%49.80%
HSB/HSV137°30.67%58.82%
CMYK30.67%0.00%22.00%
41.18%

Color #689675 in popluar number systems.

HEX689675
Decimal104150117
Binary1101000100101101110101
Octal150226165

Shades and tints

Shades of #689675

#689675
(104,150,117)
#5F896B
(95,137,107)
#567C61
(86,124,97)
#4D6F57
(77,111,87)
#44624D
(68,98,77)
#3B5543
(59,85,67)
#324839
(50,72,57)
#293B2F
(41,59,47)
#202E25
(32,46,37)
#17211B
(23,33,27)
#0E1411
(14,20,17)
#000000
(0,0,0)

Tints of #689675

#689675
(104,150,117)
#759F81
(117,159,129)
#82A88D
(130,168,141)
#8FB199
(143,177,153)
#9CBAA5
(156,186,165)
#A9C3B1
(169,195,177)
#B6CCBD
(182,204,189)
#C3D5C9
(195,213,201)
#D0DED5
(208,222,213)
#DDE7E1
(221,231,225)
#EAF0ED
(234,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #689675; }

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

This text font color is #689675.


Background Color

.myBgColor { background-color: #689675; }

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

This div background color is #689675.


Border color

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

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

This div border color is #689675.


Opacity

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

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

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

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

This text has shadow with #689675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689675 on black background.


Color preview on white background

This text has color #689675 on white background.



Black color preview on #689675 background

This text has black color on #689675 background.


White color preview on #689675 background

This text has white color on #689675 background.