COLOR #6E9577

HEX: #6E9577 RGB: (110,149,119)

Color info

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

RGB color model

#6E9577 color RGB value is (110,149,119).

RGB: (110,149,119) (43%, 58%, 47%)

RGB channels and saturation

R 110 of 255 = 43%
G 149 of 255 = 58%
B 119 of 255 = 47%

110
149
119

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

Portions of RGB colors in percentages

R + G + B = 110 + 149 + 119 = 378 (100%)
R 110 of 378 ~ 29.1%
G 149 of 378 ~ 39.42%
B 119 of 378 ~ 31.48'%

%29.1
%39.42
%31.48

CMYK color model

#6E9577 color CMYK value is (26,0,20,42).

  • cyan value is 26.17%
  • magenta value is 0.00%
  • yellow value is 20.13%
  • key color value is 41.57%

CMYK: (26,0,20,42)
C26M0Y20K42 (26%, 0%, 20%, 42%)
(0.26 / 0.00 / 0.20 / 0.42)

CMYK percentages

%26.17
%0
%20.13
%41.57

Codes

Color #6E9577 in popluar color models

6E 95 77
RGB 110 149 119
HSL 134° 15.54% 50.78%
HSB/HSV 134° 26.17% 58.43%
CMYK 26.17% 0.00% 20.13%
41.57%

Color #6E9577 in popluar number systems.

HEX 6E 95 77
Decimal 110 149 119
Binary 1101110 10010101 1110111
Octal 156 225 167

Shades and tints

Shades of #6E9577

#6E9577
(110,149,119)
#64886D
(100,136,109)
#5A7B63
(90,123,99)
#506E59
(80,110,89)
#46614F
(70,97,79)
#3C5445
(60,84,69)
#32473B
(50,71,59)
#283A31
(40,58,49)
#1E2D27
(30,45,39)
#14201D
(20,32,29)
#0A1313
(10,19,19)
#000000
(0,0,0)

Tints of #6E9577

#6E9577
(110,149,119)
#7B9E83
(123,158,131)
#88A78F
(136,167,143)
#95B09B
(149,176,155)
#A2B9A7
(162,185,167)
#AFC2B3
(175,194,179)
#BCCBBF
(188,203,191)
#C9D4CB
(201,212,203)
#D6DDD7
(214,221,215)
#E3E6E3
(227,230,227)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9577 color. Also use rgb(110,149,119) instead hex code.

Text Font Color

.myTextColor { color: #6E9577; }

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

This text font color is #6E9577.

Background Color

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

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

This div background color is #6E9577.

Border color

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

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

This div border color is #6E9577.

Opacity

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

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

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

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

This text has shadow with #6E9577 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E9577.

Preview

Color preview on black background

This text has color #6E9577 on black background.


Color preview on white background

This text has color #6E9577 on white background.


Black color preview on #6E9577 background

This text has black color on #6E9577 background.


White color preview on #6E9577 background

This text has white color on #6E9577 background.


Related colors

Complementary color

Complementary color for #hex is #916A88.


I love getcolorcode.com

Triadic colors

1 #776E95 and #95776E with #6E9577 are triadic colors.

2 #77956E and #956E77 with #6E9577 are triadic colors.