COLOR #6BA07F

HEX: #6BA07F RGB: (107,160,127)

Color info

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

RGB color model

#6BA07F color RGB value is (107,160,127).

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

RGB channels and saturation

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

107
160
127

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

Portions of RGB colors in percentages

R + G + B = 107 + 160 + 127 = 394 (100%)
R 107 of 394 ~ 27.16%
G 160 of 394 ~ 40.61%
B 127 of 394 ~ 32.23'%

%27.16
%40.61
%32.23

CMYK color model

#6BA07F color CMYK value is (33,0,21,37).

  • cyan value is 33.13%
  • magenta value is 0.00%
  • yellow value is 20.63%
  • key color value is 37.25%

CMYK: (33,0,21,37)
C33M0Y21K37 (33%, 0%, 21%, 37%)
(0.33 / 0.00 / 0.21 / 0.37)

CMYK percentages

%33.13
%0
%20.63
%37.25

Codes

Color #6BA07F in popluar color models

6B A0 7F
RGB 107 160 127
HSL 143° 21.81% 52.35%
HSB/HSV 143° 33.13% 62.75%
CMYK 33.13% 0.00% 20.63%
37.25%

Color #6BA07F in popluar number systems.

HEX 6B A0 7F
Decimal 107 160 127
Binary 1101011 10100000 1111111
Octal 153 240 177

Shades and tints

Shades of #6BA07F

#6BA07F
(107,160,127)
#629274
(98,146,116)
#598469
(89,132,105)
#50765E
(80,118,94)
#476853
(71,104,83)
#3E5A48
(62,90,72)
#354C3D
(53,76,61)
#2C3E32
(44,62,50)
#233027
(35,48,39)
#1A221C
(26,34,28)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #6BA07F

#6BA07F
(107,160,127)
#78A88A
(120,168,138)
#85B095
(133,176,149)
#92B8A0
(146,184,160)
#9FC0AB
(159,192,171)
#ACC8B6
(172,200,182)
#B9D0C1
(185,208,193)
#C6D8CC
(198,216,204)
#D3E0D7
(211,224,215)
#E0E8E2
(224,232,226)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA07F; }

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

This text font color is #6BA07F.

Background Color

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

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

This div background color is #6BA07F.

Border color

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

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

This div border color is #6BA07F.

Opacity

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

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

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

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

This text has shadow with #6BA07F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BA07F.

Preview

Color preview on black background

This text has color #6BA07F on black background.


Color preview on white background

This text has color #6BA07F on white background.


Black color preview on #6BA07F background

This text has black color on #6BA07F background.


White color preview on #6BA07F background

This text has white color on #6BA07F background.


Related colors

Complementary color

Complementary color for #hex is #945F80.


I love getcolorcode.com

Triadic colors

1 #7F6BA0 and #A07F6B with #6BA07F are triadic colors.

2 #7FA06B and #A06B7F with #6BA07F are triadic colors.