COLOR #678866

HEX: #678866 RGB: (103,136,102)

Color info

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

RGB color model

#678866 color RGB value is (103,136,102).

RGB: (103,136,102) (40%, 53%, 40%)

RGB channels and saturation

R 103 of 255 = 40%
G 136 of 255 = 53%
B 102 of 255 = 40%

103
136
102

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

Portions of RGB colors in percentages

R + G + B = 103 + 136 + 102 = 341 (100%)
R 103 of 341 ~ 30.21%
G 136 of 341 ~ 39.88%
B 102 of 341 ~ 29.91'%

%30.21
%39.88
%29.91

CMYK color model

#678866 color CMYK value is (24,0,25,47).

  • cyan value is 24.26%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 46.67%

CMYK: (24,0,25,47)
C24M0Y25K47 (24%, 0%, 25%, 47%)
(0.24 / 0.00 / 0.25 / 0.47)

CMYK percentages

%24.26
%0
%25
%46.67

Codes

Color #678866 in popluar color models

67 88 66
RGB 103 136 102
HSL 118° 14.29% 46.67%
HSB/HSV 118° 25.00% 53.33%
CMYK 24.26% 0.00% 25.00%
46.67%

Color #678866 in popluar number systems.

HEX 67 88 66
Decimal 103 136 102
Binary 1100111 10001000 1100110
Octal 147 210 146

Shades and tints

Shades of #678866

#678866
(103,136,102)
#5E7C5D
(94,124,93)
#557054
(85,112,84)
#4C644B
(76,100,75)
#435842
(67,88,66)
#3A4C39
(58,76,57)
#314030
(49,64,48)
#283427
(40,52,39)
#1F281E
(31,40,30)
#161C15
(22,28,21)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #678866

#678866
(103,136,102)
#749273
(116,146,115)
#819C80
(129,156,128)
#8EA68D
(142,166,141)
#9BB09A
(155,176,154)
#A8BAA7
(168,186,167)
#B5C4B4
(181,196,180)
#C2CEC1
(194,206,193)
#CFD8CE
(207,216,206)
#DCE2DB
(220,226,219)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678866 color. Also use rgb(103,136,102) instead hex code.

Text Font Color

.myTextColor { color: #678866; }

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

This text font color is #678866.

Background Color

.myBgColor { background-color: #678866; }

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

This div background color is #678866.

Border color

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

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

This div border color is #678866.

Opacity

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

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

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

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

This text has shadow with #678866 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #678866.

Preview

Color preview on black background

This text has color #678866 on black background.


Color preview on white background

This text has color #678866 on white background.


Black color preview on #678866 background

This text has black color on #678866 background.


White color preview on #678866 background

This text has white color on #678866 background.


Related colors

Complementary color

Complementary color for #hex is #987799.


I love getcolorcode.com

Triadic colors

1 #666788 and #886667 with #678866 are triadic colors.

2 #668867 and #886766 with #678866 are triadic colors.