COLOR #678A41

HEX: #678A41 RGB: (103,138,65)

Color info

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

RGB color model

#678A41 color RGB value is (103,138,65).

RGB: (103,138,65) (40%, 54%, 25%)

RGB channels and saturation

R 103 of 255 = 40%
G 138 of 255 = 54%
B 65 of 255 = 25%

103
138
65

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

Portions of RGB colors in percentages

R + G + B = 103 + 138 + 65 = 306 (100%)
R 103 of 306 ~ 33.66%
G 138 of 306 ~ 45.1%
B 65 of 306 ~ 21.24'%

%33.66
%45.1
%21.24

CMYK color model

#678A41 color CMYK value is (25,0,53,46).

  • cyan value is 25.36%
  • magenta value is 0.00%
  • yellow value is 52.90%
  • key color value is 45.88%

CMYK: (25,0,53,46)
C25M0Y53K46 (25%, 0%, 53%, 46%)
(0.25 / 0.00 / 0.53 / 0.46)

CMYK percentages

%25.36
%0
%52.9
%45.88

Codes

Color #678A41 in popluar color models

67 8A 41
RGB 103 138 65
HSL 89° 35.96% 39.80%
HSB/HSV 89° 52.90% 54.12%
CMYK 25.36% 0.00% 52.90%
45.88%

Color #678A41 in popluar number systems.

HEX 67 8A 41
Decimal 103 138 65
Binary 1100111 10001010 1000001
Octal 147 212 101

Shades and tints

Shades of #678A41

#678A41
(103,138,65)
#5E7E3C
(94,126,60)
#557237
(85,114,55)
#4C6632
(76,102,50)
#435A2D
(67,90,45)
#3A4E28
(58,78,40)
#314223
(49,66,35)
#28361E
(40,54,30)
#1F2A19
(31,42,25)
#161E14
(22,30,20)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #678A41

#678A41
(103,138,65)
#749452
(116,148,82)
#819E63
(129,158,99)
#8EA874
(142,168,116)
#9BB285
(155,178,133)
#A8BC96
(168,188,150)
#B5C6A7
(181,198,167)
#C2D0B8
(194,208,184)
#CFDAC9
(207,218,201)
#DCE4DA
(220,228,218)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678A41 color. Also use rgb(103,138,65) instead hex code.

Text Font Color

.myTextColor { color: #678A41; }

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

This text font color is #678A41.

Background Color

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

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

This div background color is #678A41.

Border color

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

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

This div border color is #678A41.

Opacity

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

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

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

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

This text has shadow with #678A41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #678A41.

Preview

Color preview on black background

This text has color #678A41 on black background.


Color preview on white background

This text has color #678A41 on white background.


Black color preview on #678A41 background

This text has black color on #678A41 background.


White color preview on #678A41 background

This text has white color on #678A41 background.


Related colors

Complementary color

Complementary color for #hex is #9875BE.


I love getcolorcode.com

Triadic colors

1 #41678A and #8A4167 with #678A41 are triadic colors.

2 #418A67 and #8A6741 with #678A41 are triadic colors.