COLOR #6FB579

HEX: #6FB579 RGB: (111,181,121)

Color info

#6FB579 contains mainly green color. Web safe color of #6FB579 is #66CC66 (or #6C6).

RGB color model

#6FB579 color RGB value is (111,181,121).

RGB: (111,181,121) (44%, 71%, 47%)

RGB channels and saturation

R 111 of 255 = 44%
G 181 of 255 = 71%
B 121 of 255 = 47%

111
181
121

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

Portions of RGB colors in percentages

R + G + B = 111 + 181 + 121 = 413 (100%)
R 111 of 413 ~ 26.88%
G 181 of 413 ~ 43.83%
B 121 of 413 ~ 29.3'%

%26.88
%43.83
%29.3

CMYK color model

#6FB579 color CMYK value is (39,0,33,29).

  • cyan value is 38.67%
  • magenta value is 0.00%
  • yellow value is 33.15%
  • key color value is 29.02%
CMYK: (39,0,33,29) C39M0Y33K29 (39%,0%,33%,29%) (0.39/0.00/0.33/0.29) 

CMYK percentages

%38.67
%0
%33.15
%29.02

Codes

Color #6FB579 in popluar color models

6F B5 79
RGB 111 181 121
HSL 129° 32.11% 57.25%
HSB/HSV 129° 38.67% 70.98%
CMYK 38.67% 0.00% 33.15%
29.02%

Color #6FB579 in popluar number systems.

HEX 6F B5 79
Decimal 111 181 121
Binary 1101111 10110101 1111001
Octal 157 265 171

Shades and tints

Shades of #6FB579

#6FB579
(111,181,121)
#65A56E
(101,165,110)
#5B9563
(91,149,99)
#518558
(81,133,88)
#47754D
(71,117,77)
#3D6542
(61,101,66)
#335537
(51,85,55)
#29452C
(41,69,44)
#1F3521
(31,53,33)
#152516
(21,37,22)
#0B150B
(11,21,11)
#000000
(0,0,0)

Tints of #6FB579

#6FB579
(111,181,121)
#7CBB85
(124,187,133)
#89C191
(137,193,145)
#96C79D
(150,199,157)
#A3CDA9
(163,205,169)
#B0D3B5
(176,211,181)
#BDD9C1
(189,217,193)
#CADFCD
(202,223,205)
#D7E5D9
(215,229,217)
#E4EBE5
(228,235,229)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FB579 color. Also use rgb(111,181,121) instead hex code.

Text Font Color

.myTextColor { color: #6FB579; }

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

This text font color is #6FB579.

Background Color

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

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

This div background color is #6FB579.

Border color

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

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

This div border color is #6FB579.

Opacity

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

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

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

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

This text has shadow with #6FB579 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FB579.

Preview

Color preview on black background

This text has color #6FB579 on black background.


Color preview on white background

This text has color #6FB579 on white background.


Black color preview on #6FB579 background

This text has black color on #6FB579 background.


White color preview on #6FB579 background

This text has white color on #6FB579 background.


Related colors

Complementary color

Complementary color for #hex is #904A86.


I love getcolorcode.com

Triadic colors

1 #796FB5 and #B5796F with #6FB579 are triadic colors.

2 #79B56F and #B56F79 with #6FB579 are triadic colors.