COLOR #6A9E2E

HEX: #6A9E2E
RGB: (106,158,46)

Color info

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

RGB color model

#6A9E2E color RGB value is (106,158,46).

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

RGB channels and saturation

R 106 of 255 = 42%
G 158 of 255 = 62%
B 46 of 255 = 18%

106
158
46

R + G + B ~ 41%. #6A9E2E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
106 + 158 + 46 = 310 (100%)
R 106 of 310 ~ 34.19%
G 158 of 310 ~ 50.97%
B 46 of 310 ~ 14.84%

%34.19
%50.97
%14.84

CMYK color model

#6A9E2E color CMYK value is (33,0,71,38).

  • cyan value is 32.91%
  • magenta value is 0.00%
  • yellow value is 70.89%
  • key color value is 38.04%
CMYK:
(33,0,71,38)
C33M0Y71K38 
(33%,0%,71%,38%)
(0.33/0.00/0.71/0.38)	

CMYK percentages

%32.91
%0
%70.89
%38.04

Codes

Color #6A9E2E in popluar color models

6A9E2E
RGB10615846
HSL88°54.90%40.00%
HSB/HSV88°70.89%61.96%
CMYK32.91%0.00%70.89%
38.04%

Color #6A9E2E in popluar number systems.

HEX6A9E2E
Decimal10615846
Binary110101010011110101110
Octal15223656

Shades and tints

Shades of #6A9E2E

#6A9E2E
(106,158,46)
#61902A
(97,144,42)
#588226
(88,130,38)
#4F7422
(79,116,34)
#46661E
(70,102,30)
#3D581A
(61,88,26)
#344A16
(52,74,22)
#2B3C12
(43,60,18)
#222E0E
(34,46,14)
#19200A
(25,32,10)
#101206
(16,18,6)
#000000
(0,0,0)

Tints of #6A9E2E

#6A9E2E
(106,158,46)
#77A641
(119,166,65)
#84AE54
(132,174,84)
#91B667
(145,182,103)
#9EBE7A
(158,190,122)
#ABC68D
(171,198,141)
#B8CEA0
(184,206,160)
#C5D6B3
(197,214,179)
#D2DEC6
(210,222,198)
#DFE6D9
(223,230,217)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A9E2E; }

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

This text font color is #6A9E2E.


Background Color

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

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

This div background color is #6A9E2E.


Border color

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

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

This div border color is #6A9E2E.


Opacity

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

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

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

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

This text has shadow with #6A9E2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9E2E on black background.


Color preview on white background

This text has color #6A9E2E on white background.



Black color preview on #6A9E2E background

This text has black color on #6A9E2E background.


White color preview on #6A9E2E background

This text has white color on #6A9E2E background.