COLOR #6E9714

HEX: #6E9714
RGB: (110,151,20)

Color info

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

RGB color model

#6E9714 color RGB value is (110,151,20).

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

RGB channels and saturation

R 110 of 255 = 43%
G 151 of 255 = 59%
B 20 of 255 = 8%

110
151
20

R + G + B ~ 37%. #6E9714 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 151 + 20 = 281 (100%)
R 110 of 281 ~ 39.15%
G 151 of 281 ~ 53.74%
B 20 of 281 ~ 7.12%

%39.15
%53.74

CMYK color model

#6E9714 color CMYK value is (27,0,87,41).

  • cyan value is 27.15%
  • magenta value is 0.00%
  • yellow value is 86.75%
  • key color value is 40.78%
CMYK:
(27,0,87,41)
C27M0Y87K41 
(27%,0%,87%,41%)
(0.27/0.00/0.87/0.41)	

CMYK percentages

%27.15
%0
%86.75
%40.78

Codes

Color #6E9714 in popluar color models

6E9714
RGB11015120
HSL79°76.61%33.53%
HSB/HSV79°86.75%59.22%
CMYK27.15%0.00%86.75%
40.78%

Color #6E9714 in popluar number systems.

HEX6E9714
Decimal11015120
Binary11011101001011110100
Octal15622724

Shades and tints

Shades of #6E9714

#6E9714
(110,151,20)
#648A13
(100,138,19)
#5A7D12
(90,125,18)
#507011
(80,112,17)
#466310
(70,99,16)
#3C560F
(60,86,15)
#32490E
(50,73,14)
#283C0D
(40,60,13)
#1E2F0C
(30,47,12)
#14220B
(20,34,11)
#0A150A
(10,21,10)
#000000
(0,0,0)

Tints of #6E9714

#6E9714
(110,151,20)
#7BA029
(123,160,41)
#88A93E
(136,169,62)
#95B253
(149,178,83)
#A2BB68
(162,187,104)
#AFC47D
(175,196,125)
#BCCD92
(188,205,146)
#C9D6A7
(201,214,167)
#D6DFBC
(214,223,188)
#E3E8D1
(227,232,209)
#F0F1E6
(240,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9714; }

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

This text font color is #6E9714.


Background Color

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

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

This div background color is #6E9714.


Border color

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

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

This div border color is #6E9714.


Opacity

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

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

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

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

This text has shadow with #6E9714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9714 on black background.


Color preview on white background

This text has color #6E9714 on white background.



Black color preview on #6E9714 background

This text has black color on #6E9714 background.


White color preview on #6E9714 background

This text has white color on #6E9714 background.