COLOR #6E9872

HEX: #6E9872 RGB: (110,152,114)

Color info

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

RGB color model

#6E9872 color RGB value is (110,152,114).

RGB: (110,152,114) (43%, 60%, 45%)

RGB channels and saturation

R 110 of 255 = 43%
G 152 of 255 = 60%
B 114 of 255 = 45%

110
152
114

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

Portions of RGB colors in percentages

R + G + B = 110 + 152 + 114 = 376 (100%)
R 110 of 376 ~ 29.26%
G 152 of 376 ~ 40.43%
B 114 of 376 ~ 30.32'%

%29.26
%40.43
%30.32

CMYK color model

#6E9872 color CMYK value is (28,0,25,40).

  • cyan value is 27.63%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 40.39%

CMYK: (28,0,25,40)
C28M0Y25K40 (28%, 0%, 25%, 40%)
(0.28 / 0.00 / 0.25 / 0.40)

CMYK percentages

%27.63
%0
%25
%40.39

Codes

Color #6E9872 in popluar color models

6E 98 72
RGB 110 152 114
HSL 126° 16.94% 51.37%
HSB/HSV 126° 27.63% 59.61%
CMYK 27.63% 0.00% 25.00%
40.39%

Color #6E9872 in popluar number systems.

HEX 6E 98 72
Decimal 110 152 114
Binary 1101110 10011000 1110010
Octal 156 230 162

Shades and tints

Shades of #6E9872

#6E9872
(110,152,114)
#648B68
(100,139,104)
#5A7E5E
(90,126,94)
#507154
(80,113,84)
#46644A
(70,100,74)
#3C5740
(60,87,64)
#324A36
(50,74,54)
#283D2C
(40,61,44)
#1E3022
(30,48,34)
#142318
(20,35,24)
#0A160E
(10,22,14)
#000000
(0,0,0)

Tints of #6E9872

#6E9872
(110,152,114)
#7BA17E
(123,161,126)
#88AA8A
(136,170,138)
#95B396
(149,179,150)
#A2BCA2
(162,188,162)
#AFC5AE
(175,197,174)
#BCCEBA
(188,206,186)
#C9D7C6
(201,215,198)
#D6E0D2
(214,224,210)
#E3E9DE
(227,233,222)
#F0F2EA
(240,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9872 color. Also use rgb(110,152,114) instead hex code.

Text Font Color

.myTextColor { color: #6E9872; }

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

This text font color is #6E9872.

Background Color

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

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

This div background color is #6E9872.

Border color

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

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

This div border color is #6E9872.

Opacity

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

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

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

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

This text has shadow with #6E9872 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E9872.

Preview

Color preview on black background

This text has color #6E9872 on black background.


Color preview on white background

This text has color #6E9872 on white background.


Black color preview on #6E9872 background

This text has black color on #6E9872 background.


White color preview on #6E9872 background

This text has white color on #6E9872 background.


Related colors

Complementary color

Complementary color for #hex is #91678D.


I love getcolorcode.com

Triadic colors

1 #726E98 and #98726E with #6E9872 are triadic colors.

2 #72986E and #986E72 with #6E9872 are triadic colors.