COLOR #689E4F

HEX: #689E4F
RGB: (104,158,79)

Color info

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

RGB color model

#689E4F color RGB value is (104,158,79).

  • red value is 104;
  • green value is 158;
  • blue value is 79.
RGB:
(104,158,79)
(41%,62%,31%)

RGB channels and saturation

R 104 of 255 = 41%
G 158 of 255 = 62%
B 79 of 255 = 31%

104
158
79

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

Portions of RGB colors in percentages

R + G + B =
104 + 158 + 79 = 341 (100%)
R 104 of 341 ~ 30.5%
G 158 of 341 ~ 46.33%
B 79 of 341 ~ 23.17%

%30.5
%46.33
%23.17

CMYK color model

#689E4F color CMYK value is (34,0,50,38).

  • cyan value is 34.18%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 38.04%
CMYK:
(34,0,50,38)
C34M0Y50K38 
(34%,0%,50%,38%)
(0.34/0.00/0.50/0.38)	

CMYK percentages

%34.18
%0
%50
%38.04

Codes

Color #689E4F in popluar color models

689E4F
RGB10415879
HSL101°33.33%46.47%
HSB/HSV101°50.00%61.96%
CMYK34.18%0.00%50.00%
38.04%

Color #689E4F in popluar number systems.

HEX689E4F
Decimal10415879
Binary1101000100111101001111
Octal150236117

Shades and tints

Shades of #689E4F

#689E4F
(104,158,79)
#5F9048
(95,144,72)
#568241
(86,130,65)
#4D743A
(77,116,58)
#446633
(68,102,51)
#3B582C
(59,88,44)
#324A25
(50,74,37)
#293C1E
(41,60,30)
#202E17
(32,46,23)
#172010
(23,32,16)
#0E1209
(14,18,9)
#000000
(0,0,0)

Tints of #689E4F

#689E4F
(104,158,79)
#75A65F
(117,166,95)
#82AE6F
(130,174,111)
#8FB67F
(143,182,127)
#9CBE8F
(156,190,143)
#A9C69F
(169,198,159)
#B6CEAF
(182,206,175)
#C3D6BF
(195,214,191)
#D0DECF
(208,222,207)
#DDE6DF
(221,230,223)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #689E4F; }

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

This text font color is #689E4F.


Background Color

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

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

This div background color is #689E4F.


Border color

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

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

This div border color is #689E4F.


Opacity

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

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

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

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

This text has shadow with #689E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689E4F on black background.


Color preview on white background

This text has color #689E4F on white background.



Black color preview on #689E4F background

This text has black color on #689E4F background.


White color preview on #689E4F background

This text has white color on #689E4F background.