COLOR #6E9731

HEX: #6E9731
RGB: (110,151,49)

Color info

#6E9731 contains mainly red and green colors. Web safe color of #6E9731 is #669933 (or #693).

RGB color model

#6E9731 color RGB value is (110,151,49).

  • red value is 110;
  • green value is 151;
  • blue value is 49.
RGB:
(110,151,49)
(43%,59%,19%)

RGB channels and saturation

R 110 of 255 = 43%
G 151 of 255 = 59%
B 49 of 255 = 19%

110
151
49

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

Portions of RGB colors in percentages

R + G + B =
110 + 151 + 49 = 310 (100%)
R 110 of 310 ~ 35.48%
G 151 of 310 ~ 48.71%
B 49 of 310 ~ 15.81%

%35.48
%48.71
%15.81

CMYK color model

#6E9731 color CMYK value is (27,0,68,41).

  • cyan value is 27.15%
  • magenta value is 0.00%
  • yellow value is 67.55%
  • key color value is 40.78%
CMYK:
(27,0,68,41)
C27M0Y68K41 
(27%,0%,68%,41%)
(0.27/0.00/0.68/0.41)	

CMYK percentages

%27.15
%0
%67.55
%40.78

Codes

Color #6E9731 in popluar color models

6E9731
RGB11015149
HSL84°51.00%39.22%
HSB/HSV84°67.55%59.22%
CMYK27.15%0.00%67.55%
40.78%

Color #6E9731 in popluar number systems.

HEX6E9731
Decimal11015149
Binary110111010010111110001
Octal15622761

Shades and tints

Shades of #6E9731

#6E9731
(110,151,49)
#648A2D
(100,138,45)
#5A7D29
(90,125,41)
#507025
(80,112,37)
#466321
(70,99,33)
#3C561D
(60,86,29)
#324919
(50,73,25)
#283C15
(40,60,21)
#1E2F11
(30,47,17)
#14220D
(20,34,13)
#0A1509
(10,21,9)
#000000
(0,0,0)

Tints of #6E9731

#6E9731
(110,151,49)
#7BA043
(123,160,67)
#88A955
(136,169,85)
#95B267
(149,178,103)
#A2BB79
(162,187,121)
#AFC48B
(175,196,139)
#BCCD9D
(188,205,157)
#C9D6AF
(201,214,175)
#D6DFC1
(214,223,193)
#E3E8D3
(227,232,211)
#F0F1E5
(240,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9731 color. Also use rgb(110,151,49) instead hex code.

Text Font Color

.myTextColor { color: #6E9731; }

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

This text font color is #6E9731.


Background Color

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

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

This div background color is #6E9731.


Border color

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

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

This div border color is #6E9731.


Opacity

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

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

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

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

This text has shadow with #6E9731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9731 on black background.


Color preview on white background

This text has color #6E9731 on white background.



Black color preview on #6E9731 background

This text has black color on #6E9731 background.


White color preview on #6E9731 background

This text has white color on #6E9731 background.