COLOR #689556

HEX: #689556
RGB: (104,149,86)

Color info

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

RGB color model

#689556 color RGB value is (104,149,86).

  • red value is 104;
  • green value is 149;
  • blue value is 86.
RGB:
(104,149,86)
(41%,58%,34%)

RGB channels and saturation

R 104 of 255 = 41%
G 149 of 255 = 58%
B 86 of 255 = 34%

104
149
86

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

Portions of RGB colors in percentages

R + G + B =
104 + 149 + 86 = 339 (100%)
R 104 of 339 ~ 30.68%
G 149 of 339 ~ 43.95%
B 86 of 339 ~ 25.37%

%30.68
%43.95
%25.37

CMYK color model

#689556 color CMYK value is (30,0,42,42).

  • cyan value is 30.20%
  • magenta value is 0.00%
  • yellow value is 42.28%
  • key color value is 41.57%
CMYK:
(30,0,42,42)
C30M0Y42K42 
(30%,0%,42%,42%)
(0.30/0.00/0.42/0.42)	

CMYK percentages

%30.2
%0
%42.28
%41.57

Codes

Color #689556 in popluar color models

689556
RGB10414986
HSL103°26.81%46.08%
HSB/HSV103°42.28%58.43%
CMYK30.20%0.00%42.28%
41.57%

Color #689556 in popluar number systems.

HEX689556
Decimal10414986
Binary1101000100101011010110
Octal150225126

Shades and tints

Shades of #689556

#689556
(104,149,86)
#5F884F
(95,136,79)
#567B48
(86,123,72)
#4D6E41
(77,110,65)
#44613A
(68,97,58)
#3B5433
(59,84,51)
#32472C
(50,71,44)
#293A25
(41,58,37)
#202D1E
(32,45,30)
#172017
(23,32,23)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #689556

#689556
(104,149,86)
#759E65
(117,158,101)
#82A774
(130,167,116)
#8FB083
(143,176,131)
#9CB992
(156,185,146)
#A9C2A1
(169,194,161)
#B6CBB0
(182,203,176)
#C3D4BF
(195,212,191)
#D0DDCE
(208,221,206)
#DDE6DD
(221,230,221)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689556 color. Also use rgb(104,149,86) instead hex code.

Text Font Color

.myTextColor { color: #689556; }

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

This text font color is #689556.


Background Color

.myBgColor { background-color: #689556; }

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

This div background color is #689556.


Border color

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

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

This div border color is #689556.


Opacity

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

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

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

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

This text has shadow with #689556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689556 on black background.


Color preview on white background

This text has color #689556 on white background.



Black color preview on #689556 background

This text has black color on #689556 background.


White color preview on #689556 background

This text has white color on #689556 background.