COLOR #6AAB79

HEX: #6AAB79
RGB: (106,171,121)

Color info

#6AAB79 contains mainly green and blue colors. Web safe color of #6AAB79 is #669966 (or #696).

RGB color model

#6AAB79 color RGB value is (106,171,121).

  • red value is 106;
  • green value is 171;
  • blue value is 121.
RGB:
(106,171,121)
(42%,67%,47%)

RGB channels and saturation

R 106 of 255 = 42%
G 171 of 255 = 67%
B 121 of 255 = 47%

106
171
121

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

Portions of RGB colors in percentages

R + G + B =
106 + 171 + 121 = 398 (100%)
R 106 of 398 ~ 26.63%
G 171 of 398 ~ 42.96%
B 121 of 398 ~ 30.4%

%26.63
%42.96
%30.4

CMYK color model

#6AAB79 color CMYK value is (38,0,29,33).

  • cyan value is 38.01%
  • magenta value is 0.00%
  • yellow value is 29.24%
  • key color value is 32.94%
CMYK:
(38,0,29,33)
C38M0Y29K33 
(38%,0%,29%,33%)
(0.38/0.00/0.29/0.33)	

CMYK percentages

%38.01
%0
%29.24
%32.94

Codes

Color #6AAB79 in popluar color models

6AAB79
RGB106171121
HSL134°27.90%54.31%
HSB/HSV134°38.01%67.06%
CMYK38.01%0.00%29.24%
32.94%

Color #6AAB79 in popluar number systems.

HEX6AAB79
Decimal106171121
Binary1101010101010111111001
Octal152253171

Shades and tints

Shades of #6AAB79

#6AAB79
(106,171,121)
#619C6E
(97,156,110)
#588D63
(88,141,99)
#4F7E58
(79,126,88)
#466F4D
(70,111,77)
#3D6042
(61,96,66)
#345137
(52,81,55)
#2B422C
(43,66,44)
#223321
(34,51,33)
#192416
(25,36,22)
#10150B
(16,21,11)
#000000
(0,0,0)

Tints of #6AAB79

#6AAB79
(106,171,121)
#77B285
(119,178,133)
#84B991
(132,185,145)
#91C09D
(145,192,157)
#9EC7A9
(158,199,169)
#ABCEB5
(171,206,181)
#B8D5C1
(184,213,193)
#C5DCCD
(197,220,205)
#D2E3D9
(210,227,217)
#DFEAE5
(223,234,229)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AAB79; }

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

This text font color is #6AAB79.


Background Color

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

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

This div background color is #6AAB79.


Border color

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

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

This div border color is #6AAB79.


Opacity

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

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

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

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

This text has shadow with #6AAB79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AAB79 on black background.


Color preview on white background

This text has color #6AAB79 on white background.



Black color preview on #6AAB79 background

This text has black color on #6AAB79 background.


White color preview on #6AAB79 background

This text has white color on #6AAB79 background.