COLOR #6B8F6F

HEX: #6B8F6F RGB: (107,143,111)

Color info

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

RGB color model

#6B8F6F color RGB value is (107,143,111).

RGB: (107,143,111) (42%, 56%, 44%)

RGB channels and saturation

R 107 of 255 = 42%
G 143 of 255 = 56%
B 111 of 255 = 44%

107
143
111

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

Portions of RGB colors in percentages

R + G + B = 107 + 143 + 111 = 361 (100%)
R 107 of 361 ~ 29.64%
G 143 of 361 ~ 39.61%
B 111 of 361 ~ 30.75'%

%29.64
%39.61
%30.75

CMYK color model

#6B8F6F color CMYK value is (25,0,22,44).

  • cyan value is 25.17%
  • magenta value is 0.00%
  • yellow value is 22.38%
  • key color value is 43.92%

CMYK: (25,0,22,44)
C25M0Y22K44 (25%, 0%, 22%, 44%)
(0.25 / 0.00 / 0.22 / 0.44)

CMYK percentages

%25.17
%0
%22.38
%43.92

Codes

Color #6B8F6F in popluar color models

6B 8F 6F
RGB 107 143 111
HSL 127° 14.40% 49.02%
HSB/HSV 127° 25.17% 56.08%
CMYK 25.17% 0.00% 22.38%
43.92%

Color #6B8F6F in popluar number systems.

HEX 6B 8F 6F
Decimal 107 143 111
Binary 1101011 10001111 1101111
Octal 153 217 157

Shades and tints

Shades of #6B8F6F

#6B8F6F
(107,143,111)
#628265
(98,130,101)
#59755B
(89,117,91)
#506851
(80,104,81)
#475B47
(71,91,71)
#3E4E3D
(62,78,61)
#354133
(53,65,51)
#2C3429
(44,52,41)
#23271F
(35,39,31)
#1A1A15
(26,26,21)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #6B8F6F

#6B8F6F
(107,143,111)
#78997C
(120,153,124)
#85A389
(133,163,137)
#92AD96
(146,173,150)
#9FB7A3
(159,183,163)
#ACC1B0
(172,193,176)
#B9CBBD
(185,203,189)
#C6D5CA
(198,213,202)
#D3DFD7
(211,223,215)
#E0E9E4
(224,233,228)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8F6F color. Also use rgb(107,143,111) instead hex code.

Text Font Color

.myTextColor { color: #6B8F6F; }

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

This text font color is #6B8F6F.

Background Color

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

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

This div background color is #6B8F6F.

Border color

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

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

This div border color is #6B8F6F.

Opacity

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

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

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

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

This text has shadow with #6B8F6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B8F6F.

Preview

Color preview on black background

This text has color #6B8F6F on black background.


Color preview on white background

This text has color #6B8F6F on white background.


Black color preview on #6B8F6F background

This text has black color on #6B8F6F background.


White color preview on #6B8F6F background

This text has white color on #6B8F6F background.


Related colors

Complementary color

Complementary color for #hex is #947090.


I love getcolorcode.com

Triadic colors

1 #6F6B8F and #8F6F6B with #6B8F6F are triadic colors.

2 #6F8F6B and #8F6B6F with #6B8F6F are triadic colors.