COLOR #6F877B

HEX: #6F877B
RGB: (111,135,123)

Color info

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

RGB color model

#6F877B color RGB value is (111,135,123).

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

RGB channels and saturation

R 111 of 255 = 44%
G 135 of 255 = 53%
B 123 of 255 = 48%

111
135
123

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

Portions of RGB colors in percentages

R + G + B =
111 + 135 + 123 = 369 (100%)
R 111 of 369 ~ 30.08%
G 135 of 369 ~ 36.59%
B 123 of 369 ~ 33.33%

%30.08
%36.59
%33.33

CMYK color model

#6F877B color CMYK value is (18,0,9,47).

  • cyan value is 17.78%
  • magenta value is 0.00%
  • yellow value is 8.89%
  • key color value is 47.06%
CMYK:
(18,0,9,47)
C18M0Y9K47 
(18%,0%,9%,47%)
(0.18/0.00/0.09/0.47)	

CMYK percentages

%17.78
%0
%8.89
%47.06

Codes

Color #6F877B in popluar color models

6F877B
RGB111135123
HSL150°9.76%48.24%
HSB/HSV150°17.78%52.94%
CMYK17.78%0.00%8.89%
47.06%

Color #6F877B in popluar number systems.

HEX6F877B
Decimal111135123
Binary1101111100001111111011
Octal157207173

Shades and tints

Shades of #6F877B

#6F877B
(111,135,123)
#657B70
(101,123,112)
#5B6F65
(91,111,101)
#51635A
(81,99,90)
#47574F
(71,87,79)
#3D4B44
(61,75,68)
#333F39
(51,63,57)
#29332E
(41,51,46)
#1F2723
(31,39,35)
#151B18
(21,27,24)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #6F877B

#6F877B
(111,135,123)
#7C9187
(124,145,135)
#899B93
(137,155,147)
#96A59F
(150,165,159)
#A3AFAB
(163,175,171)
#B0B9B7
(176,185,183)
#BDC3C3
(189,195,195)
#CACDCF
(202,205,207)
#D7D7DB
(215,215,219)
#E4E1E7
(228,225,231)
#F1EBF3
(241,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F877B; }

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

This text font color is #6F877B.


Background Color

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

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

This div background color is #6F877B.


Border color

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

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

This div border color is #6F877B.


Opacity

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

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

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

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

This text has shadow with #6F877B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F877B on black background.


Color preview on white background

This text has color #6F877B on white background.



Black color preview on #6F877B background

This text has black color on #6F877B background.


White color preview on #6F877B background

This text has white color on #6F877B background.