COLOR #679D41

HEX: #679D41
RGB: (103,157,65)

Color info

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

RGB color model

#679D41 color RGB value is (103,157,65).

  • red value is 103;
  • green value is 157;
  • blue value is 65.
RGB:
(103,157,65)
(40%,62%,25%)

RGB channels and saturation

R 103 of 255 = 40%
G 157 of 255 = 62%
B 65 of 255 = 25%

103
157
65

R + G + B ~ 42%. #679D41 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 157 + 65 = 325 (100%)
R 103 of 325 ~ 31.69%
G 157 of 325 ~ 48.31%
B 65 of 325 ~ 20%

%31.69
%48.31
%20

CMYK color model

#679D41 color CMYK value is (34,0,59,38).

  • cyan value is 34.39%
  • magenta value is 0.00%
  • yellow value is 58.60%
  • key color value is 38.43%
CMYK:
(34,0,59,38)
C34M0Y59K38 
(34%,0%,59%,38%)
(0.34/0.00/0.59/0.38)	

CMYK percentages

%34.39
%0
%58.6
%38.43

Codes

Color #679D41 in popluar color models

679D41
RGB10315765
HSL95°41.44%43.53%
HSB/HSV95°58.60%61.57%
CMYK34.39%0.00%58.60%
38.43%

Color #679D41 in popluar number systems.

HEX679D41
Decimal10315765
Binary1100111100111011000001
Octal147235101

Shades and tints

Shades of #679D41

#679D41
(103,157,65)
#5E8F3C
(94,143,60)
#558137
(85,129,55)
#4C7332
(76,115,50)
#43652D
(67,101,45)
#3A5728
(58,87,40)
#314923
(49,73,35)
#283B1E
(40,59,30)
#1F2D19
(31,45,25)
#161F14
(22,31,20)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #679D41

#679D41
(103,157,65)
#74A552
(116,165,82)
#81AD63
(129,173,99)
#8EB574
(142,181,116)
#9BBD85
(155,189,133)
#A8C596
(168,197,150)
#B5CDA7
(181,205,167)
#C2D5B8
(194,213,184)
#CFDDC9
(207,221,201)
#DCE5DA
(220,229,218)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #679D41 color. Also use rgb(103,157,65) instead hex code.

Text Font Color

.myTextColor { color: #679D41; }

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

This text font color is #679D41.


Background Color

.myBgColor { background-color: #679D41; }

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

This div background color is #679D41.


Border color

.myBorderColor { border: 1px solid #679D41; }

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

This div border color is #679D41.


Opacity

.myOpacity80 { color: #679D41; opacity: 0.8; }

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

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

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

This text has shadow with #679D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679D41 on black background.


Color preview on white background

This text has color #679D41 on white background.



Black color preview on #679D41 background

This text has black color on #679D41 background.


White color preview on #679D41 background

This text has white color on #679D41 background.