COLOR #689955

HEX: #689955 RGB: (104,153,85)

Color info

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

RGB color model

#689955 color RGB value is (104,153,85).

RGB: (104,153,85) (41%, 60%, 33%)

RGB channels and saturation

R 104 of 255 = 41%
G 153 of 255 = 60%
B 85 of 255 = 33%

104
153
85

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

Portions of RGB colors in percentages

R + G + B = 104 + 153 + 85 = 342 (100%)
R 104 of 342 ~ 30.41%
G 153 of 342 ~ 44.74%
B 85 of 342 ~ 24.85'%

%30.41
%44.74
%24.85

CMYK color model

#689955 color CMYK value is (32,0,44,40).

  • cyan value is 32.03%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 40.00%

CMYK: (32,0,44,40)
C32M0Y44K40 (32%, 0%, 44%, 40%)
(0.32 / 0.00 / 0.44 / 0.40)

CMYK percentages

%32.03
%0
%44.44
%40

Codes

Color #689955 in popluar color models

68 99 55
RGB 104 153 85
HSL 103° 28.57% 46.67%
HSB/HSV 103° 44.44% 60.00%
CMYK 32.03% 0.00% 44.44%
40.00%

Color #689955 in popluar number systems.

HEX 68 99 55
Decimal 104 153 85
Binary 1101000 10011001 1010101
Octal 150 231 125

Shades and tints

Shades of #689955

#689955
(104,153,85)
#5F8C4E
(95,140,78)
#567F47
(86,127,71)
#4D7240
(77,114,64)
#446539
(68,101,57)
#3B5832
(59,88,50)
#324B2B
(50,75,43)
#293E24
(41,62,36)
#20311D
(32,49,29)
#172416
(23,36,22)
#0E170F
(14,23,15)
#000000
(0,0,0)

Tints of #689955

#689955
(104,153,85)
#75A264
(117,162,100)
#82AB73
(130,171,115)
#8FB482
(143,180,130)
#9CBD91
(156,189,145)
#A9C6A0
(169,198,160)
#B6CFAF
(182,207,175)
#C3D8BE
(195,216,190)
#D0E1CD
(208,225,205)
#DDEADC
(221,234,220)
#EAF3EB
(234,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689955 color. Also use rgb(104,153,85) instead hex code.

Text Font Color

.myTextColor { color: #689955; }

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

This text font color is #689955.

Background Color

.myBgColor { background-color: #689955; }

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

This div background color is #689955.

Border color

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

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

This div border color is #689955.

Opacity

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

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

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

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

This text has shadow with #689955 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #689955.

Preview

Color preview on black background

This text has color #689955 on black background.


Color preview on white background

This text has color #689955 on white background.


Black color preview on #689955 background

This text has black color on #689955 background.


White color preview on #689955 background

This text has white color on #689955 background.


Related colors

Complementary color

Complementary color for #hex is #9766AA.


I love getcolorcode.com

Triadic colors

1 #556899 and #995568 with #689955 are triadic colors.

2 #559968 and #996855 with #689955 are triadic colors.