COLOR #6AA78C

HEX: #6AA78C
RGB: (106,167,140)

Color info

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

RGB color model

#6AA78C color RGB value is (106,167,140).

  • red value is 106;
  • green value is 167;
  • blue value is 140.
RGB:
(106,167,140)
(42%,65%,55%)

RGB channels and saturation

R 106 of 255 = 42%
G 167 of 255 = 65%
B 140 of 255 = 55%

106
167
140

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

Portions of RGB colors in percentages

R + G + B =
106 + 167 + 140 = 413 (100%)
R 106 of 413 ~ 25.67%
G 167 of 413 ~ 40.44%
B 140 of 413 ~ 33.9%

%25.67
%40.44
%33.9

CMYK color model

#6AA78C color CMYK value is (37,0,16,35).

  • cyan value is 36.53%
  • magenta value is 0.00%
  • yellow value is 16.17%
  • key color value is 34.51%
CMYK:
(37,0,16,35)
C37M0Y16K35 
(37%,0%,16%,35%)
(0.37/0.00/0.16/0.35)	

CMYK percentages

%36.53
%0
%16.17
%34.51

Codes

Color #6AA78C in popluar color models

6AA78C
RGB106167140
HSL153°25.74%53.53%
HSB/HSV153°36.53%65.49%
CMYK36.53%0.00%16.17%
34.51%

Color #6AA78C in popluar number systems.

HEX6AA78C
Decimal106167140
Binary11010101010011110001100
Octal152247214

Shades and tints

Shades of #6AA78C

#6AA78C
(106,167,140)
#619880
(97,152,128)
#588974
(88,137,116)
#4F7A68
(79,122,104)
#466B5C
(70,107,92)
#3D5C50
(61,92,80)
#344D44
(52,77,68)
#2B3E38
(43,62,56)
#222F2C
(34,47,44)
#192020
(25,32,32)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #6AA78C

#6AA78C
(106,167,140)
#77AF96
(119,175,150)
#84B7A0
(132,183,160)
#91BFAA
(145,191,170)
#9EC7B4
(158,199,180)
#ABCFBE
(171,207,190)
#B8D7C8
(184,215,200)
#C5DFD2
(197,223,210)
#D2E7DC
(210,231,220)
#DFEFE6
(223,239,230)
#ECF7F0
(236,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA78C color. Also use rgb(106,167,140) instead hex code.

Text Font Color

.myTextColor { color: #6AA78C; }

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

This text font color is #6AA78C.


Background Color

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

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

This div background color is #6AA78C.


Border color

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

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

This div border color is #6AA78C.


Opacity

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

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

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

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

This text has shadow with #6AA78C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA78C on black background.


Color preview on white background

This text has color #6AA78C on white background.



Black color preview on #6AA78C background

This text has black color on #6AA78C background.


White color preview on #6AA78C background

This text has white color on #6AA78C background.