COLOR #689E55

HEX: #689E55 RGB: (104,158,85)

Color info

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

RGB color model

#689E55 color RGB value is (104,158,85).

RGB: (104,158,85) (41%, 62%, 33%)

RGB channels and saturation

R 104 of 255 = 41%
G 158 of 255 = 62%
B 85 of 255 = 33%

104
158
85

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

Portions of RGB colors in percentages

R + G + B = 104 + 158 + 85 = 347 (100%)
R 104 of 347 ~ 29.97%
G 158 of 347 ~ 45.53%
B 85 of 347 ~ 24.5'%

%29.97
%45.53
%24.5

CMYK color model

#689E55 color CMYK value is (34,0,46,38).

  • cyan value is 34.18%
  • magenta value is 0.00%
  • yellow value is 46.20%
  • key color value is 38.04%

CMYK: (34,0,46,38)
C34M0Y46K38 (34%, 0%, 46%, 38%)
(0.34 / 0.00 / 0.46 / 0.38)

CMYK percentages

%34.18
%0
%46.2
%38.04

Codes

Color #689E55 in popluar color models

68 9E 55
RGB 104 158 85
HSL 104° 30.04% 47.65%
HSB/HSV 104° 46.20% 61.96%
CMYK 34.18% 0.00% 46.20%
38.04%

Color #689E55 in popluar number systems.

HEX 68 9E 55
Decimal 104 158 85
Binary 1101000 10011110 1010101
Octal 150 236 125

Shades and tints

Shades of #689E55

#689E55
(104,158,85)
#5F904E
(95,144,78)
#568247
(86,130,71)
#4D7440
(77,116,64)
#446639
(68,102,57)
#3B5832
(59,88,50)
#324A2B
(50,74,43)
#293C24
(41,60,36)
#202E1D
(32,46,29)
#172016
(23,32,22)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #689E55

#689E55
(104,158,85)
#75A664
(117,166,100)
#82AE73
(130,174,115)
#8FB682
(143,182,130)
#9CBE91
(156,190,145)
#A9C6A0
(169,198,160)
#B6CEAF
(182,206,175)
#C3D6BE
(195,214,190)
#D0DECD
(208,222,205)
#DDE6DC
(221,230,220)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689E55 color. Also use rgb(104,158,85) instead hex code.

Text Font Color

.myTextColor { color: #689E55; }

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

This text font color is #689E55.

Background Color

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

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

This div background color is #689E55.

Border color

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

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

This div border color is #689E55.

Opacity

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

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

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

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

This text has shadow with #689E55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #689E55.

Preview

Color preview on black background

This text has color #689E55 on black background.


Color preview on white background

This text has color #689E55 on white background.


Black color preview on #689E55 background

This text has black color on #689E55 background.


White color preview on #689E55 background

This text has white color on #689E55 background.


Related colors

Complementary color

Complementary color for #hex is #9761AA.


I love getcolorcode.com

Triadic colors

1 #55689E and #9E5568 with #689E55 are triadic colors.

2 #559E68 and #9E6855 with #689E55 are triadic colors.