COLOR #689C5F

HEX: #689C5F
RGB: (104,156,95)

Color info

#689C5F contains mainly red and green colors. Web safe color of #689C5F is #669966 (or #696).

RGB color model

#689C5F color RGB value is (104,156,95).

  • red value is 104;
  • green value is 156;
  • blue value is 95.
RGB:
(104,156,95)
(41%,61%,37%)

RGB channels and saturation

R 104 of 255 = 41%
G 156 of 255 = 61%
B 95 of 255 = 37%

104
156
95

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

Portions of RGB colors in percentages

R + G + B =
104 + 156 + 95 = 355 (100%)
R 104 of 355 ~ 29.3%
G 156 of 355 ~ 43.94%
B 95 of 355 ~ 26.76%

%29.3
%43.94
%26.76

CMYK color model

#689C5F color CMYK value is (33,0,39,39).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 39.10%
  • key color value is 38.82%
CMYK:
(33,0,39,39)
C33M0Y39K39 
(33%,0%,39%,39%)
(0.33/0.00/0.39/0.39)	

CMYK percentages

%33.33
%0
%39.1
%38.82

Codes

Color #689C5F in popluar color models

689C5F
RGB10415695
HSL111°24.30%49.22%
HSB/HSV111°39.10%61.18%
CMYK33.33%0.00%39.10%
38.82%

Color #689C5F in popluar number systems.

HEX689C5F
Decimal10415695
Binary1101000100111001011111
Octal150234137

Shades and tints

Shades of #689C5F

#689C5F
(104,156,95)
#5F8E57
(95,142,87)
#56804F
(86,128,79)
#4D7247
(77,114,71)
#44643F
(68,100,63)
#3B5637
(59,86,55)
#32482F
(50,72,47)
#293A27
(41,58,39)
#202C1F
(32,44,31)
#171E17
(23,30,23)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #689C5F

#689C5F
(104,156,95)
#75A56D
(117,165,109)
#82AE7B
(130,174,123)
#8FB789
(143,183,137)
#9CC097
(156,192,151)
#A9C9A5
(169,201,165)
#B6D2B3
(182,210,179)
#C3DBC1
(195,219,193)
#D0E4CF
(208,228,207)
#DDEDDD
(221,237,221)
#EAF6EB
(234,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689C5F color. Also use rgb(104,156,95) instead hex code.

Text Font Color

.myTextColor { color: #689C5F; }

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

This text font color is #689C5F.


Background Color

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

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

This div background color is #689C5F.


Border color

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

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

This div border color is #689C5F.


Opacity

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

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

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

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

This text has shadow with #689C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689C5F on black background.


Color preview on white background

This text has color #689C5F on white background.



Black color preview on #689C5F background

This text has black color on #689C5F background.


White color preview on #689C5F background

This text has white color on #689C5F background.