COLOR #6E917D

HEX: #6E917D RGB: (110,145,125)

Color info

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

RGB color model

#6E917D color RGB value is (110,145,125).

RGB: (110,145,125) (43%, 57%, 49%)

RGB channels and saturation

R 110 of 255 = 43%
G 145 of 255 = 57%
B 125 of 255 = 49%

110
145
125

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

Portions of RGB colors in percentages

R + G + B = 110 + 145 + 125 = 380 (100%)
R 110 of 380 ~ 28.95%
G 145 of 380 ~ 38.16%
B 125 of 380 ~ 32.89'%

%28.95
%38.16
%32.89

CMYK color model

#6E917D color CMYK value is (24,0,14,43).

  • cyan value is 24.14%
  • magenta value is 0.00%
  • yellow value is 13.79%
  • key color value is 43.14%
CMYK: (24,0,14,43) C24M0Y14K43 (24%,0%,14%,43%) (0.24/0.00/0.14/0.43) 

CMYK percentages

%24.14
%0
%13.79
%43.14

Codes

Color #6E917D in popluar color models

6E 91 7D
RGB 110 145 125
HSL 146° 13.73% 50.00%
HSB/HSV 146° 24.14% 56.86%
CMYK 24.14% 0.00% 13.79%
43.14%

Color #6E917D in popluar number systems.

HEX 6E 91 7D
Decimal 110 145 125
Binary 1101110 10010001 1111101
Octal 156 221 175

Shades and tints

Shades of #6E917D

#6E917D
(110,145,125)
#648472
(100,132,114)
#5A7767
(90,119,103)
#506A5C
(80,106,92)
#465D51
(70,93,81)
#3C5046
(60,80,70)
#32433B
(50,67,59)
#283630
(40,54,48)
#1E2925
(30,41,37)
#141C1A
(20,28,26)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #6E917D

#6E917D
(110,145,125)
#7B9B88
(123,155,136)
#88A593
(136,165,147)
#95AF9E
(149,175,158)
#A2B9A9
(162,185,169)
#AFC3B4
(175,195,180)
#BCCDBF
(188,205,191)
#C9D7CA
(201,215,202)
#D6E1D5
(214,225,213)
#E3EBE0
(227,235,224)
#F0F5EB
(240,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E917D; }

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

This text font color is #6E917D.

Background Color

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

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

This div background color is #6E917D.

Border color

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

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

This div border color is #6E917D.

Opacity

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

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

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

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

This text has shadow with #6E917D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E917D.

Preview

Color preview on black background

This text has color #6E917D on black background.


Color preview on white background

This text has color #6E917D on white background.


Black color preview on #6E917D background

This text has black color on #6E917D background.


White color preview on #6E917D background

This text has white color on #6E917D background.


Related colors

Complementary color

Complementary color for #hex is #916E82.


I love getcolorcode.com

Triadic colors

1 #7D6E91 and #917D6E with #6E917D are triadic colors.

2 #7D916E and #916E7D with #6E917D are triadic colors.