COLOR #689D34

HEX: #689D34 RGB: (104,157,52)

Color info

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

RGB color model

#689D34 color RGB value is (104,157,52).

RGB: (104,157,52) (41%, 62%, 20%)

RGB channels and saturation

R 104 of 255 = 41%
G 157 of 255 = 62%
B 52 of 255 = 20%

104
157
52

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

Portions of RGB colors in percentages

R + G + B = 104 + 157 + 52 = 313 (100%)
R 104 of 313 ~ 33.23%
G 157 of 313 ~ 50.16%
B 52 of 313 ~ 16.61'%

%33.23
%50.16
%16.61

CMYK color model

#689D34 color CMYK value is (34,0,67,38).

  • cyan value is 33.76%
  • magenta value is 0.00%
  • yellow value is 66.88%
  • key color value is 38.43%

CMYK: (34,0,67,38)
C34M0Y67K38 (34%, 0%, 67%, 38%)
(0.34 / 0.00 / 0.67 / 0.38)

CMYK percentages

%33.76
%0
%66.88
%38.43

Codes

Color #689D34 in popluar color models

68 9D 34
RGB 104 157 52
HSL 90° 50.24% 40.98%
HSB/HSV 90° 66.88% 61.57%
CMYK 33.76% 0.00% 66.88%
38.43%

Color #689D34 in popluar number systems.

HEX 68 9D 34
Decimal 104 157 52
Binary 1101000 10011101 110100
Octal 150 235 64

Shades and tints

Shades of #689D34

#689D34
(104,157,52)
#5F8F30
(95,143,48)
#56812C
(86,129,44)
#4D7328
(77,115,40)
#446524
(68,101,36)
#3B5720
(59,87,32)
#32491C
(50,73,28)
#293B18
(41,59,24)
#202D14
(32,45,20)
#171F10
(23,31,16)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #689D34

#689D34
(104,157,52)
#75A546
(117,165,70)
#82AD58
(130,173,88)
#8FB56A
(143,181,106)
#9CBD7C
(156,189,124)
#A9C58E
(169,197,142)
#B6CDA0
(182,205,160)
#C3D5B2
(195,213,178)
#D0DDC4
(208,221,196)
#DDE5D6
(221,229,214)
#EAEDE8
(234,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #689D34; }

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

This text font color is #689D34.

Background Color

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

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

This div background color is #689D34.

Border color

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

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

This div border color is #689D34.

Opacity

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

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

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

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

This text has shadow with #689D34 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #689D34.

Preview

Color preview on black background

This text has color #689D34 on black background.


Color preview on white background

This text has color #689D34 on white background.


Black color preview on #689D34 background

This text has black color on #689D34 background.


White color preview on #689D34 background

This text has white color on #689D34 background.


Related colors

Complementary color

Complementary color for #hex is #9762CB.


I love getcolorcode.com

Triadic colors

1 #34689D and #9D3468 with #689D34 are triadic colors.

2 #349D68 and #9D6834 with #689D34 are triadic colors.