COLOR #689554

HEX: #689554 RGB: (104,149,84)

Color info

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

RGB color model

#689554 color RGB value is (104,149,84).

RGB: (104,149,84) (41%, 58%, 33%)

RGB channels and saturation

R 104 of 255 = 41%
G 149 of 255 = 58%
B 84 of 255 = 33%

104
149
84

R + G + B ~ 44%. #689554 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 149 + 84 = 337 (100%)
R 104 of 337 ~ 30.86%
G 149 of 337 ~ 44.21%
B 84 of 337 ~ 24.93'%

%30.86
%44.21
%24.93

CMYK color model

#689554 color CMYK value is (30,0,44,42).

  • cyan value is 30.20%
  • magenta value is 0.00%
  • yellow value is 43.62%
  • key color value is 41.57%
CMYK: (30,0,44,42) C30M0Y44K42 (30%,0%,44%,42%) (0.30/0.00/0.44/0.42) 

CMYK percentages

%30.2
%0
%43.62
%41.57

Codes

Color #689554 in popluar color models

68 95 54
RGB 104 149 84
HSL 102° 27.90% 45.69%
HSB/HSV 102° 43.62% 58.43%
CMYK 30.20% 0.00% 43.62%
41.57%

Color #689554 in popluar number systems.

HEX 68 95 54
Decimal 104 149 84
Binary 1101000 10010101 1010100
Octal 150 225 124

Shades and tints

Shades of #689554

#689554
(104,149,84)
#5F884D
(95,136,77)
#567B46
(86,123,70)
#4D6E3F
(77,110,63)
#446138
(68,97,56)
#3B5431
(59,84,49)
#32472A
(50,71,42)
#293A23
(41,58,35)
#202D1C
(32,45,28)
#172015
(23,32,21)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #689554

#689554
(104,149,84)
#759E63
(117,158,99)
#82A772
(130,167,114)
#8FB081
(143,176,129)
#9CB990
(156,185,144)
#A9C29F
(169,194,159)
#B6CBAE
(182,203,174)
#C3D4BD
(195,212,189)
#D0DDCC
(208,221,204)
#DDE6DB
(221,230,219)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689554 color. Also use rgb(104,149,84) instead hex code.

Text Font Color

.myTextColor { color: #689554; }

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

This text font color is #689554.

Background Color

.myBgColor { background-color: #689554; }

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

This div background color is #689554.

Border color

.myBorderColor { border: 1px solid #689554; }

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

This div border color is #689554.

Opacity

.myOpacity80 { color: #689554; opacity: 0.8; }

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

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

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

This text has shadow with #689554 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #689554.

Preview

Color preview on black background

This text has color #689554 on black background.


Color preview on white background

This text has color #689554 on white background.


Black color preview on #689554 background

This text has black color on #689554 background.


White color preview on #689554 background

This text has white color on #689554 background.


Related colors

Complementary color

Complementary color for #hex is #976AAB.


I love getcolorcode.com

Triadic colors

1 #546895 and #955468 with #689554 are triadic colors.

2 #549568 and #956854 with #689554 are triadic colors.