COLOR #6FC666

HEX: #6FC666
RGB: (111,198,102)

Color info

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

RGB color model

#6FC666 color RGB value is (111,198,102).

  • red value is 111;
  • green value is 198;
  • blue value is 102.
RGB:
(111,198,102)
(44%,78%,40%)

RGB channels and saturation

R 111 of 255 = 44%
G 198 of 255 = 78%
B 102 of 255 = 40%

111
198
102

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

Portions of RGB colors in percentages

R + G + B =
111 + 198 + 102 = 411 (100%)
R 111 of 411 ~ 27.01%
G 198 of 411 ~ 48.18%
B 102 of 411 ~ 24.82%

%27.01
%48.18
%24.82

CMYK color model

#6FC666 color CMYK value is (44,0,48,22).

  • cyan value is 43.94%
  • magenta value is 0.00%
  • yellow value is 48.48%
  • key color value is 22.35%
CMYK:
(44,0,48,22)
C44M0Y48K22 
(44%,0%,48%,22%)
(0.44/0.00/0.48/0.22)	

CMYK percentages

%43.94
%0
%48.48
%22.35

Codes

Color #6FC666 in popluar color models

6FC666
RGB111198102
HSL114°45.71%58.82%
HSB/HSV114°48.48%77.65%
CMYK43.94%0.00%48.48%
22.35%

Color #6FC666 in popluar number systems.

HEX6FC666
Decimal111198102
Binary1101111110001101100110
Octal157306146

Shades and tints

Shades of #6FC666

#6FC666
(111,198,102)
#65B45D
(101,180,93)
#5BA254
(91,162,84)
#51904B
(81,144,75)
#477E42
(71,126,66)
#3D6C39
(61,108,57)
#335A30
(51,90,48)
#294827
(41,72,39)
#1F361E
(31,54,30)
#152415
(21,36,21)
#0B120C
(11,18,12)
#000000
(0,0,0)

Tints of #6FC666

#6FC666
(111,198,102)
#7CCB73
(124,203,115)
#89D080
(137,208,128)
#96D58D
(150,213,141)
#A3DA9A
(163,218,154)
#B0DFA7
(176,223,167)
#BDE4B4
(189,228,180)
#CAE9C1
(202,233,193)
#D7EECE
(215,238,206)
#E4F3DB
(228,243,219)
#F1F8E8
(241,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FC666; }

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

This text font color is #6FC666.


Background Color

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

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

This div background color is #6FC666.


Border color

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

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

This div border color is #6FC666.


Opacity

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

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

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

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

This text has shadow with #6FC666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FC666 on black background.


Color preview on white background

This text has color #6FC666 on white background.



Black color preview on #6FC666 background

This text has black color on #6FC666 background.


White color preview on #6FC666 background

This text has white color on #6FC666 background.