COLOR #678F62

HEX: #678F62
RGB: (103,143,98)

Color info

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

RGB color model

#678F62 color RGB value is (103,143,98).

  • red value is 103;
  • green value is 143;
  • blue value is 98.
RGB:
(103,143,98)
(40%,56%,38%)

RGB channels and saturation

R 103 of 255 = 40%
G 143 of 255 = 56%
B 98 of 255 = 38%

103
143
98

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

Portions of RGB colors in percentages

R + G + B =
103 + 143 + 98 = 344 (100%)
R 103 of 344 ~ 29.94%
G 143 of 344 ~ 41.57%
B 98 of 344 ~ 28.49%

%29.94
%41.57
%28.49

CMYK color model

#678F62 color CMYK value is (28,0,31,44).

  • cyan value is 27.97%
  • magenta value is 0.00%
  • yellow value is 31.47%
  • key color value is 43.92%
CMYK:
(28,0,31,44)
C28M0Y31K44 
(28%,0%,31%,44%)
(0.28/0.00/0.31/0.44)	

CMYK percentages

%27.97
%0
%31.47
%43.92

Codes

Color #678F62 in popluar color models

678F62
RGB10314398
HSL113°18.67%47.25%
HSB/HSV113°31.47%56.08%
CMYK27.97%0.00%31.47%
43.92%

Color #678F62 in popluar number systems.

HEX678F62
Decimal10314398
Binary1100111100011111100010
Octal147217142

Shades and tints

Shades of #678F62

#678F62
(103,143,98)
#5E825A
(94,130,90)
#557552
(85,117,82)
#4C684A
(76,104,74)
#435B42
(67,91,66)
#3A4E3A
(58,78,58)
#314132
(49,65,50)
#28342A
(40,52,42)
#1F2722
(31,39,34)
#161A1A
(22,26,26)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #678F62

#678F62
(103,143,98)
#749970
(116,153,112)
#81A37E
(129,163,126)
#8EAD8C
(142,173,140)
#9BB79A
(155,183,154)
#A8C1A8
(168,193,168)
#B5CBB6
(181,203,182)
#C2D5C4
(194,213,196)
#CFDFD2
(207,223,210)
#DCE9E0
(220,233,224)
#E9F3EE
(233,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #678F62; }

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

This text font color is #678F62.


Background Color

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

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

This div background color is #678F62.


Border color

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

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

This div border color is #678F62.


Opacity

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

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

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

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

This text has shadow with #678F62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678F62 on black background.


Color preview on white background

This text has color #678F62 on white background.



Black color preview on #678F62 background

This text has black color on #678F62 background.


White color preview on #678F62 background

This text has white color on #678F62 background.