COLOR #6E877F

HEX: #6E877F
RGB: (110,135,127)

Color info

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

RGB color model

#6E877F color RGB value is (110,135,127).

  • red value is 110;
  • green value is 135;
  • blue value is 127.
RGB:
(110,135,127)
(43%,53%,50%)

RGB channels and saturation

R 110 of 255 = 43%
G 135 of 255 = 53%
B 127 of 255 = 50%

110
135
127

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

Portions of RGB colors in percentages

R + G + B =
110 + 135 + 127 = 372 (100%)
R 110 of 372 ~ 29.57%
G 135 of 372 ~ 36.29%
B 127 of 372 ~ 34.14%

%29.57
%36.29
%34.14

CMYK color model

#6E877F color CMYK value is (19,0,6,47).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 47.06%
CMYK:
(19,0,6,47)
C19M0Y6K47 
(19%,0%,6%,47%)
(0.19/0.00/0.06/0.47)	

CMYK percentages

%18.52
%0
%5.93
%47.06

Codes

Color #6E877F in popluar color models

6E877F
RGB110135127
HSL161°10.20%48.04%
HSB/HSV161°18.52%52.94%
CMYK18.52%0.00%5.93%
47.06%

Color #6E877F in popluar number systems.

HEX6E877F
Decimal110135127
Binary1101110100001111111111
Octal156207177

Shades and tints

Shades of #6E877F

#6E877F
(110,135,127)
#647B74
(100,123,116)
#5A6F69
(90,111,105)
#50635E
(80,99,94)
#465753
(70,87,83)
#3C4B48
(60,75,72)
#323F3D
(50,63,61)
#283332
(40,51,50)
#1E2727
(30,39,39)
#141B1C
(20,27,28)
#0A0F11
(10,15,17)
#000000
(0,0,0)

Tints of #6E877F

#6E877F
(110,135,127)
#7B918A
(123,145,138)
#889B95
(136,155,149)
#95A5A0
(149,165,160)
#A2AFAB
(162,175,171)
#AFB9B6
(175,185,182)
#BCC3C1
(188,195,193)
#C9CDCC
(201,205,204)
#D6D7D7
(214,215,215)
#E3E1E2
(227,225,226)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E877F; }

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

This text font color is #6E877F.


Background Color

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

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

This div background color is #6E877F.


Border color

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

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

This div border color is #6E877F.


Opacity

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

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

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

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

This text has shadow with #6E877F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E877F on black background.


Color preview on white background

This text has color #6E877F on white background.



Black color preview on #6E877F background

This text has black color on #6E877F background.


White color preview on #6E877F background

This text has white color on #6E877F background.