COLOR #689B5F

HEX: #689B5F RGB: (104,155,95)

Color info

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

RGB color model

#689B5F color RGB value is (104,155,95).

RGB: (104,155,95) (41%, 61%, 37%)

RGB channels and saturation

R 104 of 255 = 41%
G 155 of 255 = 61%
B 95 of 255 = 37%

104
155
95

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

Portions of RGB colors in percentages

R + G + B = 104 + 155 + 95 = 354 (100%)
R 104 of 354 ~ 29.38%
G 155 of 354 ~ 43.79%
B 95 of 354 ~ 26.84'%

%29.38
%43.79
%26.84

CMYK color model

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

  • cyan value is 32.90%
  • magenta value is 0.00%
  • yellow value is 38.71%
  • key color value is 39.22%

CMYK: (33,0,39,39)
C33M0Y39K39 (33%, 0%, 39%, 39%)
(0.33 / 0.00 / 0.39 / 0.39)

CMYK percentages

%32.9
%0
%38.71
%39.22

Codes

Color #689B5F in popluar color models

68 9B 5F
RGB 104 155 95
HSL 111° 24.00% 49.02%
HSB/HSV 111° 38.71% 60.78%
CMYK 32.90% 0.00% 38.71%
39.22%

Color #689B5F in popluar number systems.

HEX 68 9B 5F
Decimal 104 155 95
Binary 1101000 10011011 1011111
Octal 150 233 137

Shades and tints

Shades of #689B5F

#689B5F
(104,155,95)
#5F8D57
(95,141,87)
#567F4F
(86,127,79)
#4D7147
(77,113,71)
#44633F
(68,99,63)
#3B5537
(59,85,55)
#32472F
(50,71,47)
#293927
(41,57,39)
#202B1F
(32,43,31)
#171D17
(23,29,23)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #689B5F

#689B5F
(104,155,95)
#75A46D
(117,164,109)
#82AD7B
(130,173,123)
#8FB689
(143,182,137)
#9CBF97
(156,191,151)
#A9C8A5
(169,200,165)
#B6D1B3
(182,209,179)
#C3DAC1
(195,218,193)
#D0E3CF
(208,227,207)
#DDECDD
(221,236,221)
#EAF5EB
(234,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689B5F color. Also use rgb(104,155,95) instead hex code.

Text Font Color

.myTextColor { color: #689B5F; }

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

This text font color is #689B5F.

Background Color

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

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

This div background color is #689B5F.

Border color

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

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

This div border color is #689B5F.

Opacity

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

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

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

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

This text has shadow with #689B5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #689B5F.

Preview

Color preview on black background

This text has color #689B5F on black background.


Color preview on white background

This text has color #689B5F on white background.


Black color preview on #689B5F background

This text has black color on #689B5F background.


White color preview on #689B5F background

This text has white color on #689B5F background.


Related colors

Complementary color

Complementary color for #hex is #9764A0.


I love getcolorcode.com

Triadic colors

1 #5F689B and #9B5F68 with #689B5F are triadic colors.

2 #5F9B68 and #9B685F with #689B5F are triadic colors.