COLOR #6E9171

HEX: #6E9171 RGB: (110,145,113)

Color info

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

RGB color model

#6E9171 color RGB value is (110,145,113).

RGB: (110,145,113) (43%, 57%, 44%)

RGB channels and saturation

R 110 of 255 = 43%
G 145 of 255 = 57%
B 113 of 255 = 44%

110
145
113

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

Portions of RGB colors in percentages

R + G + B = 110 + 145 + 113 = 368 (100%)
R 110 of 368 ~ 29.89%
G 145 of 368 ~ 39.4%
B 113 of 368 ~ 30.71'%

%29.89
%39.4
%30.71

CMYK color model

#6E9171 color CMYK value is (24,0,22,43).

  • cyan value is 24.14%
  • magenta value is 0.00%
  • yellow value is 22.07%
  • key color value is 43.14%

CMYK: (24,0,22,43)
C24M0Y22K43 (24%, 0%, 22%, 43%)
(0.24 / 0.00 / 0.22 / 0.43)

CMYK percentages

%24.14
%0
%22.07
%43.14

Codes

Color #6E9171 in popluar color models

6E 91 71
RGB 110 145 113
HSL 125° 13.73% 50.00%
HSB/HSV 125° 24.14% 56.86%
CMYK 24.14% 0.00% 22.07%
43.14%

Color #6E9171 in popluar number systems.

HEX 6E 91 71
Decimal 110 145 113
Binary 1101110 10010001 1110001
Octal 156 221 161

Shades and tints

Shades of #6E9171

#6E9171
(110,145,113)
#648467
(100,132,103)
#5A775D
(90,119,93)
#506A53
(80,106,83)
#465D49
(70,93,73)
#3C503F
(60,80,63)
#324335
(50,67,53)
#28362B
(40,54,43)
#1E2921
(30,41,33)
#141C17
(20,28,23)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #6E9171

#6E9171
(110,145,113)
#7B9B7D
(123,155,125)
#88A589
(136,165,137)
#95AF95
(149,175,149)
#A2B9A1
(162,185,161)
#AFC3AD
(175,195,173)
#BCCDB9
(188,205,185)
#C9D7C5
(201,215,197)
#D6E1D1
(214,225,209)
#E3EBDD
(227,235,221)
#F0F5E9
(240,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9171 color. Also use rgb(110,145,113) instead hex code.

Text Font Color

.myTextColor { color: #6E9171; }

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

This text font color is #6E9171.

Background Color

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

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

This div background color is #6E9171.

Border color

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

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

This div border color is #6E9171.

Opacity

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

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

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

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

This text has shadow with #6E9171 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E9171.

Preview

Color preview on black background

This text has color #6E9171 on black background.


Color preview on white background

This text has color #6E9171 on white background.


Black color preview on #6E9171 background

This text has black color on #6E9171 background.


White color preview on #6E9171 background

This text has white color on #6E9171 background.


Related colors

Complementary color

Complementary color for #hex is #916E8E.


I love getcolorcode.com

Triadic colors

1 #716E91 and #91716E with #6E9171 are triadic colors.

2 #71916E and #916E71 with #6E9171 are triadic colors.