COLOR #689A57

HEX: #689A57
RGB: (104,154,87)

Color info

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

RGB color model

#689A57 color RGB value is (104,154,87).

  • red value is 104;
  • green value is 154;
  • blue value is 87.
RGB:
(104,154,87)
(41%,60%,34%)

RGB channels and saturation

R 104 of 255 = 41%
G 154 of 255 = 60%
B 87 of 255 = 34%

104
154
87

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

Portions of RGB colors in percentages

R + G + B =
104 + 154 + 87 = 345 (100%)
R 104 of 345 ~ 30.14%
G 154 of 345 ~ 44.64%
B 87 of 345 ~ 25.22%

%30.14
%44.64
%25.22

CMYK color model

#689A57 color CMYK value is (32,0,44,40).

  • cyan value is 32.47%
  • magenta value is 0.00%
  • yellow value is 43.51%
  • key color value is 39.61%
CMYK:
(32,0,44,40)
C32M0Y44K40 
(32%,0%,44%,40%)
(0.32/0.00/0.44/0.40)	

CMYK percentages

%32.47
%0
%43.51
%39.61

Codes

Color #689A57 in popluar color models

689A57
RGB10415487
HSL105°27.80%47.25%
HSB/HSV105°43.51%60.39%
CMYK32.47%0.00%43.51%
39.61%

Color #689A57 in popluar number systems.

HEX689A57
Decimal10415487
Binary1101000100110101010111
Octal150232127

Shades and tints

Shades of #689A57

#689A57
(104,154,87)
#5F8C50
(95,140,80)
#567E49
(86,126,73)
#4D7042
(77,112,66)
#44623B
(68,98,59)
#3B5434
(59,84,52)
#32462D
(50,70,45)
#293826
(41,56,38)
#202A1F
(32,42,31)
#171C18
(23,28,24)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #689A57

#689A57
(104,154,87)
#75A366
(117,163,102)
#82AC75
(130,172,117)
#8FB584
(143,181,132)
#9CBE93
(156,190,147)
#A9C7A2
(169,199,162)
#B6D0B1
(182,208,177)
#C3D9C0
(195,217,192)
#D0E2CF
(208,226,207)
#DDEBDE
(221,235,222)
#EAF4ED
(234,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689A57 color. Also use rgb(104,154,87) instead hex code.

Text Font Color

.myTextColor { color: #689A57; }

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

This text font color is #689A57.


Background Color

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

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

This div background color is #689A57.


Border color

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

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

This div border color is #689A57.


Opacity

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

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

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

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

This text has shadow with #689A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689A57 on black background.


Color preview on white background

This text has color #689A57 on white background.



Black color preview on #689A57 background

This text has black color on #689A57 background.


White color preview on #689A57 background

This text has white color on #689A57 background.