COLOR #6A7812

HEX: #6A7812
RGB: (106,120,18)

Color info

#6A7812 contains mainly red and green colors. Web safe color of #6A7812 is #666600 (or #660).

RGB color model

#6A7812 color RGB value is (106,120,18).

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

RGB channels and saturation

R 106 of 255 = 42%
G 120 of 255 = 47%
B 18 of 255 = 7%

106
120
18

R + G + B ~ 32%. #6A7812 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 120 + 18 = 244 (100%)
R 106 of 244 ~ 43.44%
G 120 of 244 ~ 49.18%
B 18 of 244 ~ 7.38%

%43.44
%49.18

CMYK color model

#6A7812 color CMYK value is (12,0,85,53).

  • cyan value is 11.67%
  • magenta value is 0.00%
  • yellow value is 85.00%
  • key color value is 52.94%
CMYK:
(12,0,85,53)
C12M0Y85K53 
(12%,0%,85%,53%)
(0.12/0.00/0.85/0.53)	

CMYK percentages

%11.67
%0
%85
%52.94

Codes

Color #6A7812 in popluar color models

6A7812
RGB10612018
HSL68°73.91%27.06%
HSB/HSV68°85.00%47.06%
CMYK11.67%0.00%85.00%
52.94%

Color #6A7812 in popluar number systems.

HEX6A7812
Decimal10612018
Binary1101010111100010010
Octal15217022

Shades and tints

Shades of #6A7812

#6A7812
(106,120,18)
#616E11
(97,110,17)
#586410
(88,100,16)
#4F5A0F
(79,90,15)
#46500E
(70,80,14)
#3D460D
(61,70,13)
#343C0C
(52,60,12)
#2B320B
(43,50,11)
#22280A
(34,40,10)
#191E09
(25,30,9)
#101408
(16,20,8)
#000000
(0,0,0)

Tints of #6A7812

#6A7812
(106,120,18)
#778427
(119,132,39)
#84903C
(132,144,60)
#919C51
(145,156,81)
#9EA866
(158,168,102)
#ABB47B
(171,180,123)
#B8C090
(184,192,144)
#C5CCA5
(197,204,165)
#D2D8BA
(210,216,186)
#DFE4CF
(223,228,207)
#ECF0E4
(236,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7812; }

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

This text font color is #6A7812.


Background Color

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

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

This div background color is #6A7812.


Border color

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

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

This div border color is #6A7812.


Opacity

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

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

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

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

This text has shadow with #6A7812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7812 on black background.


Color preview on white background

This text has color #6A7812 on white background.



Black color preview on #6A7812 background

This text has black color on #6A7812 background.


White color preview on #6A7812 background

This text has white color on #6A7812 background.