COLOR #6AA58D

HEX: #6AA58D RGB: (106,165,141)

Color info

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

RGB color model

#6AA58D color RGB value is (106,165,141).

RGB: (106,165,141) (42%, 65%, 55%)

RGB channels and saturation

R 106 of 255 = 42%
G 165 of 255 = 65%
B 141 of 255 = 55%

106
165
141

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

Portions of RGB colors in percentages

R + G + B = 106 + 165 + 141 = 412 (100%)
R 106 of 412 ~ 25.73%
G 165 of 412 ~ 40.05%
B 141 of 412 ~ 34.22'%

%25.73
%40.05
%34.22

CMYK color model

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

  • cyan value is 35.76%
  • magenta value is 0.00%
  • yellow value is 14.55%
  • key color value is 35.29%

CMYK: (36,0,15,35)
C36M0Y15K35 (36%, 0%, 15%, 35%)
(0.36 / 0.00 / 0.15 / 0.35)

CMYK percentages

%35.76
%0
%14.55
%35.29

Codes

Color #6AA58D in popluar color models

6A A5 8D
RGB 106 165 141
HSL 156° 24.69% 53.14%
HSB/HSV 156° 35.76% 64.71%
CMYK 35.76% 0.00% 14.55%
35.29%

Color #6AA58D in popluar number systems.

HEX 6A A5 8D
Decimal 106 165 141
Binary 1101010 10100101 10001101
Octal 152 245 215

Shades and tints

Shades of #6AA58D

#6AA58D
(106,165,141)
#619681
(97,150,129)
#588775
(88,135,117)
#4F7869
(79,120,105)
#46695D
(70,105,93)
#3D5A51
(61,90,81)
#344B45
(52,75,69)
#2B3C39
(43,60,57)
#222D2D
(34,45,45)
#191E21
(25,30,33)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #6AA58D

#6AA58D
(106,165,141)
#77AD97
(119,173,151)
#84B5A1
(132,181,161)
#91BDAB
(145,189,171)
#9EC5B5
(158,197,181)
#ABCDBF
(171,205,191)
#B8D5C9
(184,213,201)
#C5DDD3
(197,221,211)
#D2E5DD
(210,229,221)
#DFEDE7
(223,237,231)
#ECF5F1
(236,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AA58D; }

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

This text font color is #6AA58D.

Background Color

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

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

This div background color is #6AA58D.

Border color

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

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

This div border color is #6AA58D.

Opacity

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

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

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

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

This text has shadow with #6AA58D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AA58D.

Preview

Color preview on black background

This text has color #6AA58D on black background.


Color preview on white background

This text has color #6AA58D on white background.


Black color preview on #6AA58D background

This text has black color on #6AA58D background.


White color preview on #6AA58D background

This text has white color on #6AA58D background.


Related colors

Complementary color

Complementary color for #hex is #955A72.


I love getcolorcode.com

Triadic colors

1 #8D6AA5 and #A58D6A with #6AA58D are triadic colors.

2 #8DA56A and #A56A8D with #6AA58D are triadic colors.