COLOR #6A842F

HEX: #6A842F RGB: (106,132,47)

Color info

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

RGB color model

#6A842F color RGB value is (106,132,47).

RGB: (106,132,47) (42%, 52%, 18%)

RGB channels and saturation

R 106 of 255 = 42%
G 132 of 255 = 52%
B 47 of 255 = 18%

106
132
47

R + G + B ~ 37%. #6A842F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 132 + 47 = 285 (100%)
R 106 of 285 ~ 37.19%
G 132 of 285 ~ 46.32%
B 47 of 285 ~ 16.49'%

%37.19
%46.32
%16.49

CMYK color model

#6A842F color CMYK value is (20,0,64,48).

  • cyan value is 19.70%
  • magenta value is 0.00%
  • yellow value is 64.39%
  • key color value is 48.24%

CMYK: (20,0,64,48)
C20M0Y64K48 (20%, 0%, 64%, 48%)
(0.20 / 0.00 / 0.64 / 0.48)

CMYK percentages

%19.7
%0
%64.39
%48.24

Codes

Color #6A842F in popluar color models

6A 84 2F
RGB 106 132 47
HSL 78° 47.49% 35.10%
HSB/HSV 78° 64.39% 51.76%
CMYK 19.70% 0.00% 64.39%
48.24%

Color #6A842F in popluar number systems.

HEX 6A 84 2F
Decimal 106 132 47
Binary 1101010 10000100 101111
Octal 152 204 57

Shades and tints

Shades of #6A842F

#6A842F
(106,132,47)
#61782B
(97,120,43)
#586C27
(88,108,39)
#4F6023
(79,96,35)
#46541F
(70,84,31)
#3D481B
(61,72,27)
#343C17
(52,60,23)
#2B3013
(43,48,19)
#22240F
(34,36,15)
#19180B
(25,24,11)
#100C07
(16,12,7)
#000000
(0,0,0)

Tints of #6A842F

#6A842F
(106,132,47)
#778F41
(119,143,65)
#849A53
(132,154,83)
#91A565
(145,165,101)
#9EB077
(158,176,119)
#ABBB89
(171,187,137)
#B8C69B
(184,198,155)
#C5D1AD
(197,209,173)
#D2DCBF
(210,220,191)
#DFE7D1
(223,231,209)
#ECF2E3
(236,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A842F color. Also use rgb(106,132,47) instead hex code.

Text Font Color

.myTextColor { color: #6A842F; }

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

This text font color is #6A842F.

Background Color

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

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

This div background color is #6A842F.

Border color

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

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

This div border color is #6A842F.

Opacity

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

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

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

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

This text has shadow with #6A842F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A842F.

Preview

Color preview on black background

This text has color #6A842F on black background.


Color preview on white background

This text has color #6A842F on white background.


Black color preview on #6A842F background

This text has black color on #6A842F background.


White color preview on #6A842F background

This text has white color on #6A842F background.


Related colors

Complementary color

Complementary color for #hex is #957BD0.


I love getcolorcode.com

Triadic colors

1 #2F6A84 and #842F6A with #6A842F are triadic colors.

2 #2F846A and #846A2F with #6A842F are triadic colors.