COLOR #6B8644

HEX: #6B8644 RGB: (107,134,68)

Color info

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

RGB color model

#6B8644 color RGB value is (107,134,68).

RGB: (107,134,68) (42%, 53%, 27%)

RGB channels and saturation

R 107 of 255 = 42%
G 134 of 255 = 53%
B 68 of 255 = 27%

107
134
68

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

Portions of RGB colors in percentages

R + G + B = 107 + 134 + 68 = 309 (100%)
R 107 of 309 ~ 34.63%
G 134 of 309 ~ 43.37%
B 68 of 309 ~ 22.01'%

%34.63
%43.37
%22.01

CMYK color model

#6B8644 color CMYK value is (20,0,49,47).

  • cyan value is 20.15%
  • magenta value is 0.00%
  • yellow value is 49.25%
  • key color value is 47.45%

CMYK: (20,0,49,47)
C20M0Y49K47 (20%, 0%, 49%, 47%)
(0.20 / 0.00 / 0.49 / 0.47)

CMYK percentages

%20.15
%0
%49.25
%47.45

Codes

Color #6B8644 in popluar color models

6B 86 44
RGB 107 134 68
HSL 85° 32.67% 39.61%
HSB/HSV 85° 49.25% 52.55%
CMYK 20.15% 0.00% 49.25%
47.45%

Color #6B8644 in popluar number systems.

HEX 6B 86 44
Decimal 107 134 68
Binary 1101011 10000110 1000100
Octal 153 206 104

Shades and tints

Shades of #6B8644

#6B8644
(107,134,68)
#627A3E
(98,122,62)
#596E38
(89,110,56)
#506232
(80,98,50)
#47562C
(71,86,44)
#3E4A26
(62,74,38)
#353E20
(53,62,32)
#2C321A
(44,50,26)
#232614
(35,38,20)
#1A1A0E
(26,26,14)
#110E08
(17,14,8)
#000000
(0,0,0)

Tints of #6B8644

#6B8644
(107,134,68)
#789155
(120,145,85)
#859C66
(133,156,102)
#92A777
(146,167,119)
#9FB288
(159,178,136)
#ACBD99
(172,189,153)
#B9C8AA
(185,200,170)
#C6D3BB
(198,211,187)
#D3DECC
(211,222,204)
#E0E9DD
(224,233,221)
#EDF4EE
(237,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8644 color. Also use rgb(107,134,68) instead hex code.

Text Font Color

.myTextColor { color: #6B8644; }

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

This text font color is #6B8644.

Background Color

.myBgColor { background-color: #6B8644; }

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

This div background color is #6B8644.

Border color

.myBorderColor { border: 1px solid #6B8644; }

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

This div border color is #6B8644.

Opacity

.myOpacity80 { color: #6B8644; opacity: 0.8; }

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

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

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

This text has shadow with #6B8644 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B8644.

Preview

Color preview on black background

This text has color #6B8644 on black background.


Color preview on white background

This text has color #6B8644 on white background.


Black color preview on #6B8644 background

This text has black color on #6B8644 background.


White color preview on #6B8644 background

This text has white color on #6B8644 background.


Related colors

Complementary color

Complementary color for #hex is #9479BB.


I love getcolorcode.com

Triadic colors

1 #446B86 and #86446B with #6B8644 are triadic colors.

2 #44866B and #866B44 with #6B8644 are triadic colors.