COLOR #6BAB70

HEX: #6BAB70 RGB: (107,171,112)

Color info

#6BAB70 contains mainly green and blue colors. Web safe color of #6BAB70 is #669966 (or #696).

RGB color model

#6BAB70 color RGB value is (107,171,112).

RGB: (107,171,112) (42%, 67%, 44%)

RGB channels and saturation

R 107 of 255 = 42%
G 171 of 255 = 67%
B 112 of 255 = 44%

107
171
112

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

Portions of RGB colors in percentages

R + G + B = 107 + 171 + 112 = 390 (100%)
R 107 of 390 ~ 27.44%
G 171 of 390 ~ 43.85%
B 112 of 390 ~ 28.72'%

%27.44
%43.85
%28.72

CMYK color model

#6BAB70 color CMYK value is (37,0,35,33).

  • cyan value is 37.43%
  • magenta value is 0.00%
  • yellow value is 34.50%
  • key color value is 32.94%

CMYK: (37,0,35,33)
C37M0Y35K33 (37%, 0%, 35%, 33%)
(0.37 / 0.00 / 0.35 / 0.33)

CMYK percentages

%37.43
%0
%34.5
%32.94

Codes

Color #6BAB70 in popluar color models

6B AB 70
RGB 107 171 112
HSL 125° 27.59% 54.51%
HSB/HSV 125° 37.43% 67.06%
CMYK 37.43% 0.00% 34.50%
32.94%

Color #6BAB70 in popluar number systems.

HEX 6B AB 70
Decimal 107 171 112
Binary 1101011 10101011 1110000
Octal 153 253 160

Shades and tints

Shades of #6BAB70

#6BAB70
(107,171,112)
#629C66
(98,156,102)
#598D5C
(89,141,92)
#507E52
(80,126,82)
#476F48
(71,111,72)
#3E603E
(62,96,62)
#355134
(53,81,52)
#2C422A
(44,66,42)
#233320
(35,51,32)
#1A2416
(26,36,22)
#11150C
(17,21,12)
#000000
(0,0,0)

Tints of #6BAB70

#6BAB70
(107,171,112)
#78B27D
(120,178,125)
#85B98A
(133,185,138)
#92C097
(146,192,151)
#9FC7A4
(159,199,164)
#ACCEB1
(172,206,177)
#B9D5BE
(185,213,190)
#C6DCCB
(198,220,203)
#D3E3D8
(211,227,216)
#E0EAE5
(224,234,229)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BAB70 color. Also use rgb(107,171,112) instead hex code.

Text Font Color

.myTextColor { color: #6BAB70; }

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

This text font color is #6BAB70.

Background Color

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

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

This div background color is #6BAB70.

Border color

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

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

This div border color is #6BAB70.

Opacity

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

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

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

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

This text has shadow with #6BAB70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BAB70.

Preview

Color preview on black background

This text has color #6BAB70 on black background.


Color preview on white background

This text has color #6BAB70 on white background.


Black color preview on #6BAB70 background

This text has black color on #6BAB70 background.


White color preview on #6BAB70 background

This text has white color on #6BAB70 background.


Related colors

Complementary color

Complementary color for #hex is #94548F.


I love getcolorcode.com

Triadic colors

1 #706BAB and #AB706B with #6BAB70 are triadic colors.

2 #70AB6B and #AB6B70 with #6BAB70 are triadic colors.