COLOR #6AAC85

HEX: #6AAC85
RGB: (106,172,133)

Color info

#6AAC85 contains mainly green and blue colors. Web safe color of #6AAC85 is #669999 (or #699).

RGB color model

#6AAC85 color RGB value is (106,172,133).

  • red value is 106;
  • green value is 172;
  • blue value is 133.
RGB:
(106,172,133)
(42%,67%,52%)

RGB channels and saturation

R 106 of 255 = 42%
G 172 of 255 = 67%
B 133 of 255 = 52%

106
172
133

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

Portions of RGB colors in percentages

R + G + B =
106 + 172 + 133 = 411 (100%)
R 106 of 411 ~ 25.79%
G 172 of 411 ~ 41.85%
B 133 of 411 ~ 32.36%

%25.79
%41.85
%32.36

CMYK color model

#6AAC85 color CMYK value is (38,0,23,33).

  • cyan value is 38.37%
  • magenta value is 0.00%
  • yellow value is 22.67%
  • key color value is 32.55%
CMYK:
(38,0,23,33)
C38M0Y23K33 
(38%,0%,23%,33%)
(0.38/0.00/0.23/0.33)	

CMYK percentages

%38.37
%0
%22.67
%32.55

Codes

Color #6AAC85 in popluar color models

6AAC85
RGB106172133
HSL145°28.45%54.51%
HSB/HSV145°38.37%67.45%
CMYK38.37%0.00%22.67%
32.55%

Color #6AAC85 in popluar number systems.

HEX6AAC85
Decimal106172133
Binary11010101010110010000101
Octal152254205

Shades and tints

Shades of #6AAC85

#6AAC85
(106,172,133)
#619D79
(97,157,121)
#588E6D
(88,142,109)
#4F7F61
(79,127,97)
#467055
(70,112,85)
#3D6149
(61,97,73)
#34523D
(52,82,61)
#2B4331
(43,67,49)
#223425
(34,52,37)
#192519
(25,37,25)
#10160D
(16,22,13)
#000000
(0,0,0)

Tints of #6AAC85

#6AAC85
(106,172,133)
#77B390
(119,179,144)
#84BA9B
(132,186,155)
#91C1A6
(145,193,166)
#9EC8B1
(158,200,177)
#ABCFBC
(171,207,188)
#B8D6C7
(184,214,199)
#C5DDD2
(197,221,210)
#D2E4DD
(210,228,221)
#DFEBE8
(223,235,232)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AAC85; }

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

This text font color is #6AAC85.


Background Color

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

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

This div background color is #6AAC85.


Border color

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

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

This div border color is #6AAC85.


Opacity

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

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

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

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

This text has shadow with #6AAC85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AAC85 on black background.


Color preview on white background

This text has color #6AAC85 on white background.



Black color preview on #6AAC85 background

This text has black color on #6AAC85 background.


White color preview on #6AAC85 background

This text has white color on #6AAC85 background.