COLOR #679246

HEX: #679246
RGB: (103,146,70)

Color info

#679246 contains mainly red and green colors. Web safe color of #679246 is #669933 (or #693).

RGB color model

#679246 color RGB value is (103,146,70).

  • red value is 103;
  • green value is 146;
  • blue value is 70.
RGB:
(103,146,70)
(40%,57%,27%)

RGB channels and saturation

R 103 of 255 = 40%
G 146 of 255 = 57%
B 70 of 255 = 27%

103
146
70

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

Portions of RGB colors in percentages

R + G + B =
103 + 146 + 70 = 319 (100%)
R 103 of 319 ~ 32.29%
G 146 of 319 ~ 45.77%
B 70 of 319 ~ 21.94%

%32.29
%45.77
%21.94

CMYK color model

#679246 color CMYK value is (29,0,52,43).

  • cyan value is 29.45%
  • magenta value is 0.00%
  • yellow value is 52.05%
  • key color value is 42.75%
CMYK:
(29,0,52,43)
C29M0Y52K43 
(29%,0%,52%,43%)
(0.29/0.00/0.52/0.43)	

CMYK percentages

%29.45
%0
%52.05
%42.75

Codes

Color #679246 in popluar color models

679246
RGB10314670
HSL94°35.19%42.35%
HSB/HSV94°52.05%57.25%
CMYK29.45%0.00%52.05%
42.75%

Color #679246 in popluar number systems.

HEX679246
Decimal10314670
Binary1100111100100101000110
Octal147222106

Shades and tints

Shades of #679246

#679246
(103,146,70)
#5E8540
(94,133,64)
#55783A
(85,120,58)
#4C6B34
(76,107,52)
#435E2E
(67,94,46)
#3A5128
(58,81,40)
#314422
(49,68,34)
#28371C
(40,55,28)
#1F2A16
(31,42,22)
#161D10
(22,29,16)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #679246

#679246
(103,146,70)
#749B56
(116,155,86)
#81A466
(129,164,102)
#8EAD76
(142,173,118)
#9BB686
(155,182,134)
#A8BF96
(168,191,150)
#B5C8A6
(181,200,166)
#C2D1B6
(194,209,182)
#CFDAC6
(207,218,198)
#DCE3D6
(220,227,214)
#E9ECE6
(233,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #679246 color. Also use rgb(103,146,70) instead hex code.

Text Font Color

.myTextColor { color: #679246; }

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

This text font color is #679246.


Background Color

.myBgColor { background-color: #679246; }

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

This div background color is #679246.


Border color

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

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

This div border color is #679246.


Opacity

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

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

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

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

This text has shadow with #679246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679246 on black background.


Color preview on white background

This text has color #679246 on white background.



Black color preview on #679246 background

This text has black color on #679246 background.


White color preview on #679246 background

This text has white color on #679246 background.