COLOR #6AA396

HEX: #6AA396 RGB: (106,163,150)

Color info

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

RGB color model

#6AA396 color RGB value is (106,163,150).

RGB: (106,163,150) (42%, 64%, 59%)

RGB channels and saturation

R 106 of 255 = 42%
G 163 of 255 = 64%
B 150 of 255 = 59%

106
163
150

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

Portions of RGB colors in percentages

R + G + B = 106 + 163 + 150 = 419 (100%)
R 106 of 419 ~ 25.3%
G 163 of 419 ~ 38.9%
B 150 of 419 ~ 35.8'%

%25.3
%38.9
%35.8

CMYK color model

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

  • cyan value is 34.97%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 36.08%

CMYK: (35,0,8,36)
C35M0Y8K36 (35%, 0%, 8%, 36%)
(0.35 / 0.00 / 0.08 / 0.36)

CMYK percentages

%34.97
%0
%7.98
%36.08

Codes

Color #6AA396 in popluar color models

6A A3 96
RGB 106 163 150
HSL 166° 23.65% 52.75%
HSB/HSV 166° 34.97% 63.92%
CMYK 34.97% 0.00% 7.98%
36.08%

Color #6AA396 in popluar number systems.

HEX 6A A3 96
Decimal 106 163 150
Binary 1101010 10100011 10010110
Octal 152 243 226

Shades and tints

Shades of #6AA396

#6AA396
(106,163,150)
#619589
(97,149,137)
#58877C
(88,135,124)
#4F796F
(79,121,111)
#466B62
(70,107,98)
#3D5D55
(61,93,85)
#344F48
(52,79,72)
#2B413B
(43,65,59)
#22332E
(34,51,46)
#192521
(25,37,33)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #6AA396

#6AA396
(106,163,150)
#77AB9F
(119,171,159)
#84B3A8
(132,179,168)
#91BBB1
(145,187,177)
#9EC3BA
(158,195,186)
#ABCBC3
(171,203,195)
#B8D3CC
(184,211,204)
#C5DBD5
(197,219,213)
#D2E3DE
(210,227,222)
#DFEBE7
(223,235,231)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AA396; }

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

This text font color is #6AA396.

Background Color

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

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

This div background color is #6AA396.

Border color

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

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

This div border color is #6AA396.

Opacity

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

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

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

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

This text has shadow with #6AA396 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AA396.

Preview

Color preview on black background

This text has color #6AA396 on black background.


Color preview on white background

This text has color #6AA396 on white background.


Black color preview on #6AA396 background

This text has black color on #6AA396 background.


White color preview on #6AA396 background

This text has white color on #6AA396 background.


Related colors

Complementary color

Complementary color for #hex is #955C69.


I love getcolorcode.com

Triadic colors

1 #966AA3 and #A3966A with #6AA396 are triadic colors.

2 #96A36A and #A36A96 with #6AA396 are triadic colors.