COLOR #679A5F

HEX: #679A5F RGB: (103,154,95)

Color info

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

RGB color model

#679A5F color RGB value is (103,154,95).

RGB: (103,154,95) (40%, 60%, 37%)

RGB channels and saturation

R 103 of 255 = 40%
G 154 of 255 = 60%
B 95 of 255 = 37%

103
154
95

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

Portions of RGB colors in percentages

R + G + B = 103 + 154 + 95 = 352 (100%)
R 103 of 352 ~ 29.26%
G 154 of 352 ~ 43.75%
B 95 of 352 ~ 26.99'%

%29.26
%43.75
%26.99

CMYK color model

#679A5F color CMYK value is (33,0,38,40).

  • cyan value is 33.12%
  • magenta value is 0.00%
  • yellow value is 38.31%
  • key color value is 39.61%

CMYK: (33,0,38,40)
C33M0Y38K40 (33%, 0%, 38%, 40%)
(0.33 / 0.00 / 0.38 / 0.40)

CMYK percentages

%33.12
%0
%38.31
%39.61

Codes

Color #679A5F in popluar color models

67 9A 5F
RGB 103 154 95
HSL 112° 23.69% 48.82%
HSB/HSV 112° 38.31% 60.39%
CMYK 33.12% 0.00% 38.31%
39.61%

Color #679A5F in popluar number systems.

HEX 67 9A 5F
Decimal 103 154 95
Binary 1100111 10011010 1011111
Octal 147 232 137

Shades and tints

Shades of #679A5F

#679A5F
(103,154,95)
#5E8C57
(94,140,87)
#557E4F
(85,126,79)
#4C7047
(76,112,71)
#43623F
(67,98,63)
#3A5437
(58,84,55)
#31462F
(49,70,47)
#283827
(40,56,39)
#1F2A1F
(31,42,31)
#161C17
(22,28,23)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #679A5F

#679A5F
(103,154,95)
#74A36D
(116,163,109)
#81AC7B
(129,172,123)
#8EB589
(142,181,137)
#9BBE97
(155,190,151)
#A8C7A5
(168,199,165)
#B5D0B3
(181,208,179)
#C2D9C1
(194,217,193)
#CFE2CF
(207,226,207)
#DCEBDD
(220,235,221)
#E9F4EB
(233,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #679A5F color. Also use rgb(103,154,95) instead hex code.

Text Font Color

.myTextColor { color: #679A5F; }

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

This text font color is #679A5F.

Background Color

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

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

This div background color is #679A5F.

Border color

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

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

This div border color is #679A5F.

Opacity

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

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

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

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

This text has shadow with #679A5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #679A5F.

Preview

Color preview on black background

This text has color #679A5F on black background.


Color preview on white background

This text has color #679A5F on white background.


Black color preview on #679A5F background

This text has black color on #679A5F background.


White color preview on #679A5F background

This text has white color on #679A5F background.


Related colors

Complementary color

Complementary color for #hex is #9865A0.


I love getcolorcode.com

Triadic colors

1 #5F679A and #9A5F67 with #679A5F are triadic colors.

2 #5F9A67 and #9A675F with #679A5F are triadic colors.