COLOR #6B986C

HEX: #6B986C
RGB: (107,152,108)

Color info

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

RGB color model

#6B986C color RGB value is (107,152,108).

  • red value is 107;
  • green value is 152;
  • blue value is 108.
RGB:
(107,152,108)
(42%,60%,42%)

RGB channels and saturation

R 107 of 255 = 42%
G 152 of 255 = 60%
B 108 of 255 = 42%

107
152
108

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

Portions of RGB colors in percentages

R + G + B =
107 + 152 + 108 = 367 (100%)
R 107 of 367 ~ 29.16%
G 152 of 367 ~ 41.42%
B 108 of 367 ~ 29.43%

%29.16
%41.42
%29.43

CMYK color model

#6B986C color CMYK value is (30,0,29,40).

  • cyan value is 29.61%
  • magenta value is 0.00%
  • yellow value is 28.95%
  • key color value is 40.39%
CMYK:
(30,0,29,40)
C30M0Y29K40 
(30%,0%,29%,40%)
(0.30/0.00/0.29/0.40)	

CMYK percentages

%29.61
%0
%28.95
%40.39

Codes

Color #6B986C in popluar color models

6B986C
RGB107152108
HSL121°17.93%50.78%
HSB/HSV121°29.61%59.61%
CMYK29.61%0.00%28.95%
40.39%

Color #6B986C in popluar number systems.

HEX6B986C
Decimal107152108
Binary1101011100110001101100
Octal153230154

Shades and tints

Shades of #6B986C

#6B986C
(107,152,108)
#628B63
(98,139,99)
#597E5A
(89,126,90)
#507151
(80,113,81)
#476448
(71,100,72)
#3E573F
(62,87,63)
#354A36
(53,74,54)
#2C3D2D
(44,61,45)
#233024
(35,48,36)
#1A231B
(26,35,27)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #6B986C

#6B986C
(107,152,108)
#78A179
(120,161,121)
#85AA86
(133,170,134)
#92B393
(146,179,147)
#9FBCA0
(159,188,160)
#ACC5AD
(172,197,173)
#B9CEBA
(185,206,186)
#C6D7C7
(198,215,199)
#D3E0D4
(211,224,212)
#E0E9E1
(224,233,225)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B986C color. Also use rgb(107,152,108) instead hex code.

Text Font Color

.myTextColor { color: #6B986C; }

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

This text font color is #6B986C.


Background Color

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

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

This div background color is #6B986C.


Border color

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

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

This div border color is #6B986C.


Opacity

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

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

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

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

This text has shadow with #6B986C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B986C on black background.


Color preview on white background

This text has color #6B986C on white background.



Black color preview on #6B986C background

This text has black color on #6B986C background.


White color preview on #6B986C background

This text has white color on #6B986C background.