COLOR #679873

HEX: #679873
RGB: (103,152,115)

Color info

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

RGB color model

#679873 color RGB value is (103,152,115).

  • red value is 103;
  • green value is 152;
  • blue value is 115.
RGB:
(103,152,115)
(40%,60%,45%)

RGB channels and saturation

R 103 of 255 = 40%
G 152 of 255 = 60%
B 115 of 255 = 45%

103
152
115

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

Portions of RGB colors in percentages

R + G + B =
103 + 152 + 115 = 370 (100%)
R 103 of 370 ~ 27.84%
G 152 of 370 ~ 41.08%
B 115 of 370 ~ 31.08%

%27.84
%41.08
%31.08

CMYK color model

#679873 color CMYK value is (32,0,24,40).

  • cyan value is 32.24%
  • magenta value is 0.00%
  • yellow value is 24.34%
  • key color value is 40.39%
CMYK:
(32,0,24,40)
C32M0Y24K40 
(32%,0%,24%,40%)
(0.32/0.00/0.24/0.40)	

CMYK percentages

%32.24
%0
%24.34
%40.39

Codes

Color #679873 in popluar color models

679873
RGB103152115
HSL135°19.22%50.00%
HSB/HSV135°32.24%59.61%
CMYK32.24%0.00%24.34%
40.39%

Color #679873 in popluar number systems.

HEX679873
Decimal103152115
Binary1100111100110001110011
Octal147230163

Shades and tints

Shades of #679873

#679873
(103,152,115)
#5E8B69
(94,139,105)
#557E5F
(85,126,95)
#4C7155
(76,113,85)
#43644B
(67,100,75)
#3A5741
(58,87,65)
#314A37
(49,74,55)
#283D2D
(40,61,45)
#1F3023
(31,48,35)
#162319
(22,35,25)
#0D160F
(13,22,15)
#000000
(0,0,0)

Tints of #679873

#679873
(103,152,115)
#74A17F
(116,161,127)
#81AA8B
(129,170,139)
#8EB397
(142,179,151)
#9BBCA3
(155,188,163)
#A8C5AF
(168,197,175)
#B5CEBB
(181,206,187)
#C2D7C7
(194,215,199)
#CFE0D3
(207,224,211)
#DCE9DF
(220,233,223)
#E9F2EB
(233,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #679873 color. Also use rgb(103,152,115) instead hex code.

Text Font Color

.myTextColor { color: #679873; }

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

This text font color is #679873.


Background Color

.myBgColor { background-color: #679873; }

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

This div background color is #679873.


Border color

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

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

This div border color is #679873.


Opacity

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

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

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

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

This text has shadow with #679873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679873 on black background.


Color preview on white background

This text has color #679873 on white background.



Black color preview on #679873 background

This text has black color on #679873 background.


White color preview on #679873 background

This text has white color on #679873 background.