COLOR #6E9126

HEX: #6E9126
RGB: (110,145,38)

Color info

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

RGB color model

#6E9126 color RGB value is (110,145,38).

  • red value is 110;
  • green value is 145;
  • blue value is 38.
RGB:
(110,145,38)
(43%,57%,15%)

RGB channels and saturation

R 110 of 255 = 43%
G 145 of 255 = 57%
B 38 of 255 = 15%

110
145
38

R + G + B ~ 38%. #6E9126 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 145 + 38 = 293 (100%)
R 110 of 293 ~ 37.54%
G 145 of 293 ~ 49.49%
B 38 of 293 ~ 12.97%

%37.54
%49.49
%12.97

CMYK color model

#6E9126 color CMYK value is (24,0,74,43).

  • cyan value is 24.14%
  • magenta value is 0.00%
  • yellow value is 73.79%
  • key color value is 43.14%
CMYK:
(24,0,74,43)
C24M0Y74K43 
(24%,0%,74%,43%)
(0.24/0.00/0.74/0.43)	

CMYK percentages

%24.14
%0
%73.79
%43.14

Codes

Color #6E9126 in popluar color models

6E9126
RGB11014538
HSL80°58.47%35.88%
HSB/HSV80°73.79%56.86%
CMYK24.14%0.00%73.79%
43.14%

Color #6E9126 in popluar number systems.

HEX6E9126
Decimal11014538
Binary110111010010001100110
Octal15622146

Shades and tints

Shades of #6E9126

#6E9126
(110,145,38)
#648423
(100,132,35)
#5A7720
(90,119,32)
#506A1D
(80,106,29)
#465D1A
(70,93,26)
#3C5017
(60,80,23)
#324314
(50,67,20)
#283611
(40,54,17)
#1E290E
(30,41,14)
#141C0B
(20,28,11)
#0A0F08
(10,15,8)
#000000
(0,0,0)

Tints of #6E9126

#6E9126
(110,145,38)
#7B9B39
(123,155,57)
#88A54C
(136,165,76)
#95AF5F
(149,175,95)
#A2B972
(162,185,114)
#AFC385
(175,195,133)
#BCCD98
(188,205,152)
#C9D7AB
(201,215,171)
#D6E1BE
(214,225,190)
#E3EBD1
(227,235,209)
#F0F5E4
(240,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9126 color. Also use rgb(110,145,38) instead hex code.

Text Font Color

.myTextColor { color: #6E9126; }

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

This text font color is #6E9126.


Background Color

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

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

This div background color is #6E9126.


Border color

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

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

This div border color is #6E9126.


Opacity

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

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

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

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

This text has shadow with #6E9126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9126 on black background.


Color preview on white background

This text has color #6E9126 on white background.



Black color preview on #6E9126 background

This text has black color on #6E9126 background.


White color preview on #6E9126 background

This text has white color on #6E9126 background.