COLOR #6A942E

HEX: #6A942E
RGB: (106,148,46)

Color info

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

RGB color model

#6A942E color RGB value is (106,148,46).

  • red value is 106;
  • green value is 148;
  • blue value is 46.
RGB:
(106,148,46)
(42%,58%,18%)

RGB channels and saturation

R 106 of 255 = 42%
G 148 of 255 = 58%
B 46 of 255 = 18%

106
148
46

R + G + B ~ 39%. #6A942E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 148 + 46 = 300 (100%)
R 106 of 300 ~ 35.33%
G 148 of 300 ~ 49.33%
B 46 of 300 ~ 15.33%

%35.33
%49.33
%15.33

CMYK color model

#6A942E color CMYK value is (28,0,69,42).

  • cyan value is 28.38%
  • magenta value is 0.00%
  • yellow value is 68.92%
  • key color value is 41.96%
CMYK:
(28,0,69,42)
C28M0Y69K42 
(28%,0%,69%,42%)
(0.28/0.00/0.69/0.42)	

CMYK percentages

%28.38
%0
%68.92
%41.96

Codes

Color #6A942E in popluar color models

6A942E
RGB10614846
HSL85°52.58%38.04%
HSB/HSV85°68.92%58.04%
CMYK28.38%0.00%68.92%
41.96%

Color #6A942E in popluar number systems.

HEX6A942E
Decimal10614846
Binary110101010010100101110
Octal15222456

Shades and tints

Shades of #6A942E

#6A942E
(106,148,46)
#61872A
(97,135,42)
#587A26
(88,122,38)
#4F6D22
(79,109,34)
#46601E
(70,96,30)
#3D531A
(61,83,26)
#344616
(52,70,22)
#2B3912
(43,57,18)
#222C0E
(34,44,14)
#191F0A
(25,31,10)
#101206
(16,18,6)
#000000
(0,0,0)

Tints of #6A942E

#6A942E
(106,148,46)
#779D41
(119,157,65)
#84A654
(132,166,84)
#91AF67
(145,175,103)
#9EB87A
(158,184,122)
#ABC18D
(171,193,141)
#B8CAA0
(184,202,160)
#C5D3B3
(197,211,179)
#D2DCC6
(210,220,198)
#DFE5D9
(223,229,217)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A942E color. Also use rgb(106,148,46) instead hex code.

Text Font Color

.myTextColor { color: #6A942E; }

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

This text font color is #6A942E.


Background Color

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

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

This div background color is #6A942E.


Border color

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

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

This div border color is #6A942E.


Opacity

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

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

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

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

This text has shadow with #6A942E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A942E on black background.


Color preview on white background

This text has color #6A942E on white background.



Black color preview on #6A942E background

This text has black color on #6A942E background.


White color preview on #6A942E background

This text has white color on #6A942E background.