COLOR #6FB689

HEX: #6FB689 RGB: (111,182,137)

Color info

#6FB689 contains mainly green and blue colors. Web safe color of #6FB689 is #66CC99 (or #6C9).

RGB color model

#6FB689 color RGB value is (111,182,137).

RGB: (111,182,137) (44%, 71%, 54%)

RGB channels and saturation

R 111 of 255 = 44%
G 182 of 255 = 71%
B 137 of 255 = 54%

111
182
137

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

Portions of RGB colors in percentages

R + G + B = 111 + 182 + 137 = 430 (100%)
R 111 of 430 ~ 25.81%
G 182 of 430 ~ 42.33%
B 137 of 430 ~ 31.86'%

%25.81
%42.33
%31.86

CMYK color model

#6FB689 color CMYK value is (39,0,25,29).

  • cyan value is 39.01%
  • magenta value is 0.00%
  • yellow value is 24.73%
  • key color value is 28.63%

CMYK: (39,0,25,29)
C39M0Y25K29 (39%, 0%, 25%, 29%)
(0.39 / 0.00 / 0.25 / 0.29)

CMYK percentages

%39.01
%0
%24.73
%28.63

Codes

Color #6FB689 in popluar color models

6F B6 89
RGB 111 182 137
HSL 142° 32.72% 57.45%
HSB/HSV 142° 39.01% 71.37%
CMYK 39.01% 0.00% 24.73%
28.63%

Color #6FB689 in popluar number systems.

HEX 6F B6 89
Decimal 111 182 137
Binary 1101111 10110110 10001001
Octal 157 266 211

Shades and tints

Shades of #6FB689

#6FB689
(111,182,137)
#65A67D
(101,166,125)
#5B9671
(91,150,113)
#518665
(81,134,101)
#477659
(71,118,89)
#3D664D
(61,102,77)
#335641
(51,86,65)
#294635
(41,70,53)
#1F3629
(31,54,41)
#15261D
(21,38,29)
#0B1611
(11,22,17)
#000000
(0,0,0)

Tints of #6FB689

#6FB689
(111,182,137)
#7CBC93
(124,188,147)
#89C29D
(137,194,157)
#96C8A7
(150,200,167)
#A3CEB1
(163,206,177)
#B0D4BB
(176,212,187)
#BDDAC5
(189,218,197)
#CAE0CF
(202,224,207)
#D7E6D9
(215,230,217)
#E4ECE3
(228,236,227)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FB689 color. Also use rgb(111,182,137) instead hex code.

Text Font Color

.myTextColor { color: #6FB689; }

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

This text font color is #6FB689.

Background Color

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

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

This div background color is #6FB689.

Border color

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

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

This div border color is #6FB689.

Opacity

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

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

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

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

This text has shadow with #6FB689 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FB689.

Preview

Color preview on black background

This text has color #6FB689 on black background.


Color preview on white background

This text has color #6FB689 on white background.


Black color preview on #6FB689 background

This text has black color on #6FB689 background.


White color preview on #6FB689 background

This text has white color on #6FB689 background.


Related colors

Complementary color

Complementary color for #hex is #904976.


I love getcolorcode.com

Triadic colors

1 #896FB6 and #B6896F with #6FB689 are triadic colors.

2 #89B66F and #B66F89 with #6FB689 are triadic colors.