COLOR #6E877B

HEX: #6E877B
RGB: (110,135,123)

Color info

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

RGB color model

#6E877B color RGB value is (110,135,123).

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

RGB channels and saturation

R 110 of 255 = 43%
G 135 of 255 = 53%
B 123 of 255 = 48%

110
135
123

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

Portions of RGB colors in percentages

R + G + B =
110 + 135 + 123 = 368 (100%)
R 110 of 368 ~ 29.89%
G 135 of 368 ~ 36.68%
B 123 of 368 ~ 33.42%

%29.89
%36.68
%33.42

CMYK color model

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

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 8.89%
  • key color value is 47.06%
CMYK: (19,0,9,47) C19M0Y9K47 (19%,0%,9%,47%) (0.19/0.00/0.09/0.47)

CMYK percentages

%18.52
%0
%8.89
%47.06

Codes

Color #6E877B in popluar color models

6E877B
RGB110135123
HSL151°10.20%48.04%
HSB/HSV151°18.52%52.94%
CMYK18.52%0.00%8.89%
47.06%

Color #6E877B in popluar number systems.

HEX6E877B
Decimal110135123
Binary1101110100001111111011
Octal156207173

Shades and tints

Shades of #6E877B

#6E877B
(110,135,123)
#647B70
(100,123,112)
#5A6F65
(90,111,101)
#50635A
(80,99,90)
#46574F
(70,87,79)
#3C4B44
(60,75,68)
#323F39
(50,63,57)
#28332E
(40,51,46)
#1E2723
(30,39,35)
#141B18
(20,27,24)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #6E877B

#6E877B
(110,135,123)
#7B9187
(123,145,135)
#889B93
(136,155,147)
#95A59F
(149,165,159)
#A2AFAB
(162,175,171)
#AFB9B7
(175,185,183)
#BCC3C3
(188,195,195)
#C9CDCF
(201,205,207)
#D6D7DB
(214,215,219)
#E3E1E7
(227,225,231)
#F0EBF3
(240,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E877B; }

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

This text font color is #6E877B.


Background Color

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

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

This div background color is #6E877B.


Border color

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

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

This div border color is #6E877B.


Opacity

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

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

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

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

This text has shadow with #6E877B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6E877B on black background.


Color preview on white background

This text has color #6E877B on white background.



Black color preview on #6E877B background

This text has black color on #6E877B background.


White color preview on #6E877B background

This text has white color on #6E877B background.