COLOR #6A9329

HEX: #6A9329
RGB: (106,147,41)

Color info

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

RGB color model

#6A9329 color RGB value is (106,147,41).

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

RGB channels and saturation

R 106 of 255 = 42%
G 147 of 255 = 58%
B 41 of 255 = 16%

106
147
41

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

Portions of RGB colors in percentages

R + G + B =
106 + 147 + 41 = 294 (100%)
R 106 of 294 ~ 36.05%
G 147 of 294 ~ 50%
B 41 of 294 ~ 13.95%

%36.05
%50
%13.95

CMYK color model

#6A9329 color CMYK value is (28,0,72,42).

  • cyan value is 27.89%
  • magenta value is 0.00%
  • yellow value is 72.11%
  • key color value is 42.35%
CMYK:
(28,0,72,42)
C28M0Y72K42 
(28%,0%,72%,42%)
(0.28/0.00/0.72/0.42)	

CMYK percentages

%27.89
%0
%72.11
%42.35

Codes

Color #6A9329 in popluar color models

6A9329
RGB10614741
HSL83°56.38%36.86%
HSB/HSV83°72.11%57.65%
CMYK27.89%0.00%72.11%
42.35%

Color #6A9329 in popluar number systems.

HEX6A9329
Decimal10614741
Binary110101010010011101001
Octal15222351

Shades and tints

Shades of #6A9329

#6A9329
(106,147,41)
#618626
(97,134,38)
#587923
(88,121,35)
#4F6C20
(79,108,32)
#465F1D
(70,95,29)
#3D521A
(61,82,26)
#344517
(52,69,23)
#2B3814
(43,56,20)
#222B11
(34,43,17)
#191E0E
(25,30,14)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #6A9329

#6A9329
(106,147,41)
#779C3C
(119,156,60)
#84A54F
(132,165,79)
#91AE62
(145,174,98)
#9EB775
(158,183,117)
#ABC088
(171,192,136)
#B8C99B
(184,201,155)
#C5D2AE
(197,210,174)
#D2DBC1
(210,219,193)
#DFE4D4
(223,228,212)
#ECEDE7
(236,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A9329; }

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

This text font color is #6A9329.


Background Color

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

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

This div background color is #6A9329.


Border color

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

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

This div border color is #6A9329.


Opacity

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

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

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

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

This text has shadow with #6A9329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9329 on black background.


Color preview on white background

This text has color #6A9329 on white background.



Black color preview on #6A9329 background

This text has black color on #6A9329 background.


White color preview on #6A9329 background

This text has white color on #6A9329 background.