COLOR #689D5A

HEX: #689D5A
RGB: (104,157,90)

Color info

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

RGB color model

#689D5A color RGB value is (104,157,90).

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

RGB channels and saturation

R 104 of 255 = 41%
G 157 of 255 = 62%
B 90 of 255 = 35%

104
157
90

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

Portions of RGB colors in percentages

R + G + B =
104 + 157 + 90 = 351 (100%)
R 104 of 351 ~ 29.63%
G 157 of 351 ~ 44.73%
B 90 of 351 ~ 25.64%

%29.63
%44.73
%25.64

CMYK color model

#689D5A color CMYK value is (34,0,43,38).

  • cyan value is 33.76%
  • magenta value is 0.00%
  • yellow value is 42.68%
  • key color value is 38.43%
CMYK:
(34,0,43,38)
C34M0Y43K38 
(34%,0%,43%,38%)
(0.34/0.00/0.43/0.38)	

CMYK percentages

%33.76
%0
%42.68
%38.43

Codes

Color #689D5A in popluar color models

689D5A
RGB10415790
HSL107°27.13%48.43%
HSB/HSV107°42.68%61.57%
CMYK33.76%0.00%42.68%
38.43%

Color #689D5A in popluar number systems.

HEX689D5A
Decimal10415790
Binary1101000100111011011010
Octal150235132

Shades and tints

Shades of #689D5A

#689D5A
(104,157,90)
#5F8F52
(95,143,82)
#56814A
(86,129,74)
#4D7342
(77,115,66)
#44653A
(68,101,58)
#3B5732
(59,87,50)
#32492A
(50,73,42)
#293B22
(41,59,34)
#202D1A
(32,45,26)
#171F12
(23,31,18)
#0E110A
(14,17,10)
#000000
(0,0,0)

Tints of #689D5A

#689D5A
(104,157,90)
#75A569
(117,165,105)
#82AD78
(130,173,120)
#8FB587
(143,181,135)
#9CBD96
(156,189,150)
#A9C5A5
(169,197,165)
#B6CDB4
(182,205,180)
#C3D5C3
(195,213,195)
#D0DDD2
(208,221,210)
#DDE5E1
(221,229,225)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #689D5A; }

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

This text font color is #689D5A.


Background Color

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

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

This div background color is #689D5A.


Border color

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

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

This div border color is #689D5A.


Opacity

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

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

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

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

This text has shadow with #689D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689D5A on black background.


Color preview on white background

This text has color #689D5A on white background.



Black color preview on #689D5A background

This text has black color on #689D5A background.


White color preview on #689D5A background

This text has white color on #689D5A background.