COLOR #6B877F

HEX: #6B877F RGB: (107,135,127)

Color info

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

RGB color model

#6B877F color RGB value is (107,135,127).

RGB: (107,135,127) (42%, 53%, 50%)

RGB channels and saturation

R 107 of 255 = 42%
G 135 of 255 = 53%
B 127 of 255 = 50%

107
135
127

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

Portions of RGB colors in percentages

R + G + B = 107 + 135 + 127 = 369 (100%)
R 107 of 369 ~ 29%
G 135 of 369 ~ 36.59%
B 127 of 369 ~ 34.42'%

%29
%36.59
%34.42

CMYK color model

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

  • cyan value is 20.74%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 47.06%

CMYK: (21,0,6,47)
C21M0Y6K47 (21%, 0%, 6%, 47%)
(0.21 / 0.00 / 0.06 / 0.47)

CMYK percentages

%20.74
%0
%5.93
%47.06

Codes

Color #6B877F in popluar color models

6B 87 7F
RGB 107 135 127
HSL 163° 11.57% 47.45%
HSB/HSV 163° 20.74% 52.94%
CMYK 20.74% 0.00% 5.93%
47.06%

Color #6B877F in popluar number systems.

HEX 6B 87 7F
Decimal 107 135 127
Binary 1101011 10000111 1111111
Octal 153 207 177

Shades and tints

Shades of #6B877F

#6B877F
(107,135,127)
#627B74
(98,123,116)
#596F69
(89,111,105)
#50635E
(80,99,94)
#475753
(71,87,83)
#3E4B48
(62,75,72)
#353F3D
(53,63,61)
#2C3332
(44,51,50)
#232727
(35,39,39)
#1A1B1C
(26,27,28)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #6B877F

#6B877F
(107,135,127)
#78918A
(120,145,138)
#859B95
(133,155,149)
#92A5A0
(146,165,160)
#9FAFAB
(159,175,171)
#ACB9B6
(172,185,182)
#B9C3C1
(185,195,193)
#C6CDCC
(198,205,204)
#D3D7D7
(211,215,215)
#E0E1E2
(224,225,226)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B877F color. Also use rgb(107,135,127) instead hex code.

Text Font Color

.myTextColor { color: #6B877F; }

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

This text font color is #6B877F.

Background Color

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

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

This div background color is #6B877F.

Border color

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

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

This div border color is #6B877F.

Opacity

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

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

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

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

This text has shadow with #6B877F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B877F.

Preview

Color preview on black background

This text has color #6B877F on black background.


Color preview on white background

This text has color #6B877F on white background.


Black color preview on #6B877F background

This text has black color on #6B877F background.


White color preview on #6B877F background

This text has white color on #6B877F background.


Related colors

Complementary color

Complementary color for #hex is #947880.


I love getcolorcode.com

Triadic colors

1 #7F6B87 and #877F6B with #6B877F are triadic colors.

2 #7F876B and #876B7F with #6B877F are triadic colors.