COLOR #678A67

HEX: #678A67
RGB: (103,138,103)

Color info

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

RGB color model

#678A67 color RGB value is (103,138,103).

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

RGB channels and saturation

R 103 of 255 = 40%
G 138 of 255 = 54%
B 103 of 255 = 40%

103
138
103

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

Portions of RGB colors in percentages

R + G + B =
103 + 138 + 103 = 344 (100%)
R 103 of 344 ~ 29.94%
G 138 of 344 ~ 40.12%
B 103 of 344 ~ 29.94%

%29.94
%40.12
%29.94

CMYK color model

#678A67 color CMYK value is (25,0,25,46).

  • cyan value is 25.36%
  • magenta value is 0.00%
  • yellow value is 25.36%
  • key color value is 45.88%
CMYK:
(25,0,25,46)
C25M0Y25K46 
(25%,0%,25%,46%)
(0.25/0.00/0.25/0.46)	

CMYK percentages

%25.36
%0
%25.36
%45.88

Codes

Color #678A67 in popluar color models

678A67
RGB103138103
HSL120°14.52%47.25%
HSB/HSV120°25.36%54.12%
CMYK25.36%0.00%25.36%
45.88%

Color #678A67 in popluar number systems.

HEX678A67
Decimal103138103
Binary1100111100010101100111
Octal147212147

Shades and tints

Shades of #678A67

#678A67
(103,138,103)
#5E7E5E
(94,126,94)
#557255
(85,114,85)
#4C664C
(76,102,76)
#435A43
(67,90,67)
#3A4E3A
(58,78,58)
#314231
(49,66,49)
#283628
(40,54,40)
#1F2A1F
(31,42,31)
#161E16
(22,30,22)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #678A67

#678A67
(103,138,103)
#749474
(116,148,116)
#819E81
(129,158,129)
#8EA88E
(142,168,142)
#9BB29B
(155,178,155)
#A8BCA8
(168,188,168)
#B5C6B5
(181,198,181)
#C2D0C2
(194,208,194)
#CFDACF
(207,218,207)
#DCE4DC
(220,228,220)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678A67 color. Also use rgb(103,138,103) instead hex code.

Text Font Color

.myTextColor { color: #678A67; }

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

This text font color is #678A67.


Background Color

.myBgColor { background-color: #678A67; }

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

This div background color is #678A67.


Border color

.myBorderColor { border: 1px solid #678A67; }

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

This div border color is #678A67.


Opacity

.myOpacity80 { color: #678A67; opacity: 0.8; }

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

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

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

This text has shadow with #678A67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678A67 on black background.


Color preview on white background

This text has color #678A67 on white background.



Black color preview on #678A67 background

This text has black color on #678A67 background.


White color preview on #678A67 background

This text has white color on #678A67 background.