COLOR #678A61

HEX: #678A61
RGB: (103,138,97)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

103
138
97

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

Portions of RGB colors in percentages

R + G + B =
103 + 138 + 97 = 338 (100%)
R 103 of 338 ~ 30.47%
G 138 of 338 ~ 40.83%
B 97 of 338 ~ 28.7%

%30.47
%40.83
%28.7

CMYK color model

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

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

CMYK percentages

%25.36
%0
%29.71
%45.88

Codes

Color #678A61 in popluar color models

678A61
RGB10313897
HSL111°17.45%46.08%
HSB/HSV111°29.71%54.12%
CMYK25.36%0.00%29.71%
45.88%

Color #678A61 in popluar number systems.

HEX678A61
Decimal10313897
Binary1100111100010101100001
Octal147212141

Shades and tints

Shades of #678A61

#678A61
(103,138,97)
#5E7E59
(94,126,89)
#557251
(85,114,81)
#4C6649
(76,102,73)
#435A41
(67,90,65)
#3A4E39
(58,78,57)
#314231
(49,66,49)
#283629
(40,54,41)
#1F2A21
(31,42,33)
#161E19
(22,30,25)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #678A61

#678A61
(103,138,97)
#74946F
(116,148,111)
#819E7D
(129,158,125)
#8EA88B
(142,168,139)
#9BB299
(155,178,153)
#A8BCA7
(168,188,167)
#B5C6B5
(181,198,181)
#C2D0C3
(194,208,195)
#CFDAD1
(207,218,209)
#DCE4DF
(220,228,223)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #678A61; }

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

This text font color is #678A61.


Background Color

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

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

This div background color is #678A61.


Border color

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

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

This div border color is #678A61.


Opacity

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

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

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

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

This text has shadow with #678A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678A61 on black background.


Color preview on white background

This text has color #678A61 on white background.



Black color preview on #678A61 background

This text has black color on #678A61 background.


White color preview on #678A61 background

This text has white color on #678A61 background.