COLOR #6E935B

HEX: #6E935B
RGB: (110,147,91)

Color info

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

RGB color model

#6E935B color RGB value is (110,147,91).

  • red value is 110;
  • green value is 147;
  • blue value is 91.
RGB:
(110,147,91)
(43%,58%,36%)

RGB channels and saturation

R 110 of 255 = 43%
G 147 of 255 = 58%
B 91 of 255 = 36%

110
147
91

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

Portions of RGB colors in percentages

R + G + B =
110 + 147 + 91 = 348 (100%)
R 110 of 348 ~ 31.61%
G 147 of 348 ~ 42.24%
B 91 of 348 ~ 26.15%

%31.61
%42.24
%26.15

CMYK color model

#6E935B color CMYK value is (25,0,38,42).

  • cyan value is 25.17%
  • magenta value is 0.00%
  • yellow value is 38.10%
  • key color value is 42.35%
CMYK:
(25,0,38,42)
C25M0Y38K42 
(25%,0%,38%,42%)
(0.25/0.00/0.38/0.42)	

CMYK percentages

%25.17
%0
%38.1
%42.35

Codes

Color #6E935B in popluar color models

6E935B
RGB11014791
HSL100°23.53%46.67%
HSB/HSV100°38.10%57.65%
CMYK25.17%0.00%38.10%
42.35%

Color #6E935B in popluar number systems.

HEX6E935B
Decimal11014791
Binary1101110100100111011011
Octal156223133

Shades and tints

Shades of #6E935B

#6E935B
(110,147,91)
#648653
(100,134,83)
#5A794B
(90,121,75)
#506C43
(80,108,67)
#465F3B
(70,95,59)
#3C5233
(60,82,51)
#32452B
(50,69,43)
#283823
(40,56,35)
#1E2B1B
(30,43,27)
#141E13
(20,30,19)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #6E935B

#6E935B
(110,147,91)
#7B9C69
(123,156,105)
#88A577
(136,165,119)
#95AE85
(149,174,133)
#A2B793
(162,183,147)
#AFC0A1
(175,192,161)
#BCC9AF
(188,201,175)
#C9D2BD
(201,210,189)
#D6DBCB
(214,219,203)
#E3E4D9
(227,228,217)
#F0EDE7
(240,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E935B; }

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

This text font color is #6E935B.


Background Color

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

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

This div background color is #6E935B.


Border color

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

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

This div border color is #6E935B.


Opacity

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

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

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

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

This text has shadow with #6E935B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E935B on black background.


Color preview on white background

This text has color #6E935B on white background.



Black color preview on #6E935B background

This text has black color on #6E935B background.


White color preview on #6E935B background

This text has white color on #6E935B background.