COLOR #688F65

HEX: #688F65 RGB: (104,143,101)

Color info

#688F65 contains red, green and blue colors in about the same proportion. Web safe color of #688F65 is #669966 (or #696).

RGB color model

#688F65 color RGB value is (104,143,101).

RGB: (104,143,101) (41%, 56%, 40%)

RGB channels and saturation

R 104 of 255 = 41%
G 143 of 255 = 56%
B 101 of 255 = 40%

104
143
101

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

Portions of RGB colors in percentages

R + G + B = 104 + 143 + 101 = 348 (100%)
R 104 of 348 ~ 29.89%
G 143 of 348 ~ 41.09%
B 101 of 348 ~ 29.02'%

%29.89
%41.09
%29.02

CMYK color model

#688F65 color CMYK value is (27,0,29,44).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 29.37%
  • key color value is 43.92%

CMYK: (27,0,29,44)
C27M0Y29K44 (27%, 0%, 29%, 44%)
(0.27 / 0.00 / 0.29 / 0.44)

CMYK percentages

%27.27
%0
%29.37
%43.92

Codes

Color #688F65 in popluar color models

68 8F 65
RGB 104 143 101
HSL 116° 17.21% 47.84%
HSB/HSV 116° 29.37% 56.08%
CMYK 27.27% 0.00% 29.37%
43.92%

Color #688F65 in popluar number systems.

HEX 68 8F 65
Decimal 104 143 101
Binary 1101000 10001111 1100101
Octal 150 217 145

Shades and tints

Shades of #688F65

#688F65
(104,143,101)
#5F825C
(95,130,92)
#567553
(86,117,83)
#4D684A
(77,104,74)
#445B41
(68,91,65)
#3B4E38
(59,78,56)
#32412F
(50,65,47)
#293426
(41,52,38)
#20271D
(32,39,29)
#171A14
(23,26,20)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #688F65

#688F65
(104,143,101)
#759973
(117,153,115)
#82A381
(130,163,129)
#8FAD8F
(143,173,143)
#9CB79D
(156,183,157)
#A9C1AB
(169,193,171)
#B6CBB9
(182,203,185)
#C3D5C7
(195,213,199)
#D0DFD5
(208,223,213)
#DDE9E3
(221,233,227)
#EAF3F1
(234,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688F65 color. Also use rgb(104,143,101) instead hex code.

Text Font Color

.myTextColor { color: #688F65; }

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

This text font color is #688F65.

Background Color

.myBgColor { background-color: #688F65; }

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

This div background color is #688F65.

Border color

.myBorderColor { border: 1px solid #688F65; }

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

This div border color is #688F65.

Opacity

.myOpacity80 { color: #688F65; opacity: 0.8; }

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

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

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

This text has shadow with #688F65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #688F65.

Preview

Color preview on black background

This text has color #688F65 on black background.


Color preview on white background

This text has color #688F65 on white background.


Black color preview on #688F65 background

This text has black color on #688F65 background.


White color preview on #688F65 background

This text has white color on #688F65 background.


Related colors

Complementary color

Complementary color for #hex is #97709A.


I love getcolorcode.com

Triadic colors

1 #65688F and #8F6568 with #688F65 are triadic colors.

2 #658F68 and #8F6865 with #688F65 are triadic colors.