COLOR #6A9349

HEX: #6A9349
RGB: (106,147,73)

Color info

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

RGB color model

#6A9349 color RGB value is (106,147,73).

  • red value is 106;
  • green value is 147;
  • blue value is 73.
RGB:
(106,147,73)
(42%,58%,29%)

RGB channels and saturation

R 106 of 255 = 42%
G 147 of 255 = 58%
B 73 of 255 = 29%

106
147
73

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

Portions of RGB colors in percentages

R + G + B =
106 + 147 + 73 = 326 (100%)
R 106 of 326 ~ 32.52%
G 147 of 326 ~ 45.09%
B 73 of 326 ~ 22.39%

%32.52
%45.09
%22.39

CMYK color model

#6A9349 color CMYK value is (28,0,50,42).

  • cyan value is 27.89%
  • magenta value is 0.00%
  • yellow value is 50.34%
  • key color value is 42.35%
CMYK:
(28,0,50,42)
C28M0Y50K42 
(28%,0%,50%,42%)
(0.28/0.00/0.50/0.42)	

CMYK percentages

%27.89
%0
%50.34
%42.35

Codes

Color #6A9349 in popluar color models

6A9349
RGB10614773
HSL93°33.64%43.14%
HSB/HSV93°50.34%57.65%
CMYK27.89%0.00%50.34%
42.35%

Color #6A9349 in popluar number systems.

HEX6A9349
Decimal10614773
Binary1101010100100111001001
Octal152223111

Shades and tints

Shades of #6A9349

#6A9349
(106,147,73)
#618643
(97,134,67)
#58793D
(88,121,61)
#4F6C37
(79,108,55)
#465F31
(70,95,49)
#3D522B
(61,82,43)
#344525
(52,69,37)
#2B381F
(43,56,31)
#222B19
(34,43,25)
#191E13
(25,30,19)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #6A9349

#6A9349
(106,147,73)
#779C59
(119,156,89)
#84A569
(132,165,105)
#91AE79
(145,174,121)
#9EB789
(158,183,137)
#ABC099
(171,192,153)
#B8C9A9
(184,201,169)
#C5D2B9
(197,210,185)
#D2DBC9
(210,219,201)
#DFE4D9
(223,228,217)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A9349 color. Also use rgb(106,147,73) instead hex code.

Text Font Color

.myTextColor { color: #6A9349; }

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

This text font color is #6A9349.


Background Color

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

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

This div background color is #6A9349.


Border color

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

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

This div border color is #6A9349.


Opacity

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

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

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

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

This text has shadow with #6A9349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9349 on black background.


Color preview on white background

This text has color #6A9349 on white background.



Black color preview on #6A9349 background

This text has black color on #6A9349 background.


White color preview on #6A9349 background

This text has white color on #6A9349 background.