COLOR #689C64

HEX: #689C64
RGB: (104,156,100)

Color info

#689C64 contains red, green and blue colors in about the same proportion. Web safe color of #689C64 is #669966 (or #696).

RGB color model

#689C64 color RGB value is (104,156,100).

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

RGB channels and saturation

R 104 of 255 = 41%
G 156 of 255 = 61%
B 100 of 255 = 39%

104
156
100

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

Portions of RGB colors in percentages

R + G + B =
104 + 156 + 100 = 360 (100%)
R 104 of 360 ~ 28.89%
G 156 of 360 ~ 43.33%
B 100 of 360 ~ 27.78%

%28.89
%43.33
%27.78

CMYK color model

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

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 35.90%
  • key color value is 38.82%
CMYK:
(33,0,36,39)
C33M0Y36K39 
(33%,0%,36%,39%)
(0.33/0.00/0.36/0.39)	

CMYK percentages

%33.33
%0
%35.9
%38.82

Codes

Color #689C64 in popluar color models

689C64
RGB104156100
HSL116°22.05%50.20%
HSB/HSV116°35.90%61.18%
CMYK33.33%0.00%35.90%
38.82%

Color #689C64 in popluar number systems.

HEX689C64
Decimal104156100
Binary1101000100111001100100
Octal150234144

Shades and tints

Shades of #689C64

#689C64
(104,156,100)
#5F8E5B
(95,142,91)
#568052
(86,128,82)
#4D7249
(77,114,73)
#446440
(68,100,64)
#3B5637
(59,86,55)
#32482E
(50,72,46)
#293A25
(41,58,37)
#202C1C
(32,44,28)
#171E13
(23,30,19)
#0E100A
(14,16,10)
#000000
(0,0,0)

Tints of #689C64

#689C64
(104,156,100)
#75A572
(117,165,114)
#82AE80
(130,174,128)
#8FB78E
(143,183,142)
#9CC09C
(156,192,156)
#A9C9AA
(169,201,170)
#B6D2B8
(182,210,184)
#C3DBC6
(195,219,198)
#D0E4D4
(208,228,212)
#DDEDE2
(221,237,226)
#EAF6F0
(234,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #689C64; }

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

This text font color is #689C64.


Background Color

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

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

This div background color is #689C64.


Border color

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

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

This div border color is #689C64.


Opacity

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

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

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

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

This text has shadow with #689C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689C64 on black background.


Color preview on white background

This text has color #689C64 on white background.



Black color preview on #689C64 background

This text has black color on #689C64 background.


White color preview on #689C64 background

This text has white color on #689C64 background.