COLOR #6FC680

HEX: #6FC680 RGB: (111,198,128)

Color info

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

RGB color model

#6FC680 color RGB value is (111,198,128).

RGB: (111,198,128) (44%, 78%, 50%)

RGB channels and saturation

R 111 of 255 = 44%
G 198 of 255 = 78%
B 128 of 255 = 50%

111
198
128

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

Portions of RGB colors in percentages

R + G + B = 111 + 198 + 128 = 437 (100%)
R 111 of 437 ~ 25.4%
G 198 of 437 ~ 45.31%
B 128 of 437 ~ 29.29'%

%25.4
%45.31
%29.29

CMYK color model

#6FC680 color CMYK value is (44,0,35,22).

  • cyan value is 43.94%
  • magenta value is 0.00%
  • yellow value is 35.35%
  • key color value is 22.35%

CMYK: (44,0,35,22)
C44M0Y35K22 (44%, 0%, 35%, 22%)
(0.44 / 0.00 / 0.35 / 0.22)

CMYK percentages

%43.94
%0
%35.35
%22.35

Codes

Color #6FC680 in popluar color models

6F C6 80
RGB 111 198 128
HSL 132° 43.28% 60.59%
HSB/HSV 132° 43.94% 77.65%
CMYK 43.94% 0.00% 35.35%
22.35%

Color #6FC680 in popluar number systems.

HEX 6F C6 80
Decimal 111 198 128
Binary 1101111 11000110 10000000
Octal 157 306 200

Shades and tints

Shades of #6FC680

#6FC680
(111,198,128)
#65B475
(101,180,117)
#5BA26A
(91,162,106)
#51905F
(81,144,95)
#477E54
(71,126,84)
#3D6C49
(61,108,73)
#335A3E
(51,90,62)
#294833
(41,72,51)
#1F3628
(31,54,40)
#15241D
(21,36,29)
#0B1212
(11,18,18)
#000000
(0,0,0)

Tints of #6FC680

#6FC680
(111,198,128)
#7CCB8B
(124,203,139)
#89D096
(137,208,150)
#96D5A1
(150,213,161)
#A3DAAC
(163,218,172)
#B0DFB7
(176,223,183)
#BDE4C2
(189,228,194)
#CAE9CD
(202,233,205)
#D7EED8
(215,238,216)
#E4F3E3
(228,243,227)
#F1F8EE
(241,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FC680; }

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

This text font color is #6FC680.

Background Color

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

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

This div background color is #6FC680.

Border color

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

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

This div border color is #6FC680.

Opacity

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

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

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

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

This text has shadow with #6FC680 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FC680.

Preview

Color preview on black background

This text has color #6FC680 on black background.


Color preview on white background

This text has color #6FC680 on white background.


Black color preview on #6FC680 background

This text has black color on #6FC680 background.


White color preview on #6FC680 background

This text has white color on #6FC680 background.


Related colors

Complementary color

Complementary color for #hex is #90397F.


I love getcolorcode.com

Triadic colors

1 #806FC6 and #C6806F with #6FC680 are triadic colors.

2 #80C66F and #C66F80 with #6FC680 are triadic colors.