COLOR #6C877B

HEX: #6C877B
RGB: (108,135,123)

Color info

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

RGB color model

#6C877B color RGB value is (108,135,123).

  • red value is 108;
  • green value is 135;
  • blue value is 123.
RGB:
(108,135,123)
(42%,53%,48%)

RGB channels and saturation

R 108 of 255 = 42%
G 135 of 255 = 53%
B 123 of 255 = 48%

108
135
123

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

Portions of RGB colors in percentages

R + G + B =
108 + 135 + 123 = 366 (100%)
R 108 of 366 ~ 29.51%
G 135 of 366 ~ 36.89%
B 123 of 366 ~ 33.61%

%29.51
%36.89
%33.61

CMYK color model

#6C877B color CMYK value is (20,0,9,47).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 8.89%
  • key color value is 47.06%
CMYK:
(20,0,9,47)
C20M0Y9K47 
(20%,0%,9%,47%)
(0.20/0.00/0.09/0.47)	

CMYK percentages

%20
%0
%8.89
%47.06

Codes

Color #6C877B in popluar color models

6C877B
RGB108135123
HSL153°11.11%47.65%
HSB/HSV153°20.00%52.94%
CMYK20.00%0.00%8.89%
47.06%

Color #6C877B in popluar number systems.

HEX6C877B
Decimal108135123
Binary1101100100001111111011
Octal154207173

Shades and tints

Shades of #6C877B

#6C877B
(108,135,123)
#637B70
(99,123,112)
#5A6F65
(90,111,101)
#51635A
(81,99,90)
#48574F
(72,87,79)
#3F4B44
(63,75,68)
#363F39
(54,63,57)
#2D332E
(45,51,46)
#242723
(36,39,35)
#1B1B18
(27,27,24)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #6C877B

#6C877B
(108,135,123)
#799187
(121,145,135)
#869B93
(134,155,147)
#93A59F
(147,165,159)
#A0AFAB
(160,175,171)
#ADB9B7
(173,185,183)
#BAC3C3
(186,195,195)
#C7CDCF
(199,205,207)
#D4D7DB
(212,215,219)
#E1E1E7
(225,225,231)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C877B color. Also use rgb(108,135,123) instead hex code.

Text Font Color

.myTextColor { color: #6C877B; }

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

This text font color is #6C877B.


Background Color

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

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

This div background color is #6C877B.


Border color

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

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

This div border color is #6C877B.


Opacity

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

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

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

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

This text has shadow with #6C877B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C877B on black background.


Color preview on white background

This text has color #6C877B on white background.



Black color preview on #6C877B background

This text has black color on #6C877B background.


White color preview on #6C877B background

This text has white color on #6C877B background.