COLOR #6E9360

HEX: #6E9360 RGB: (110,147,96)

Color info

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

RGB color model

#6E9360 color RGB value is (110,147,96).

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

RGB channels and saturation

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

110
147
96

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

Portions of RGB colors in percentages

R + G + B = 110 + 147 + 96 = 353 (100%)
R 110 of 353 ~ 31.16%
G 147 of 353 ~ 41.64%
B 96 of 353 ~ 27.2'%

%31.16
%41.64
%27.2

CMYK color model

#6E9360 color CMYK value is (25,0,35,42).

  • cyan value is 25.17%
  • magenta value is 0.00%
  • yellow value is 34.69%
  • key color value is 42.35%

CMYK: (25,0,35,42)
C25M0Y35K42 (25%, 0%, 35%, 42%)
(0.25 / 0.00 / 0.35 / 0.42)

CMYK percentages

%25.17
%0
%34.69
%42.35

Codes

Color #6E9360 in popluar color models

6E 93 60
RGB 110 147 96
HSL 104° 20.99% 47.65%
HSB/HSV 104° 34.69% 57.65%
CMYK 25.17% 0.00% 34.69%
42.35%

Color #6E9360 in popluar number systems.

HEX 6E 93 60
Decimal 110 147 96
Binary 1101110 10010011 1100000
Octal 156 223 140

Shades and tints

Shades of #6E9360

#6E9360
(110,147,96)
#648658
(100,134,88)
#5A7950
(90,121,80)
#506C48
(80,108,72)
#465F40
(70,95,64)
#3C5238
(60,82,56)
#324530
(50,69,48)
#283828
(40,56,40)
#1E2B20
(30,43,32)
#141E18
(20,30,24)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #6E9360

#6E9360
(110,147,96)
#7B9C6E
(123,156,110)
#88A57C
(136,165,124)
#95AE8A
(149,174,138)
#A2B798
(162,183,152)
#AFC0A6
(175,192,166)
#BCC9B4
(188,201,180)
#C9D2C2
(201,210,194)
#D6DBD0
(214,219,208)
#E3E4DE
(227,228,222)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9360; }

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

This text font color is #6E9360.

Background Color

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

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

This div background color is #6E9360.

Border color

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

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

This div border color is #6E9360.

Opacity

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

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

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

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

This text has shadow with #6E9360 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E9360.

Preview

Color preview on black background

This text has color #6E9360 on black background.


Color preview on white background

This text has color #6E9360 on white background.


Black color preview on #6E9360 background

This text has black color on #6E9360 background.


White color preview on #6E9360 background

This text has white color on #6E9360 background.


Related colors

Complementary color

Complementary color for #hex is #916C9F.


I love getcolorcode.com

Triadic colors

1 #606E93 and #93606E with #6E9360 are triadic colors.

2 #60936E and #936E60 with #6E9360 are triadic colors.