COLOR #6FAB80

HEX: #6FAB80 RGB: (111,171,128)

Color info

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

RGB color model

#6FAB80 color RGB value is (111,171,128).

RGB: (111,171,128) (44%, 67%, 50%)

RGB channels and saturation

R 111 of 255 = 44%
G 171 of 255 = 67%
B 128 of 255 = 50%

111
171
128

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

Portions of RGB colors in percentages

R + G + B = 111 + 171 + 128 = 410 (100%)
R 111 of 410 ~ 27.07%
G 171 of 410 ~ 41.71%
B 128 of 410 ~ 31.22'%

%27.07
%41.71
%31.22

CMYK color model

#6FAB80 color CMYK value is (35,0,25,33).

  • cyan value is 35.09%
  • magenta value is 0.00%
  • yellow value is 25.15%
  • key color value is 32.94%

CMYK: (35,0,25,33)
C35M0Y25K33 (35%, 0%, 25%, 33%)
(0.35 / 0.00 / 0.25 / 0.33)

CMYK percentages

%35.09
%0
%25.15
%32.94

Codes

Color #6FAB80 in popluar color models

6F AB 80
RGB 111 171 128
HSL 137° 26.32% 55.29%
HSB/HSV 137° 35.09% 67.06%
CMYK 35.09% 0.00% 25.15%
32.94%

Color #6FAB80 in popluar number systems.

HEX 6F AB 80
Decimal 111 171 128
Binary 1101111 10101011 10000000
Octal 157 253 200

Shades and tints

Shades of #6FAB80

#6FAB80
(111,171,128)
#659C75
(101,156,117)
#5B8D6A
(91,141,106)
#517E5F
(81,126,95)
#476F54
(71,111,84)
#3D6049
(61,96,73)
#33513E
(51,81,62)
#294233
(41,66,51)
#1F3328
(31,51,40)
#15241D
(21,36,29)
#0B1512
(11,21,18)
#000000
(0,0,0)

Tints of #6FAB80

#6FAB80
(111,171,128)
#7CB28B
(124,178,139)
#89B996
(137,185,150)
#96C0A1
(150,192,161)
#A3C7AC
(163,199,172)
#B0CEB7
(176,206,183)
#BDD5C2
(189,213,194)
#CADCCD
(202,220,205)
#D7E3D8
(215,227,216)
#E4EAE3
(228,234,227)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FAB80 color. Also use rgb(111,171,128) instead hex code.

Text Font Color

.myTextColor { color: #6FAB80; }

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

This text font color is #6FAB80.

Background Color

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

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

This div background color is #6FAB80.

Border color

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

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

This div border color is #6FAB80.

Opacity

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

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

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

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

This text has shadow with #6FAB80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FAB80.

Preview

Color preview on black background

This text has color #6FAB80 on black background.


Color preview on white background

This text has color #6FAB80 on white background.


Black color preview on #6FAB80 background

This text has black color on #6FAB80 background.


White color preview on #6FAB80 background

This text has white color on #6FAB80 background.


Related colors

Complementary color

Complementary color for #hex is #90547F.


I love getcolorcode.com

Triadic colors

1 #806FAB and #AB806F with #6FAB80 are triadic colors.

2 #80AB6F and #AB6F80 with #6FAB80 are triadic colors.