COLOR #678966

HEX: #678966
RGB: (103,137,102)

Color info

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

RGB color model

#678966 color RGB value is (103,137,102).

  • red value is 103;
  • green value is 137;
  • blue value is 102.
RGB:
(103,137,102)
(40%,54%,40%)

RGB channels and saturation

R 103 of 255 = 40%
G 137 of 255 = 54%
B 102 of 255 = 40%

103
137
102

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

Portions of RGB colors in percentages

R + G + B =
103 + 137 + 102 = 342 (100%)
R 103 of 342 ~ 30.12%
G 137 of 342 ~ 40.06%
B 102 of 342 ~ 29.82%

%30.12
%40.06
%29.82

CMYK color model

#678966 color CMYK value is (25,0,26,46).

  • cyan value is 24.82%
  • magenta value is 0.00%
  • yellow value is 25.55%
  • key color value is 46.27%
CMYK:
(25,0,26,46)
C25M0Y26K46 
(25%,0%,26%,46%)
(0.25/0.00/0.26/0.46)	

CMYK percentages

%24.82
%0
%25.55
%46.27

Codes

Color #678966 in popluar color models

678966
RGB103137102
HSL118°14.64%46.86%
HSB/HSV118°25.55%53.73%
CMYK24.82%0.00%25.55%
46.27%

Color #678966 in popluar number systems.

HEX678966
Decimal103137102
Binary1100111100010011100110
Octal147211146

Shades and tints

Shades of #678966

#678966
(103,137,102)
#5E7D5D
(94,125,93)
#557154
(85,113,84)
#4C654B
(76,101,75)
#435942
(67,89,66)
#3A4D39
(58,77,57)
#314130
(49,65,48)
#283527
(40,53,39)
#1F291E
(31,41,30)
#161D15
(22,29,21)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #678966

#678966
(103,137,102)
#749373
(116,147,115)
#819D80
(129,157,128)
#8EA78D
(142,167,141)
#9BB19A
(155,177,154)
#A8BBA7
(168,187,167)
#B5C5B4
(181,197,180)
#C2CFC1
(194,207,193)
#CFD9CE
(207,217,206)
#DCE3DB
(220,227,219)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #678966; }

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

This text font color is #678966.


Background Color

.myBgColor { background-color: #678966; }

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

This div background color is #678966.


Border color

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

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

This div border color is #678966.


Opacity

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

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

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

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

This text has shadow with #678966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678966 on black background.


Color preview on white background

This text has color #678966 on white background.



Black color preview on #678966 background

This text has black color on #678966 background.


White color preview on #678966 background

This text has white color on #678966 background.