COLOR #6AA16F

HEX: #6AA16F
RGB: (106,161,111)

Color info

#6AA16F contains red, green and blue colors in about the same proportion. Web safe color of #6AA16F is #669966 (or #696).

RGB color model

#6AA16F color RGB value is (106,161,111).

  • red value is 106;
  • green value is 161;
  • blue value is 111.
RGB:
(106,161,111)
(42%,63%,44%)

RGB channels and saturation

R 106 of 255 = 42%
G 161 of 255 = 63%
B 111 of 255 = 44%

106
161
111

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

Portions of RGB colors in percentages

R + G + B =
106 + 161 + 111 = 378 (100%)
R 106 of 378 ~ 28.04%
G 161 of 378 ~ 42.59%
B 111 of 378 ~ 29.37%

%28.04
%42.59
%29.37

CMYK color model

#6AA16F color CMYK value is (34,0,31,37).

  • cyan value is 34.16%
  • magenta value is 0.00%
  • yellow value is 31.06%
  • key color value is 36.86%
CMYK:
(34,0,31,37)
C34M0Y31K37 
(34%,0%,31%,37%)
(0.34/0.00/0.31/0.37)	

CMYK percentages

%34.16
%0
%31.06
%36.86

Codes

Color #6AA16F in popluar color models

6AA16F
RGB106161111
HSL125°22.63%52.35%
HSB/HSV125°34.16%63.14%
CMYK34.16%0.00%31.06%
36.86%

Color #6AA16F in popluar number systems.

HEX6AA16F
Decimal106161111
Binary1101010101000011101111
Octal152241157

Shades and tints

Shades of #6AA16F

#6AA16F
(106,161,111)
#619365
(97,147,101)
#58855B
(88,133,91)
#4F7751
(79,119,81)
#466947
(70,105,71)
#3D5B3D
(61,91,61)
#344D33
(52,77,51)
#2B3F29
(43,63,41)
#22311F
(34,49,31)
#192315
(25,35,21)
#10150B
(16,21,11)
#000000
(0,0,0)

Tints of #6AA16F

#6AA16F
(106,161,111)
#77A97C
(119,169,124)
#84B189
(132,177,137)
#91B996
(145,185,150)
#9EC1A3
(158,193,163)
#ABC9B0
(171,201,176)
#B8D1BD
(184,209,189)
#C5D9CA
(197,217,202)
#D2E1D7
(210,225,215)
#DFE9E4
(223,233,228)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA16F color. Also use rgb(106,161,111) instead hex code.

Text Font Color

.myTextColor { color: #6AA16F; }

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

This text font color is #6AA16F.


Background Color

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

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

This div background color is #6AA16F.


Border color

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

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

This div border color is #6AA16F.


Opacity

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

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

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

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

This text has shadow with #6AA16F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA16F on black background.


Color preview on white background

This text has color #6AA16F on white background.



Black color preview on #6AA16F background

This text has black color on #6AA16F background.


White color preview on #6AA16F background

This text has white color on #6AA16F background.