COLOR #6B8656

HEX: #6B8656
RGB: (107,134,86)

Color info

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

RGB color model

#6B8656 color RGB value is (107,134,86).

  • red value is 107;
  • green value is 134;
  • blue value is 86.
RGB:
(107,134,86)
(42%,53%,34%)

RGB channels and saturation

R 107 of 255 = 42%
G 134 of 255 = 53%
B 86 of 255 = 34%

107
134
86

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

Portions of RGB colors in percentages

R + G + B =
107 + 134 + 86 = 327 (100%)
R 107 of 327 ~ 32.72%
G 134 of 327 ~ 40.98%
B 86 of 327 ~ 26.3%

%32.72
%40.98
%26.3

CMYK color model

#6B8656 color CMYK value is (20,0,36,47).

  • cyan value is 20.15%
  • magenta value is 0.00%
  • yellow value is 35.82%
  • key color value is 47.45%
CMYK:
(20,0,36,47)
C20M0Y36K47 
(20%,0%,36%,47%)
(0.20/0.00/0.36/0.47)	

CMYK percentages

%20.15
%0
%35.82
%47.45

Codes

Color #6B8656 in popluar color models

6B8656
RGB10713486
HSL94°21.82%43.14%
HSB/HSV94°35.82%52.55%
CMYK20.15%0.00%35.82%
47.45%

Color #6B8656 in popluar number systems.

HEX6B8656
Decimal10713486
Binary1101011100001101010110
Octal153206126

Shades and tints

Shades of #6B8656

#6B8656
(107,134,86)
#627A4F
(98,122,79)
#596E48
(89,110,72)
#506241
(80,98,65)
#47563A
(71,86,58)
#3E4A33
(62,74,51)
#353E2C
(53,62,44)
#2C3225
(44,50,37)
#23261E
(35,38,30)
#1A1A17
(26,26,23)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #6B8656

#6B8656
(107,134,86)
#789165
(120,145,101)
#859C74
(133,156,116)
#92A783
(146,167,131)
#9FB292
(159,178,146)
#ACBDA1
(172,189,161)
#B9C8B0
(185,200,176)
#C6D3BF
(198,211,191)
#D3DECE
(211,222,206)
#E0E9DD
(224,233,221)
#EDF4EC
(237,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8656; }

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

This text font color is #6B8656.


Background Color

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

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

This div background color is #6B8656.


Border color

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

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

This div border color is #6B8656.


Opacity

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

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

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

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

This text has shadow with #6B8656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8656 on black background.


Color preview on white background

This text has color #6B8656 on white background.



Black color preview on #6B8656 background

This text has black color on #6B8656 background.


White color preview on #6B8656 background

This text has white color on #6B8656 background.