COLOR #689D3B

HEX: #689D3B
RGB: (104,157,59)

Color info

#689D3B contains mainly red and green colors. Web safe color of #689D3B is #669933 (or #693).

RGB color model

#689D3B color RGB value is (104,157,59).

  • red value is 104;
  • green value is 157;
  • blue value is 59.
RGB:
(104,157,59)
(41%,62%,23%)

RGB channels and saturation

R 104 of 255 = 41%
G 157 of 255 = 62%
B 59 of 255 = 23%

104
157
59

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

Portions of RGB colors in percentages

R + G + B =
104 + 157 + 59 = 320 (100%)
R 104 of 320 ~ 32.5%
G 157 of 320 ~ 49.06%
B 59 of 320 ~ 18.44%

%32.5
%49.06
%18.44

CMYK color model

#689D3B color CMYK value is (34,0,62,38).

  • cyan value is 33.76%
  • magenta value is 0.00%
  • yellow value is 62.42%
  • key color value is 38.43%
CMYK:
(34,0,62,38)
C34M0Y62K38 
(34%,0%,62%,38%)
(0.34/0.00/0.62/0.38)	

CMYK percentages

%33.76
%0
%62.42
%38.43

Codes

Color #689D3B in popluar color models

689D3B
RGB10415759
HSL92°45.37%42.35%
HSB/HSV92°62.42%61.57%
CMYK33.76%0.00%62.42%
38.43%

Color #689D3B in popluar number systems.

HEX689D3B
Decimal10415759
Binary110100010011101111011
Octal15023573

Shades and tints

Shades of #689D3B

#689D3B
(104,157,59)
#5F8F36
(95,143,54)
#568131
(86,129,49)
#4D732C
(77,115,44)
#446527
(68,101,39)
#3B5722
(59,87,34)
#32491D
(50,73,29)
#293B18
(41,59,24)
#202D13
(32,45,19)
#171F0E
(23,31,14)
#0E1109
(14,17,9)
#000000
(0,0,0)

Tints of #689D3B

#689D3B
(104,157,59)
#75A54C
(117,165,76)
#82AD5D
(130,173,93)
#8FB56E
(143,181,110)
#9CBD7F
(156,189,127)
#A9C590
(169,197,144)
#B6CDA1
(182,205,161)
#C3D5B2
(195,213,178)
#D0DDC3
(208,221,195)
#DDE5D4
(221,229,212)
#EAEDE5
(234,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689D3B color. Also use rgb(104,157,59) instead hex code.

Text Font Color

.myTextColor { color: #689D3B; }

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

This text font color is #689D3B.


Background Color

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

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

This div background color is #689D3B.


Border color

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

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

This div border color is #689D3B.


Opacity

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

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

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

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

This text has shadow with #689D3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689D3B on black background.


Color preview on white background

This text has color #689D3B on white background.



Black color preview on #689D3B background

This text has black color on #689D3B background.


White color preview on #689D3B background

This text has white color on #689D3B background.