COLOR #688F44

HEX: #688F44 RGB: (104,143,68)

Color info

#688F44 contains mainly red and green colors. Web safe color of #688F44 is #669933 (or #693).

RGB color model

#688F44 color RGB value is (104,143,68).

RGB: (104,143,68) (41%, 56%, 27%)

RGB channels and saturation

R 104 of 255 = 41%
G 143 of 255 = 56%
B 68 of 255 = 27%

104
143
68

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

Portions of RGB colors in percentages

R + G + B = 104 + 143 + 68 = 315 (100%)
R 104 of 315 ~ 33.02%
G 143 of 315 ~ 45.4%
B 68 of 315 ~ 21.59'%

%33.02
%45.4
%21.59

CMYK color model

#688F44 color CMYK value is (27,0,52,44).

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

CMYK: (27,0,52,44)
C27M0Y52K44 (27%, 0%, 52%, 44%)
(0.27 / 0.00 / 0.52 / 0.44)

CMYK percentages

%27.27
%0
%52.45
%43.92

Codes

Color #688F44 in popluar color models

68 8F 44
RGB 104 143 68
HSL 91° 35.55% 41.37%
HSB/HSV 91° 52.45% 56.08%
CMYK 27.27% 0.00% 52.45%
43.92%

Color #688F44 in popluar number systems.

HEX 68 8F 44
Decimal 104 143 68
Binary 1101000 10001111 1000100
Octal 150 217 104

Shades and tints

Shades of #688F44

#688F44
(104,143,68)
#5F823E
(95,130,62)
#567538
(86,117,56)
#4D6832
(77,104,50)
#445B2C
(68,91,44)
#3B4E26
(59,78,38)
#324120
(50,65,32)
#29341A
(41,52,26)
#202714
(32,39,20)
#171A0E
(23,26,14)
#0E0D08
(14,13,8)
#000000
(0,0,0)

Tints of #688F44

#688F44
(104,143,68)
#759955
(117,153,85)
#82A366
(130,163,102)
#8FAD77
(143,173,119)
#9CB788
(156,183,136)
#A9C199
(169,193,153)
#B6CBAA
(182,203,170)
#C3D5BB
(195,213,187)
#D0DFCC
(208,223,204)
#DDE9DD
(221,233,221)
#EAF3EE
(234,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688F44; }

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

This text font color is #688F44.

Background Color

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

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

This div background color is #688F44.

Border color

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

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

This div border color is #688F44.

Opacity

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

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

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

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

This text has shadow with #688F44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #688F44.

Preview

Color preview on black background

This text has color #688F44 on black background.


Color preview on white background

This text has color #688F44 on white background.


Black color preview on #688F44 background

This text has black color on #688F44 background.


White color preview on #688F44 background

This text has white color on #688F44 background.


Related colors

Complementary color

Complementary color for #hex is #9770BB.


I love getcolorcode.com

Triadic colors

1 #44688F and #8F4468 with #688F44 are triadic colors.

2 #448F68 and #8F6844 with #688F44 are triadic colors.