COLOR #6A822D

HEX: #6A822D
RGB: (106,130,45)

Color info

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

RGB color model

#6A822D color RGB value is (106,130,45).

  • red value is 106;
  • green value is 130;
  • blue value is 45.
RGB:
(106,130,45)
(42%,51%,18%)

RGB channels and saturation

R 106 of 255 = 42%
G 130 of 255 = 51%
B 45 of 255 = 18%

106
130
45

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

Portions of RGB colors in percentages

R + G + B =
106 + 130 + 45 = 281 (100%)
R 106 of 281 ~ 37.72%
G 130 of 281 ~ 46.26%
B 45 of 281 ~ 16.01%

%37.72
%46.26
%16.01

CMYK color model

#6A822D color CMYK value is (18,0,65,49).

  • cyan value is 18.46%
  • magenta value is 0.00%
  • yellow value is 65.38%
  • key color value is 49.02%
CMYK:
(18,0,65,49)
C18M0Y65K49 
(18%,0%,65%,49%)
(0.18/0.00/0.65/0.49)	

CMYK percentages

%18.46
%0
%65.38
%49.02

Codes

Color #6A822D in popluar color models

6A822D
RGB10613045
HSL77°48.57%34.31%
HSB/HSV77°65.38%50.98%
CMYK18.46%0.00%65.38%
49.02%

Color #6A822D in popluar number systems.

HEX6A822D
Decimal10613045
Binary110101010000010101101
Octal15220255

Shades and tints

Shades of #6A822D

#6A822D
(106,130,45)
#617729
(97,119,41)
#586C25
(88,108,37)
#4F6121
(79,97,33)
#46561D
(70,86,29)
#3D4B19
(61,75,25)
#344015
(52,64,21)
#2B3511
(43,53,17)
#222A0D
(34,42,13)
#191F09
(25,31,9)
#101405
(16,20,5)
#000000
(0,0,0)

Tints of #6A822D

#6A822D
(106,130,45)
#778D40
(119,141,64)
#849853
(132,152,83)
#91A366
(145,163,102)
#9EAE79
(158,174,121)
#ABB98C
(171,185,140)
#B8C49F
(184,196,159)
#C5CFB2
(197,207,178)
#D2DAC5
(210,218,197)
#DFE5D8
(223,229,216)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A822D color. Also use rgb(106,130,45) instead hex code.

Text Font Color

.myTextColor { color: #6A822D; }

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

This text font color is #6A822D.


Background Color

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

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

This div background color is #6A822D.


Border color

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

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

This div border color is #6A822D.


Opacity

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

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

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

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

This text has shadow with #6A822D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A822D on black background.


Color preview on white background

This text has color #6A822D on white background.



Black color preview on #6A822D background

This text has black color on #6A822D background.


White color preview on #6A822D background

This text has white color on #6A822D background.