COLOR #6AA26A

HEX: #6AA26A
RGB: (106,162,106)

Color info

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

RGB color model

#6AA26A color RGB value is (106,162,106).

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

RGB channels and saturation

R 106 of 255 = 42%
G 162 of 255 = 64%
B 106 of 255 = 42%

106
162
106

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

Portions of RGB colors in percentages

R + G + B =
106 + 162 + 106 = 374 (100%)
R 106 of 374 ~ 28.34%
G 162 of 374 ~ 43.32%
B 106 of 374 ~ 28.34%

%28.34
%43.32
%28.34

CMYK color model

#6AA26A color CMYK value is (35,0,35,36).

  • cyan value is 34.57%
  • magenta value is 0.00%
  • yellow value is 34.57%
  • key color value is 36.47%
CMYK:
(35,0,35,36)
C35M0Y35K36 
(35%,0%,35%,36%)
(0.35/0.00/0.35/0.36)	

CMYK percentages

%34.57
%0
%34.57
%36.47

Codes

Color #6AA26A in popluar color models

6AA26A
RGB106162106
HSL120°23.14%52.55%
HSB/HSV120°34.57%63.53%
CMYK34.57%0.00%34.57%
36.47%

Color #6AA26A in popluar number systems.

HEX6AA26A
Decimal106162106
Binary1101010101000101101010
Octal152242152

Shades and tints

Shades of #6AA26A

#6AA26A
(106,162,106)
#619461
(97,148,97)
#588658
(88,134,88)
#4F784F
(79,120,79)
#466A46
(70,106,70)
#3D5C3D
(61,92,61)
#344E34
(52,78,52)
#2B402B
(43,64,43)
#223222
(34,50,34)
#192419
(25,36,25)
#101610
(16,22,16)
#000000
(0,0,0)

Tints of #6AA26A

#6AA26A
(106,162,106)
#77AA77
(119,170,119)
#84B284
(132,178,132)
#91BA91
(145,186,145)
#9EC29E
(158,194,158)
#ABCAAB
(171,202,171)
#B8D2B8
(184,210,184)
#C5DAC5
(197,218,197)
#D2E2D2
(210,226,210)
#DFEADF
(223,234,223)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AA26A; }

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

This text font color is #6AA26A.


Background Color

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

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

This div background color is #6AA26A.


Border color

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

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

This div border color is #6AA26A.


Opacity

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

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

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

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

This text has shadow with #6AA26A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA26A on black background.


Color preview on white background

This text has color #6AA26A on white background.



Black color preview on #6AA26A background

This text has black color on #6AA26A background.


White color preview on #6AA26A background

This text has white color on #6AA26A background.