COLOR #6B8D6C

HEX: #6B8D6C RGB: (107,141,108)

Color info

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

RGB color model

#6B8D6C color RGB value is (107,141,108).

RGB: (107,141,108) (42%, 55%, 42%)

RGB channels and saturation

R 107 of 255 = 42%
G 141 of 255 = 55%
B 108 of 255 = 42%

107
141
108

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

Portions of RGB colors in percentages

R + G + B = 107 + 141 + 108 = 356 (100%)
R 107 of 356 ~ 30.06%
G 141 of 356 ~ 39.61%
B 108 of 356 ~ 30.34'%

%30.06
%39.61
%30.34

CMYK color model

#6B8D6C color CMYK value is (24,0,23,45).

  • cyan value is 24.11%
  • magenta value is 0.00%
  • yellow value is 23.40%
  • key color value is 44.71%

CMYK: (24,0,23,45)
C24M0Y23K45 (24%, 0%, 23%, 45%)
(0.24 / 0.00 / 0.23 / 0.45)

CMYK percentages

%24.11
%0
%23.4
%44.71

Codes

Color #6B8D6C in popluar color models

6B 8D 6C
RGB 107 141 108
HSL 122° 13.71% 48.63%
HSB/HSV 122° 24.11% 55.29%
CMYK 24.11% 0.00% 23.40%
44.71%

Color #6B8D6C in popluar number systems.

HEX 6B 8D 6C
Decimal 107 141 108
Binary 1101011 10001101 1101100
Octal 153 215 154

Shades and tints

Shades of #6B8D6C

#6B8D6C
(107,141,108)
#628163
(98,129,99)
#59755A
(89,117,90)
#506951
(80,105,81)
#475D48
(71,93,72)
#3E513F
(62,81,63)
#354536
(53,69,54)
#2C392D
(44,57,45)
#232D24
(35,45,36)
#1A211B
(26,33,27)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #6B8D6C

#6B8D6C
(107,141,108)
#789779
(120,151,121)
#85A186
(133,161,134)
#92AB93
(146,171,147)
#9FB5A0
(159,181,160)
#ACBFAD
(172,191,173)
#B9C9BA
(185,201,186)
#C6D3C7
(198,211,199)
#D3DDD4
(211,221,212)
#E0E7E1
(224,231,225)
#EDF1EE
(237,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8D6C; }

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

This text font color is #6B8D6C.

Background Color

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

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

This div background color is #6B8D6C.

Border color

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

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

This div border color is #6B8D6C.

Opacity

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

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

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

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

This text has shadow with #6B8D6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B8D6C.

Preview

Color preview on black background

This text has color #6B8D6C on black background.


Color preview on white background

This text has color #6B8D6C on white background.


Black color preview on #6B8D6C background

This text has black color on #6B8D6C background.


White color preview on #6B8D6C background

This text has white color on #6B8D6C background.


Related colors

Complementary color

Complementary color for #hex is #947293.


I love getcolorcode.com

Triadic colors

1 #6C6B8D and #8D6C6B with #6B8D6C are triadic colors.

2 #6C8D6B and #8D6B6C with #6B8D6C are triadic colors.