COLOR #6AA58F

HEX: #6AA58F
RGB: (106,165,143)

Color info

#6AA58F contains red, green and blue colors in about the same proportion. Web safe color of #6AA58F is #669999 (or #699).

RGB color model

#6AA58F color RGB value is (106,165,143).

  • red value is 106;
  • green value is 165;
  • blue value is 143.
RGB:
(106,165,143)
(42%,65%,56%)

RGB channels and saturation

R 106 of 255 = 42%
G 165 of 255 = 65%
B 143 of 255 = 56%

106
165
143

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

Portions of RGB colors in percentages

R + G + B =
106 + 165 + 143 = 414 (100%)
R 106 of 414 ~ 25.6%
G 165 of 414 ~ 39.86%
B 143 of 414 ~ 34.54%

%25.6
%39.86
%34.54

CMYK color model

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

  • cyan value is 35.76%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 35.29%
CMYK:
(36,0,13,35)
C36M0Y13K35 
(36%,0%,13%,35%)
(0.36/0.00/0.13/0.35)	

CMYK percentages

%35.76
%0
%13.33
%35.29

Codes

Color #6AA58F in popluar color models

6AA58F
RGB106165143
HSL158°24.69%53.14%
HSB/HSV158°35.76%64.71%
CMYK35.76%0.00%13.33%
35.29%

Color #6AA58F in popluar number systems.

HEX6AA58F
Decimal106165143
Binary11010101010010110001111
Octal152245217

Shades and tints

Shades of #6AA58F

#6AA58F
(106,165,143)
#619682
(97,150,130)
#588775
(88,135,117)
#4F7868
(79,120,104)
#46695B
(70,105,91)
#3D5A4E
(61,90,78)
#344B41
(52,75,65)
#2B3C34
(43,60,52)
#222D27
(34,45,39)
#191E1A
(25,30,26)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #6AA58F

#6AA58F
(106,165,143)
#77AD99
(119,173,153)
#84B5A3
(132,181,163)
#91BDAD
(145,189,173)
#9EC5B7
(158,197,183)
#ABCDC1
(171,205,193)
#B8D5CB
(184,213,203)
#C5DDD5
(197,221,213)
#D2E5DF
(210,229,223)
#DFEDE9
(223,237,233)
#ECF5F3
(236,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AA58F; }

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

This text font color is #6AA58F.


Background Color

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

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

This div background color is #6AA58F.


Border color

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

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

This div border color is #6AA58F.


Opacity

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

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

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

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

This text has shadow with #6AA58F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA58F on black background.


Color preview on white background

This text has color #6AA58F on white background.



Black color preview on #6AA58F background

This text has black color on #6AA58F background.


White color preview on #6AA58F background

This text has white color on #6AA58F background.