COLOR #6A8914

HEX: #6A8914
RGB: (106,137,20)

Color info

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

RGB color model

#6A8914 color RGB value is (106,137,20).

  • red value is 106;
  • green value is 137;
  • blue value is 20.
RGB:
(106,137,20)
(42%,54%,8%)

RGB channels and saturation

R 106 of 255 = 42%
G 137 of 255 = 54%
B 20 of 255 = 8%

106
137
20

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

Portions of RGB colors in percentages

R + G + B =
106 + 137 + 20 = 263 (100%)
R 106 of 263 ~ 40.3%
G 137 of 263 ~ 52.09%
B 20 of 263 ~ 7.6%

%40.3
%52.09

CMYK color model

#6A8914 color CMYK value is (23,0,85,46).

  • cyan value is 22.63%
  • magenta value is 0.00%
  • yellow value is 85.40%
  • key color value is 46.27%
CMYK:
(23,0,85,46)
C23M0Y85K46 
(23%,0%,85%,46%)
(0.23/0.00/0.85/0.46)	

CMYK percentages

%22.63
%0
%85.4
%46.27

Codes

Color #6A8914 in popluar color models

6A8914
RGB10613720
HSL76°74.52%30.78%
HSB/HSV76°85.40%53.73%
CMYK22.63%0.00%85.40%
46.27%

Color #6A8914 in popluar number systems.

HEX6A8914
Decimal10613720
Binary11010101000100110100
Octal15221124

Shades and tints

Shades of #6A8914

#6A8914
(106,137,20)
#617D13
(97,125,19)
#587112
(88,113,18)
#4F6511
(79,101,17)
#465910
(70,89,16)
#3D4D0F
(61,77,15)
#34410E
(52,65,14)
#2B350D
(43,53,13)
#22290C
(34,41,12)
#191D0B
(25,29,11)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #6A8914

#6A8914
(106,137,20)
#779329
(119,147,41)
#849D3E
(132,157,62)
#91A753
(145,167,83)
#9EB168
(158,177,104)
#ABBB7D
(171,187,125)
#B8C592
(184,197,146)
#C5CFA7
(197,207,167)
#D2D9BC
(210,217,188)
#DFE3D1
(223,227,209)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8914 color. Also use rgb(106,137,20) instead hex code.

Text Font Color

.myTextColor { color: #6A8914; }

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

This text font color is #6A8914.


Background Color

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

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

This div background color is #6A8914.


Border color

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

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

This div border color is #6A8914.


Opacity

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

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

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

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

This text has shadow with #6A8914 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8914 on black background.


Color preview on white background

This text has color #6A8914 on white background.



Black color preview on #6A8914 background

This text has black color on #6A8914 background.


White color preview on #6A8914 background

This text has white color on #6A8914 background.