COLOR #689255

HEX: #689255 RGB: (104,146,85)

Color info

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

RGB color model

#689255 color RGB value is (104,146,85).

RGB: (104,146,85) (41%, 57%, 33%)

RGB channels and saturation

R 104 of 255 = 41%
G 146 of 255 = 57%
B 85 of 255 = 33%

104
146
85

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

Portions of RGB colors in percentages

R + G + B = 104 + 146 + 85 = 335 (100%)
R 104 of 335 ~ 31.04%
G 146 of 335 ~ 43.58%
B 85 of 335 ~ 25.37'%

%31.04
%43.58
%25.37

CMYK color model

#689255 color CMYK value is (29,0,42,43).

  • cyan value is 28.77%
  • magenta value is 0.00%
  • yellow value is 41.78%
  • key color value is 42.75%

CMYK: (29,0,42,43)
C29M0Y42K43 (29%, 0%, 42%, 43%)
(0.29 / 0.00 / 0.42 / 0.43)

CMYK percentages

%28.77
%0
%41.78
%42.75

Codes

Color #689255 in popluar color models

68 92 55
RGB 104 146 85
HSL 101° 26.41% 45.29%
HSB/HSV 101° 41.78% 57.25%
CMYK 28.77% 0.00% 41.78%
42.75%

Color #689255 in popluar number systems.

HEX 68 92 55
Decimal 104 146 85
Binary 1101000 10010010 1010101
Octal 150 222 125

Shades and tints

Shades of #689255

#689255
(104,146,85)
#5F854E
(95,133,78)
#567847
(86,120,71)
#4D6B40
(77,107,64)
#445E39
(68,94,57)
#3B5132
(59,81,50)
#32442B
(50,68,43)
#293724
(41,55,36)
#202A1D
(32,42,29)
#171D16
(23,29,22)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #689255

#689255
(104,146,85)
#759B64
(117,155,100)
#82A473
(130,164,115)
#8FAD82
(143,173,130)
#9CB691
(156,182,145)
#A9BFA0
(169,191,160)
#B6C8AF
(182,200,175)
#C3D1BE
(195,209,190)
#D0DACD
(208,218,205)
#DDE3DC
(221,227,220)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #689255; }

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

This text font color is #689255.

Background Color

.myBgColor { background-color: #689255; }

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

This div background color is #689255.

Border color

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

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

This div border color is #689255.

Opacity

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

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

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

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

This text has shadow with #689255 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #689255.

Preview

Color preview on black background

This text has color #689255 on black background.


Color preview on white background

This text has color #689255 on white background.


Black color preview on #689255 background

This text has black color on #689255 background.


White color preview on #689255 background

This text has white color on #689255 background.


Related colors

Complementary color

Complementary color for #hex is #976DAA.


I love getcolorcode.com

Triadic colors

1 #556892 and #925568 with #689255 are triadic colors.

2 #559268 and #926855 with #689255 are triadic colors.