COLOR #6AB878

HEX: #6AB878 RGB: (106,184,120)

Color info

#6AB878 contains mainly green color. Web safe color of #6AB878 is #66CC66 (or #6C6).

RGB color model

#6AB878 color RGB value is (106,184,120).

RGB: (106,184,120) (42%, 72%, 47%)

RGB channels and saturation

R 106 of 255 = 42%
G 184 of 255 = 72%
B 120 of 255 = 47%

106
184
120

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

Portions of RGB colors in percentages

R + G + B = 106 + 184 + 120 = 410 (100%)
R 106 of 410 ~ 25.85%
G 184 of 410 ~ 44.88%
B 120 of 410 ~ 29.27'%

%25.85
%44.88
%29.27

CMYK color model

#6AB878 color CMYK value is (42,0,35,28).

  • cyan value is 42.39%
  • magenta value is 0.00%
  • yellow value is 34.78%
  • key color value is 27.84%

CMYK: (42,0,35,28)
C42M0Y35K28 (42%, 0%, 35%, 28%)
(0.42 / 0.00 / 0.35 / 0.28)

CMYK percentages

%42.39
%0
%34.78
%27.84

Codes

Color #6AB878 in popluar color models

6A B8 78
RGB 106 184 120
HSL 131° 35.45% 56.86%
HSB/HSV 131° 42.39% 72.16%
CMYK 42.39% 0.00% 34.78%
27.84%

Color #6AB878 in popluar number systems.

HEX 6A B8 78
Decimal 106 184 120
Binary 1101010 10111000 1111000
Octal 152 270 170

Shades and tints

Shades of #6AB878

#6AB878
(106,184,120)
#61A86E
(97,168,110)
#589864
(88,152,100)
#4F885A
(79,136,90)
#467850
(70,120,80)
#3D6846
(61,104,70)
#34583C
(52,88,60)
#2B4832
(43,72,50)
#223828
(34,56,40)
#19281E
(25,40,30)
#101814
(16,24,20)
#000000
(0,0,0)

Tints of #6AB878

#6AB878
(106,184,120)
#77BE84
(119,190,132)
#84C490
(132,196,144)
#91CA9C
(145,202,156)
#9ED0A8
(158,208,168)
#ABD6B4
(171,214,180)
#B8DCC0
(184,220,192)
#C5E2CC
(197,226,204)
#D2E8D8
(210,232,216)
#DFEEE4
(223,238,228)
#ECF4F0
(236,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AB878 color. Also use rgb(106,184,120) instead hex code.

Text Font Color

.myTextColor { color: #6AB878; }

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

This text font color is #6AB878.

Background Color

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

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

This div background color is #6AB878.

Border color

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

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

This div border color is #6AB878.

Opacity

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

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

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

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

This text has shadow with #6AB878 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AB878.

Preview

Color preview on black background

This text has color #6AB878 on black background.


Color preview on white background

This text has color #6AB878 on white background.


Black color preview on #6AB878 background

This text has black color on #6AB878 background.


White color preview on #6AB878 background

This text has white color on #6AB878 background.


Related colors

Complementary color

Complementary color for #hex is #954787.


I love getcolorcode.com

Triadic colors

1 #786AB8 and #B8786A with #6AB878 are triadic colors.

2 #78B86A and #B86A78 with #6AB878 are triadic colors.