COLOR #6E977B

HEX: #6E977B
RGB: (110,151,123)

Color info

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

RGB color model

#6E977B color RGB value is (110,151,123).

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

RGB channels and saturation

R 110 of 255 = 43%
G 151 of 255 = 59%
B 123 of 255 = 48%

110
151
123

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

Portions of RGB colors in percentages

R + G + B =
110 + 151 + 123 = 384 (100%)
R 110 of 384 ~ 28.65%
G 151 of 384 ~ 39.32%
B 123 of 384 ~ 32.03%

%28.65
%39.32
%32.03

CMYK color model

#6E977B color CMYK value is (27,0,19,41).

  • cyan value is 27.15%
  • magenta value is 0.00%
  • yellow value is 18.54%
  • key color value is 40.78%
CMYK:
(27,0,19,41)
C27M0Y19K41 
(27%,0%,19%,41%)
(0.27/0.00/0.19/0.41)	

CMYK percentages

%27.15
%0
%18.54
%40.78

Codes

Color #6E977B in popluar color models

6E977B
RGB110151123
HSL139°16.47%51.18%
HSB/HSV139°27.15%59.22%
CMYK27.15%0.00%18.54%
40.78%

Color #6E977B in popluar number systems.

HEX6E977B
Decimal110151123
Binary1101110100101111111011
Octal156227173

Shades and tints

Shades of #6E977B

#6E977B
(110,151,123)
#648A70
(100,138,112)
#5A7D65
(90,125,101)
#50705A
(80,112,90)
#46634F
(70,99,79)
#3C5644
(60,86,68)
#324939
(50,73,57)
#283C2E
(40,60,46)
#1E2F23
(30,47,35)
#142218
(20,34,24)
#0A150D
(10,21,13)
#000000
(0,0,0)

Tints of #6E977B

#6E977B
(110,151,123)
#7BA087
(123,160,135)
#88A993
(136,169,147)
#95B29F
(149,178,159)
#A2BBAB
(162,187,171)
#AFC4B7
(175,196,183)
#BCCDC3
(188,205,195)
#C9D6CF
(201,214,207)
#D6DFDB
(214,223,219)
#E3E8E7
(227,232,231)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E977B; }

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

This text font color is #6E977B.


Background Color

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

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

This div background color is #6E977B.


Border color

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

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

This div border color is #6E977B.


Opacity

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

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

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

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

This text has shadow with #6E977B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E977B on black background.


Color preview on white background

This text has color #6E977B on white background.



Black color preview on #6E977B background

This text has black color on #6E977B background.


White color preview on #6E977B background

This text has white color on #6E977B background.