COLOR #6B8960

HEX: #6B8960 RGB: (107,137,96)

Color info

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

RGB color model

#6B8960 color RGB value is (107,137,96).

RGB: (107,137,96) (42%, 54%, 38%)

RGB channels and saturation

R 107 of 255 = 42%
G 137 of 255 = 54%
B 96 of 255 = 38%

107
137
96

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

Portions of RGB colors in percentages

R + G + B = 107 + 137 + 96 = 340 (100%)
R 107 of 340 ~ 31.47%
G 137 of 340 ~ 40.29%
B 96 of 340 ~ 28.24'%

%31.47
%40.29
%28.24

CMYK color model

#6B8960 color CMYK value is (22,0,30,46).

  • cyan value is 21.90%
  • magenta value is 0.00%
  • yellow value is 29.93%
  • key color value is 46.27%

CMYK: (22,0,30,46)
C22M0Y30K46 (22%, 0%, 30%, 46%)
(0.22 / 0.00 / 0.30 / 0.46)

CMYK percentages

%21.9
%0
%29.93
%46.27

Codes

Color #6B8960 in popluar color models

6B 89 60
RGB 107 137 96
HSL 104° 17.60% 45.69%
HSB/HSV 104° 29.93% 53.73%
CMYK 21.90% 0.00% 29.93%
46.27%

Color #6B8960 in popluar number systems.

HEX 6B 89 60
Decimal 107 137 96
Binary 1101011 10001001 1100000
Octal 153 211 140

Shades and tints

Shades of #6B8960

#6B8960
(107,137,96)
#627D58
(98,125,88)
#597150
(89,113,80)
#506548
(80,101,72)
#475940
(71,89,64)
#3E4D38
(62,77,56)
#354130
(53,65,48)
#2C3528
(44,53,40)
#232920
(35,41,32)
#1A1D18
(26,29,24)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #6B8960

#6B8960
(107,137,96)
#78936E
(120,147,110)
#859D7C
(133,157,124)
#92A78A
(146,167,138)
#9FB198
(159,177,152)
#ACBBA6
(172,187,166)
#B9C5B4
(185,197,180)
#C6CFC2
(198,207,194)
#D3D9D0
(211,217,208)
#E0E3DE
(224,227,222)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8960 color. Also use rgb(107,137,96) instead hex code.

Text Font Color

.myTextColor { color: #6B8960; }

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

This text font color is #6B8960.

Background Color

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

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

This div background color is #6B8960.

Border color

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

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

This div border color is #6B8960.

Opacity

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

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

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

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

This text has shadow with #6B8960 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B8960.

Preview

Color preview on black background

This text has color #6B8960 on black background.


Color preview on white background

This text has color #6B8960 on white background.


Black color preview on #6B8960 background

This text has black color on #6B8960 background.


White color preview on #6B8960 background

This text has white color on #6B8960 background.


Related colors

Complementary color

Complementary color for #hex is #94769F.


I love getcolorcode.com

Triadic colors

1 #606B89 and #89606B with #6B8960 are triadic colors.

2 #60896B and #896B60 with #6B8960 are triadic colors.