COLOR #6E7F0A

HEX: #6E7F0A
RGB: (110,127,10)

Color info

#6E7F0A contains mainly red and green colors. Web safe color of #6E7F0A is #666600 (or #660).

RGB color model

#6E7F0A color RGB value is (110,127,10).

  • red value is 110;
  • green value is 127;
  • blue value is 10.
RGB:
(110,127,10)
(43%,50%,4%)

RGB channels and saturation

R 110 of 255 = 43%
G 127 of 255 = 50%
B 10 of 255 = 4%

110
127
10

R + G + B ~ 32%. #6E7F0A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 127 + 10 = 247 (100%)
R 110 of 247 ~ 44.53%
G 127 of 247 ~ 51.42%
B 10 of 247 ~ 4.05%

%44.53
%51.42

CMYK color model

#6E7F0A color CMYK value is (13,0,92,50).

  • cyan value is 13.39%
  • magenta value is 0.00%
  • yellow value is 92.13%
  • key color value is 50.20%
CMYK:
(13,0,92,50)
C13M0Y92K50 
(13%,0%,92%,50%)
(0.13/0.00/0.92/0.50)	

CMYK percentages

%13.39
%0
%92.13
%50.2

Codes

Color #6E7F0A in popluar color models

6E7F0A
RGB11012710
HSL69°85.40%26.86%
HSB/HSV69°92.13%49.80%
CMYK13.39%0.00%92.13%
50.20%

Color #6E7F0A in popluar number systems.

HEX6E7F0A
Decimal11012710
Binary110111011111111010
Octal15617712

Shades and tints

Shades of #6E7F0A

#6E7F0A
(110,127,10)
#64740A
(100,116,10)
#5A690A
(90,105,10)
#505E0A
(80,94,10)
#46530A
(70,83,10)
#3C480A
(60,72,10)
#323D0A
(50,61,10)
#28320A
(40,50,10)
#1E270A
(30,39,10)
#141C0A
(20,28,10)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #6E7F0A

#6E7F0A
(110,127,10)
#7B8A20
(123,138,32)
#889536
(136,149,54)
#95A04C
(149,160,76)
#A2AB62
(162,171,98)
#AFB678
(175,182,120)
#BCC18E
(188,193,142)
#C9CCA4
(201,204,164)
#D6D7BA
(214,215,186)
#E3E2D0
(227,226,208)
#F0EDE6
(240,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7F0A color. Also use rgb(110,127,10) instead hex code.

Text Font Color

.myTextColor { color: #6E7F0A; }

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

This text font color is #6E7F0A.


Background Color

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

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

This div background color is #6E7F0A.


Border color

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

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

This div border color is #6E7F0A.


Opacity

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

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

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

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

This text has shadow with #6E7F0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7F0A on black background.


Color preview on white background

This text has color #6E7F0A on white background.



Black color preview on #6E7F0A background

This text has black color on #6E7F0A background.


White color preview on #6E7F0A background

This text has white color on #6E7F0A background.