COLOR #6B866D

HEX: #6B866D
RGB: (107,134,109)

Color info

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

RGB color model

#6B866D color RGB value is (107,134,109).

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

RGB channels and saturation

R 107 of 255 = 42%
G 134 of 255 = 53%
B 109 of 255 = 43%

107
134
109

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

Portions of RGB colors in percentages

R + G + B =
107 + 134 + 109 = 350 (100%)
R 107 of 350 ~ 30.57%
G 134 of 350 ~ 38.29%
B 109 of 350 ~ 31.14%

%30.57
%38.29
%31.14

CMYK color model

#6B866D color CMYK value is (20,0,19,47).

  • cyan value is 20.15%
  • magenta value is 0.00%
  • yellow value is 18.66%
  • key color value is 47.45%
CMYK:
(20,0,19,47)
C20M0Y19K47 
(20%,0%,19%,47%)
(0.20/0.00/0.19/0.47)	

CMYK percentages

%20.15
%0
%18.66
%47.45

Codes

Color #6B866D in popluar color models

6B866D
RGB107134109
HSL124°11.20%47.25%
HSB/HSV124°20.15%52.55%
CMYK20.15%0.00%18.66%
47.45%

Color #6B866D in popluar number systems.

HEX6B866D
Decimal107134109
Binary1101011100001101101101
Octal153206155

Shades and tints

Shades of #6B866D

#6B866D
(107,134,109)
#627A64
(98,122,100)
#596E5B
(89,110,91)
#506252
(80,98,82)
#475649
(71,86,73)
#3E4A40
(62,74,64)
#353E37
(53,62,55)
#2C322E
(44,50,46)
#232625
(35,38,37)
#1A1A1C
(26,26,28)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #6B866D

#6B866D
(107,134,109)
#78917A
(120,145,122)
#859C87
(133,156,135)
#92A794
(146,167,148)
#9FB2A1
(159,178,161)
#ACBDAE
(172,189,174)
#B9C8BB
(185,200,187)
#C6D3C8
(198,211,200)
#D3DED5
(211,222,213)
#E0E9E2
(224,233,226)
#EDF4EF
(237,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B866D; }

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

This text font color is #6B866D.


Background Color

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

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

This div background color is #6B866D.


Border color

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

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

This div border color is #6B866D.


Opacity

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

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

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

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

This text has shadow with #6B866D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B866D on black background.


Color preview on white background

This text has color #6B866D on white background.



Black color preview on #6B866D background

This text has black color on #6B866D background.


White color preview on #6B866D background

This text has white color on #6B866D background.