COLOR #6FB580

HEX: #6FB580 RGB: (111,181,128)

Color info

#6FB580 contains mainly green and blue colors. Web safe color of #6FB580 is #66CC66 (or #6C6).

RGB color model

#6FB580 color RGB value is (111,181,128).

RGB: (111,181,128) (44%, 71%, 50%)

RGB channels and saturation

R 111 of 255 = 44%
G 181 of 255 = 71%
B 128 of 255 = 50%

111
181
128

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

Portions of RGB colors in percentages

R + G + B = 111 + 181 + 128 = 420 (100%)
R 111 of 420 ~ 26.43%
G 181 of 420 ~ 43.1%
B 128 of 420 ~ 30.48'%

%26.43
%43.1
%30.48

CMYK color model

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

  • cyan value is 38.67%
  • magenta value is 0.00%
  • yellow value is 29.28%
  • key color value is 29.02%

CMYK: (39,0,29,29)
C39M0Y29K29 (39%, 0%, 29%, 29%)
(0.39 / 0.00 / 0.29 / 0.29)

CMYK percentages

%38.67
%0
%29.28
%29.02

Codes

Color #6FB580 in popluar color models

6F B5 80
RGB 111 181 128
HSL 135° 32.11% 57.25%
HSB/HSV 135° 38.67% 70.98%
CMYK 38.67% 0.00% 29.28%
29.02%

Color #6FB580 in popluar number systems.

HEX 6F B5 80
Decimal 111 181 128
Binary 1101111 10110101 10000000
Octal 157 265 200

Shades and tints

Shades of #6FB580

#6FB580
(111,181,128)
#65A575
(101,165,117)
#5B956A
(91,149,106)
#51855F
(81,133,95)
#477554
(71,117,84)
#3D6549
(61,101,73)
#33553E
(51,85,62)
#294533
(41,69,51)
#1F3528
(31,53,40)
#15251D
(21,37,29)
#0B1512
(11,21,18)
#000000
(0,0,0)

Tints of #6FB580

#6FB580
(111,181,128)
#7CBB8B
(124,187,139)
#89C196
(137,193,150)
#96C7A1
(150,199,161)
#A3CDAC
(163,205,172)
#B0D3B7
(176,211,183)
#BDD9C2
(189,217,194)
#CADFCD
(202,223,205)
#D7E5D8
(215,229,216)
#E4EBE3
(228,235,227)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FB580; }

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

This text font color is #6FB580.

Background Color

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

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

This div background color is #6FB580.

Border color

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

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

This div border color is #6FB580.

Opacity

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

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

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

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

This text has shadow with #6FB580 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FB580.

Preview

Color preview on black background

This text has color #6FB580 on black background.


Color preview on white background

This text has color #6FB580 on white background.


Black color preview on #6FB580 background

This text has black color on #6FB580 background.


White color preview on #6FB580 background

This text has white color on #6FB580 background.


Related colors

Complementary color

Complementary color for #hex is #904A7F.


I love getcolorcode.com

Triadic colors

1 #806FB5 and #B5806F with #6FB580 are triadic colors.

2 #80B56F and #B56F80 with #6FB580 are triadic colors.