COLOR #6B8861

HEX: #6B8861
RGB: (107,136,97)

Color info

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

RGB color model

#6B8861 color RGB value is (107,136,97).

  • red value is 107;
  • green value is 136;
  • blue value is 97.
RGB:
(107,136,97)
(42%,53%,38%)

RGB channels and saturation

R 107 of 255 = 42%
G 136 of 255 = 53%
B 97 of 255 = 38%

107
136
97

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

Portions of RGB colors in percentages

R + G + B =
107 + 136 + 97 = 340 (100%)
R 107 of 340 ~ 31.47%
G 136 of 340 ~ 40%
B 97 of 340 ~ 28.53%

%31.47
%40
%28.53

CMYK color model

#6B8861 color CMYK value is (21,0,29,47).

  • cyan value is 21.32%
  • magenta value is 0.00%
  • yellow value is 28.68%
  • key color value is 46.67%
CMYK:
(21,0,29,47)
C21M0Y29K47 
(21%,0%,29%,47%)
(0.21/0.00/0.29/0.47)	

CMYK percentages

%21.32
%0
%28.68
%46.67

Codes

Color #6B8861 in popluar color models

6B8861
RGB10713697
HSL105°16.74%45.69%
HSB/HSV105°28.68%53.33%
CMYK21.32%0.00%28.68%
46.67%

Color #6B8861 in popluar number systems.

HEX6B8861
Decimal10713697
Binary1101011100010001100001
Octal153210141

Shades and tints

Shades of #6B8861

#6B8861
(107,136,97)
#627C59
(98,124,89)
#597051
(89,112,81)
#506449
(80,100,73)
#475841
(71,88,65)
#3E4C39
(62,76,57)
#354031
(53,64,49)
#2C3429
(44,52,41)
#232821
(35,40,33)
#1A1C19
(26,28,25)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #6B8861

#6B8861
(107,136,97)
#78926F
(120,146,111)
#859C7D
(133,156,125)
#92A68B
(146,166,139)
#9FB099
(159,176,153)
#ACBAA7
(172,186,167)
#B9C4B5
(185,196,181)
#C6CEC3
(198,206,195)
#D3D8D1
(211,216,209)
#E0E2DF
(224,226,223)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8861 color. Also use rgb(107,136,97) instead hex code.

Text Font Color

.myTextColor { color: #6B8861; }

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

This text font color is #6B8861.


Background Color

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

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

This div background color is #6B8861.


Border color

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

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

This div border color is #6B8861.


Opacity

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

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

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

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

This text has shadow with #6B8861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8861 on black background.


Color preview on white background

This text has color #6B8861 on white background.



Black color preview on #6B8861 background

This text has black color on #6B8861 background.


White color preview on #6B8861 background

This text has white color on #6B8861 background.