COLOR #6AA040

HEX: #6AA040
RGB: (106,160,64)

Color info

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

RGB color model

#6AA040 color RGB value is (106,160,64).

  • red value is 106;
  • green value is 160;
  • blue value is 64.
RGB:
(106,160,64)
(42%,63%,25%)

RGB channels and saturation

R 106 of 255 = 42%
G 160 of 255 = 63%
B 64 of 255 = 25%

106
160
64

R + G + B ~ 43%. #6AA040 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
106 + 160 + 64 = 330 (100%)
R 106 of 330 ~ 32.12%
G 160 of 330 ~ 48.48%
B 64 of 330 ~ 19.39%

%32.12
%48.48
%19.39

CMYK color model

#6AA040 color CMYK value is (34,0,60,37).

  • cyan value is 33.75%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 37.25%
CMYK:
(34,0,60,37)
C34M0Y60K37 
(34%,0%,60%,37%)
(0.34/0.00/0.60/0.37)	

CMYK percentages

%33.75
%0
%60
%37.25

Codes

Color #6AA040 in popluar color models

6AA040
RGB10616064
HSL94°42.86%43.92%
HSB/HSV94°60.00%62.75%
CMYK33.75%0.00%60.00%
37.25%

Color #6AA040 in popluar number systems.

HEX6AA040
Decimal10616064
Binary1101010101000001000000
Octal152240100

Shades and tints

Shades of #6AA040

#6AA040
(106,160,64)
#61923B
(97,146,59)
#588436
(88,132,54)
#4F7631
(79,118,49)
#46682C
(70,104,44)
#3D5A27
(61,90,39)
#344C22
(52,76,34)
#2B3E1D
(43,62,29)
#223018
(34,48,24)
#192213
(25,34,19)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #6AA040

#6AA040
(106,160,64)
#77A851
(119,168,81)
#84B062
(132,176,98)
#91B873
(145,184,115)
#9EC084
(158,192,132)
#ABC895
(171,200,149)
#B8D0A6
(184,208,166)
#C5D8B7
(197,216,183)
#D2E0C8
(210,224,200)
#DFE8D9
(223,232,217)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA040 color. Also use rgb(106,160,64) instead hex code.

Text Font Color

.myTextColor { color: #6AA040; }

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

This text font color is #6AA040.


Background Color

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

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

This div background color is #6AA040.


Border color

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

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

This div border color is #6AA040.


Opacity

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

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

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

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

This text has shadow with #6AA040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA040 on black background.


Color preview on white background

This text has color #6AA040 on white background.



Black color preview on #6AA040 background

This text has black color on #6AA040 background.


White color preview on #6AA040 background

This text has white color on #6AA040 background.