COLOR #6E9460

HEX: #6E9460 RGB: (110,148,96)

Color info

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

RGB color model

#6E9460 color RGB value is (110,148,96).

RGB: (110,148,96) (43%, 58%, 38%)

RGB channels and saturation

R 110 of 255 = 43%
G 148 of 255 = 58%
B 96 of 255 = 38%

110
148
96

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

Portions of RGB colors in percentages

R + G + B = 110 + 148 + 96 = 354 (100%)
R 110 of 354 ~ 31.07%
G 148 of 354 ~ 41.81%
B 96 of 354 ~ 27.12'%

%31.07
%41.81
%27.12

CMYK color model

#6E9460 color CMYK value is (26,0,35,42).

  • cyan value is 25.68%
  • magenta value is 0.00%
  • yellow value is 35.14%
  • key color value is 41.96%

CMYK: (26,0,35,42)
C26M0Y35K42 (26%, 0%, 35%, 42%)
(0.26 / 0.00 / 0.35 / 0.42)

CMYK percentages

%25.68
%0
%35.14
%41.96

Codes

Color #6E9460 in popluar color models

6E 94 60
RGB 110 148 96
HSL 104° 21.31% 47.84%
HSB/HSV 104° 35.14% 58.04%
CMYK 25.68% 0.00% 35.14%
41.96%

Color #6E9460 in popluar number systems.

HEX 6E 94 60
Decimal 110 148 96
Binary 1101110 10010100 1100000
Octal 156 224 140

Shades and tints

Shades of #6E9460

#6E9460
(110,148,96)
#648758
(100,135,88)
#5A7A50
(90,122,80)
#506D48
(80,109,72)
#466040
(70,96,64)
#3C5338
(60,83,56)
#324630
(50,70,48)
#283928
(40,57,40)
#1E2C20
(30,44,32)
#141F18
(20,31,24)
#0A1210
(10,18,16)
#000000
(0,0,0)

Tints of #6E9460

#6E9460
(110,148,96)
#7B9D6E
(123,157,110)
#88A67C
(136,166,124)
#95AF8A
(149,175,138)
#A2B898
(162,184,152)
#AFC1A6
(175,193,166)
#BCCAB4
(188,202,180)
#C9D3C2
(201,211,194)
#D6DCD0
(214,220,208)
#E3E5DE
(227,229,222)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9460 color. Also use rgb(110,148,96) instead hex code.

Text Font Color

.myTextColor { color: #6E9460; }

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

This text font color is #6E9460.

Background Color

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

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

This div background color is #6E9460.

Border color

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

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

This div border color is #6E9460.

Opacity

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

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

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

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

This text has shadow with #6E9460 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E9460.

Preview

Color preview on black background

This text has color #6E9460 on black background.


Color preview on white background

This text has color #6E9460 on white background.


Black color preview on #6E9460 background

This text has black color on #6E9460 background.


White color preview on #6E9460 background

This text has white color on #6E9460 background.


Related colors

Complementary color

Complementary color for #hex is #916B9F.


I love getcolorcode.com

Triadic colors

1 #606E94 and #94606E with #6E9460 are triadic colors.

2 #60946E and #946E60 with #6E9460 are triadic colors.