COLOR #6BA17F

HEX: #6BA17F RGB: (107,161,127)

Color info

#6BA17F contains red, green and blue colors in about the same proportion. Web safe color of #6BA17F is #669966 (or #696).

RGB color model

#6BA17F color RGB value is (107,161,127).

RGB: (107,161,127) (42%, 63%, 50%)

RGB channels and saturation

R 107 of 255 = 42%
G 161 of 255 = 63%
B 127 of 255 = 50%

107
161
127

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

Portions of RGB colors in percentages

R + G + B = 107 + 161 + 127 = 395 (100%)
R 107 of 395 ~ 27.09%
G 161 of 395 ~ 40.76%
B 127 of 395 ~ 32.15'%

%27.09
%40.76
%32.15

CMYK color model

#6BA17F color CMYK value is (34,0,21,37).

  • cyan value is 33.54%
  • magenta value is 0.00%
  • yellow value is 21.12%
  • key color value is 36.86%

CMYK: (34,0,21,37)
C34M0Y21K37 (34%, 0%, 21%, 37%)
(0.34 / 0.00 / 0.21 / 0.37)

CMYK percentages

%33.54
%0
%21.12
%36.86

Codes

Color #6BA17F in popluar color models

6B A1 7F
RGB 107 161 127
HSL 142° 22.31% 52.55%
HSB/HSV 142° 33.54% 63.14%
CMYK 33.54% 0.00% 21.12%
36.86%

Color #6BA17F in popluar number systems.

HEX 6B A1 7F
Decimal 107 161 127
Binary 1101011 10100001 1111111
Octal 153 241 177

Shades and tints

Shades of #6BA17F

#6BA17F
(107,161,127)
#629374
(98,147,116)
#598569
(89,133,105)
#50775E
(80,119,94)
#476953
(71,105,83)
#3E5B48
(62,91,72)
#354D3D
(53,77,61)
#2C3F32
(44,63,50)
#233127
(35,49,39)
#1A231C
(26,35,28)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #6BA17F

#6BA17F
(107,161,127)
#78A98A
(120,169,138)
#85B195
(133,177,149)
#92B9A0
(146,185,160)
#9FC1AB
(159,193,171)
#ACC9B6
(172,201,182)
#B9D1C1
(185,209,193)
#C6D9CC
(198,217,204)
#D3E1D7
(211,225,215)
#E0E9E2
(224,233,226)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA17F color. Also use rgb(107,161,127) instead hex code.

Text Font Color

.myTextColor { color: #6BA17F; }

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

This text font color is #6BA17F.

Background Color

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

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

This div background color is #6BA17F.

Border color

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

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

This div border color is #6BA17F.

Opacity

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

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

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

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

This text has shadow with #6BA17F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BA17F.

Preview

Color preview on black background

This text has color #6BA17F on black background.


Color preview on white background

This text has color #6BA17F on white background.


Black color preview on #6BA17F background

This text has black color on #6BA17F background.


White color preview on #6BA17F background

This text has white color on #6BA17F background.


Related colors

Complementary color

Complementary color for #hex is #945E80.


I love getcolorcode.com

Triadic colors

1 #7F6BA1 and #A17F6B with #6BA17F are triadic colors.

2 #7FA16B and #A16B7F with #6BA17F are triadic colors.