COLOR #678A77

HEX: #678A77
RGB: (103,138,119)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

103
138
119

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

Portions of RGB colors in percentages

R + G + B =
103 + 138 + 119 = 360 (100%)
R 103 of 360 ~ 28.61%
G 138 of 360 ~ 38.33%
B 119 of 360 ~ 33.06%

%28.61
%38.33
%33.06

CMYK color model

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

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

CMYK percentages

%25.36
%0
%13.77
%45.88

Codes

Color #678A77 in popluar color models

678A77
RGB103138119
HSL147°14.52%47.25%
HSB/HSV147°25.36%54.12%
CMYK25.36%0.00%13.77%
45.88%

Color #678A77 in popluar number systems.

HEX678A77
Decimal103138119
Binary1100111100010101110111
Octal147212167

Shades and tints

Shades of #678A77

#678A77
(103,138,119)
#5E7E6D
(94,126,109)
#557263
(85,114,99)
#4C6659
(76,102,89)
#435A4F
(67,90,79)
#3A4E45
(58,78,69)
#31423B
(49,66,59)
#283631
(40,54,49)
#1F2A27
(31,42,39)
#161E1D
(22,30,29)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #678A77

#678A77
(103,138,119)
#749483
(116,148,131)
#819E8F
(129,158,143)
#8EA89B
(142,168,155)
#9BB2A7
(155,178,167)
#A8BCB3
(168,188,179)
#B5C6BF
(181,198,191)
#C2D0CB
(194,208,203)
#CFDAD7
(207,218,215)
#DCE4E3
(220,228,227)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #678A77; }

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

This text font color is #678A77.


Background Color

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

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

This div background color is #678A77.


Border color

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

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

This div border color is #678A77.


Opacity

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

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

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

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

This text has shadow with #678A77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678A77 on black background.


Color preview on white background

This text has color #678A77 on white background.



Black color preview on #678A77 background

This text has black color on #678A77 background.


White color preview on #678A77 background

This text has white color on #678A77 background.