COLOR #6E871A

HEX: #6E871A
RGB: (110,135,26)

Color info

#6E871A contains mainly red and green colors. Web safe color of #6E871A is #669900 (or #690).

RGB color model

#6E871A color RGB value is (110,135,26).

  • red value is 110;
  • green value is 135;
  • blue value is 26.
RGB:
(110,135,26)
(43%,53%,10%)

RGB channels and saturation

R 110 of 255 = 43%
G 135 of 255 = 53%
B 26 of 255 = 10%

110
135
26

R + G + B ~ 35%. #6E871A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 135 + 26 = 271 (100%)
R 110 of 271 ~ 40.59%
G 135 of 271 ~ 49.82%
B 26 of 271 ~ 9.59%

%40.59
%49.82
%9.59

CMYK color model

#6E871A color CMYK value is (19,0,81,47).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 80.74%
  • key color value is 47.06%
CMYK:
(19,0,81,47)
C19M0Y81K47 
(19%,0%,81%,47%)
(0.19/0.00/0.81/0.47)	

CMYK percentages

%18.52
%0
%80.74
%47.06

Codes

Color #6E871A in popluar color models

6E871A
RGB11013526
HSL74°67.70%31.57%
HSB/HSV74°80.74%52.94%
CMYK18.52%0.00%80.74%
47.06%

Color #6E871A in popluar number systems.

HEX6E871A
Decimal11013526
Binary11011101000011111010
Octal15620732

Shades and tints

Shades of #6E871A

#6E871A
(110,135,26)
#647B18
(100,123,24)
#5A6F16
(90,111,22)
#506314
(80,99,20)
#465712
(70,87,18)
#3C4B10
(60,75,16)
#323F0E
(50,63,14)
#28330C
(40,51,12)
#1E270A
(30,39,10)
#141B08
(20,27,8)
#0A0F06
(10,15,6)
#000000
(0,0,0)

Tints of #6E871A

#6E871A
(110,135,26)
#7B912E
(123,145,46)
#889B42
(136,155,66)
#95A556
(149,165,86)
#A2AF6A
(162,175,106)
#AFB97E
(175,185,126)
#BCC392
(188,195,146)
#C9CDA6
(201,205,166)
#D6D7BA
(214,215,186)
#E3E1CE
(227,225,206)
#F0EBE2
(240,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E871A color. Also use rgb(110,135,26) instead hex code.

Text Font Color

.myTextColor { color: #6E871A; }

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

This text font color is #6E871A.


Background Color

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

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

This div background color is #6E871A.


Border color

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

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

This div border color is #6E871A.


Opacity

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

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

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

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

This text has shadow with #6E871A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E871A on black background.


Color preview on white background

This text has color #6E871A on white background.



Black color preview on #6E871A background

This text has black color on #6E871A background.


White color preview on #6E871A background

This text has white color on #6E871A background.