COLOR #6B866A

HEX: #6B866A RGB: (107,134,106)

Color info

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

RGB color model

#6B866A color RGB value is (107,134,106).

RGB: (107,134,106) (42%, 53%, 42%)

RGB channels and saturation

R 107 of 255 = 42%
G 134 of 255 = 53%
B 106 of 255 = 42%

107
134
106

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

Portions of RGB colors in percentages

R + G + B = 107 + 134 + 106 = 347 (100%)
R 107 of 347 ~ 30.84%
G 134 of 347 ~ 38.62%
B 106 of 347 ~ 30.55'%

%30.84
%38.62
%30.55

CMYK color model

#6B866A color CMYK value is (20,0,21,47).

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

CMYK: (20,0,21,47)
C20M0Y21K47 (20%, 0%, 21%, 47%)
(0.20 / 0.00 / 0.21 / 0.47)

CMYK percentages

%20.15
%0
%20.9
%47.45

Codes

Color #6B866A in popluar color models

6B 86 6A
RGB 107 134 106
HSL 118° 11.67% 47.06%
HSB/HSV 118° 20.90% 52.55%
CMYK 20.15% 0.00% 20.90%
47.45%

Color #6B866A in popluar number systems.

HEX 6B 86 6A
Decimal 107 134 106
Binary 1101011 10000110 1101010
Octal 153 206 152

Shades and tints

Shades of #6B866A

#6B866A
(107,134,106)
#627A61
(98,122,97)
#596E58
(89,110,88)
#50624F
(80,98,79)
#475646
(71,86,70)
#3E4A3D
(62,74,61)
#353E34
(53,62,52)
#2C322B
(44,50,43)
#232622
(35,38,34)
#1A1A19
(26,26,25)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #6B866A

#6B866A
(107,134,106)
#789177
(120,145,119)
#859C84
(133,156,132)
#92A791
(146,167,145)
#9FB29E
(159,178,158)
#ACBDAB
(172,189,171)
#B9C8B8
(185,200,184)
#C6D3C5
(198,211,197)
#D3DED2
(211,222,210)
#E0E9DF
(224,233,223)
#EDF4EC
(237,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B866A; }

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

This text font color is #6B866A.

Background Color

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

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

This div background color is #6B866A.

Border color

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

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

This div border color is #6B866A.

Opacity

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

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

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

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

This text has shadow with #6B866A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B866A.

Preview

Color preview on black background

This text has color #6B866A on black background.


Color preview on white background

This text has color #6B866A on white background.


Black color preview on #6B866A background

This text has black color on #6B866A background.


White color preview on #6B866A background

This text has white color on #6B866A background.


Related colors

Complementary color

Complementary color for #hex is #947995.


I love getcolorcode.com

Triadic colors

1 #6A6B86 and #866A6B with #6B866A are triadic colors.

2 #6A866B and #866B6A with #6B866A are triadic colors.