COLOR #6E913A

HEX: #6E913A
RGB: (110,145,58)

Color info

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

RGB color model

#6E913A color RGB value is (110,145,58).

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

RGB channels and saturation

R 110 of 255 = 43%
G 145 of 255 = 57%
B 58 of 255 = 23%

110
145
58

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

Portions of RGB colors in percentages

R + G + B =
110 + 145 + 58 = 313 (100%)
R 110 of 313 ~ 35.14%
G 145 of 313 ~ 46.33%
B 58 of 313 ~ 18.53%

%35.14
%46.33
%18.53

CMYK color model

#6E913A color CMYK value is (24,0,60,43).

  • cyan value is 24.14%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 43.14%
CMYK:
(24,0,60,43)
C24M0Y60K43 
(24%,0%,60%,43%)
(0.24/0.00/0.60/0.43)	

CMYK percentages

%24.14
%0
%60
%43.14

Codes

Color #6E913A in popluar color models

6E913A
RGB11014558
HSL84°42.86%39.80%
HSB/HSV84°60.00%56.86%
CMYK24.14%0.00%60.00%
43.14%

Color #6E913A in popluar number systems.

HEX6E913A
Decimal11014558
Binary110111010010001111010
Octal15622172

Shades and tints

Shades of #6E913A

#6E913A
(110,145,58)
#648435
(100,132,53)
#5A7730
(90,119,48)
#506A2B
(80,106,43)
#465D26
(70,93,38)
#3C5021
(60,80,33)
#32431C
(50,67,28)
#283617
(40,54,23)
#1E2912
(30,41,18)
#141C0D
(20,28,13)
#0A0F08
(10,15,8)
#000000
(0,0,0)

Tints of #6E913A

#6E913A
(110,145,58)
#7B9B4B
(123,155,75)
#88A55C
(136,165,92)
#95AF6D
(149,175,109)
#A2B97E
(162,185,126)
#AFC38F
(175,195,143)
#BCCDA0
(188,205,160)
#C9D7B1
(201,215,177)
#D6E1C2
(214,225,194)
#E3EBD3
(227,235,211)
#F0F5E4
(240,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E913A; }

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

This text font color is #6E913A.


Background Color

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

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

This div background color is #6E913A.


Border color

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

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

This div border color is #6E913A.


Opacity

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

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

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

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

This text has shadow with #6E913A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E913A on black background.


Color preview on white background

This text has color #6E913A on white background.



Black color preview on #6E913A background

This text has black color on #6E913A background.


White color preview on #6E913A background

This text has white color on #6E913A background.