COLOR #6A8112

HEX: #6A8112
RGB: (106,129,18)

Color info

#6A8112 contains mainly red and green colors. Web safe color of #6A8112 is #669900 (or #690).

RGB color model

#6A8112 color RGB value is (106,129,18).

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

RGB channels and saturation

R 106 of 255 = 42%
G 129 of 255 = 51%
B 18 of 255 = 7%

106
129
18

R + G + B ~ 33%. #6A8112 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 129 + 18 = 253 (100%)
R 106 of 253 ~ 41.9%
G 129 of 253 ~ 50.99%
B 18 of 253 ~ 7.11%

%41.9
%50.99

CMYK color model

#6A8112 color CMYK value is (18,0,86,49).

  • cyan value is 17.83%
  • magenta value is 0.00%
  • yellow value is 86.05%
  • key color value is 49.41%
CMYK:
(18,0,86,49)
C18M0Y86K49 
(18%,0%,86%,49%)
(0.18/0.00/0.86/0.49)	

CMYK percentages

%17.83
%0
%86.05
%49.41

Codes

Color #6A8112 in popluar color models

6A8112
RGB10612918
HSL72°75.51%28.82%
HSB/HSV72°86.05%50.59%
CMYK17.83%0.00%86.05%
49.41%

Color #6A8112 in popluar number systems.

HEX6A8112
Decimal10612918
Binary11010101000000110010
Octal15220122

Shades and tints

Shades of #6A8112

#6A8112
(106,129,18)
#617611
(97,118,17)
#586B10
(88,107,16)
#4F600F
(79,96,15)
#46550E
(70,85,14)
#3D4A0D
(61,74,13)
#343F0C
(52,63,12)
#2B340B
(43,52,11)
#22290A
(34,41,10)
#191E09
(25,30,9)
#101308
(16,19,8)
#000000
(0,0,0)

Tints of #6A8112

#6A8112
(106,129,18)
#778C27
(119,140,39)
#84973C
(132,151,60)
#91A251
(145,162,81)
#9EAD66
(158,173,102)
#ABB87B
(171,184,123)
#B8C390
(184,195,144)
#C5CEA5
(197,206,165)
#D2D9BA
(210,217,186)
#DFE4CF
(223,228,207)
#ECEFE4
(236,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8112 color. Also use rgb(106,129,18) instead hex code.

Text Font Color

.myTextColor { color: #6A8112; }

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

This text font color is #6A8112.


Background Color

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

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

This div background color is #6A8112.


Border color

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

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

This div border color is #6A8112.


Opacity

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

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

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

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

This text has shadow with #6A8112 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8112 on black background.


Color preview on white background

This text has color #6A8112 on white background.



Black color preview on #6A8112 background

This text has black color on #6A8112 background.


White color preview on #6A8112 background

This text has white color on #6A8112 background.