COLOR #6A802F

HEX: #6A802F
RGB: (106,128,47)

Color info

#6A802F contains mainly red and green colors. Web safe color of #6A802F is #666633 (or #663).

RGB color model

#6A802F color RGB value is (106,128,47).

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

RGB channels and saturation

R 106 of 255 = 42%
G 128 of 255 = 50%
B 47 of 255 = 18%

106
128
47

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

Portions of RGB colors in percentages

R + G + B =
106 + 128 + 47 = 281 (100%)
R 106 of 281 ~ 37.72%
G 128 of 281 ~ 45.55%
B 47 of 281 ~ 16.73%

%37.72
%45.55
%16.73

CMYK color model

#6A802F color CMYK value is (17,0,63,50).

  • cyan value is 17.19%
  • magenta value is 0.00%
  • yellow value is 63.28%
  • key color value is 49.80%
CMYK:
(17,0,63,50)
C17M0Y63K50 
(17%,0%,63%,50%)
(0.17/0.00/0.63/0.50)	

CMYK percentages

%17.19
%0
%63.28
%49.8

Codes

Color #6A802F in popluar color models

6A802F
RGB10612847
HSL76°46.29%34.31%
HSB/HSV76°63.28%50.20%
CMYK17.19%0.00%63.28%
49.80%

Color #6A802F in popluar number systems.

HEX6A802F
Decimal10612847
Binary110101010000000101111
Octal15220057

Shades and tints

Shades of #6A802F

#6A802F
(106,128,47)
#61752B
(97,117,43)
#586A27
(88,106,39)
#4F5F23
(79,95,35)
#46541F
(70,84,31)
#3D491B
(61,73,27)
#343E17
(52,62,23)
#2B3313
(43,51,19)
#22280F
(34,40,15)
#191D0B
(25,29,11)
#101207
(16,18,7)
#000000
(0,0,0)

Tints of #6A802F

#6A802F
(106,128,47)
#778B41
(119,139,65)
#849653
(132,150,83)
#91A165
(145,161,101)
#9EAC77
(158,172,119)
#ABB789
(171,183,137)
#B8C29B
(184,194,155)
#C5CDAD
(197,205,173)
#D2D8BF
(210,216,191)
#DFE3D1
(223,227,209)
#ECEEE3
(236,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A802F; }

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

This text font color is #6A802F.


Background Color

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

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

This div background color is #6A802F.


Border color

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

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

This div border color is #6A802F.


Opacity

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

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

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

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

This text has shadow with #6A802F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A802F on black background.


Color preview on white background

This text has color #6A802F on white background.



Black color preview on #6A802F background

This text has black color on #6A802F background.


White color preview on #6A802F background

This text has white color on #6A802F background.