COLOR #6FC699

HEX: #6FC699
RGB: (111,198,153)

Color info

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

RGB color model

#6FC699 color RGB value is (111,198,153).

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

RGB channels and saturation

R 111 of 255 = 44%
G 198 of 255 = 78%
B 153 of 255 = 60%

111
198
153

R + G + B ~ 61%. #6FC699 is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 198 + 153 = 462 (100%)
R 111 of 462 ~ 24.03%
G 198 of 462 ~ 42.86%
B 153 of 462 ~ 33.12%

%24.03
%42.86
%33.12

CMYK color model

#6FC699 color CMYK value is (44,0,23,22).

  • cyan value is 43.94%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 22.35%
CMYK:
(44,0,23,22)
C44M0Y23K22 
(44%,0%,23%,22%)
(0.44/0.00/0.23/0.22)	

CMYK percentages

%43.94
%0
%22.73
%22.35

Codes

Color #6FC699 in popluar color models

6FC699
RGB111198153
HSL149°43.28%60.59%
HSB/HSV149°43.94%77.65%
CMYK43.94%0.00%22.73%
22.35%

Color #6FC699 in popluar number systems.

HEX6FC699
Decimal111198153
Binary11011111100011010011001
Octal157306231

Shades and tints

Shades of #6FC699

#6FC699
(111,198,153)
#65B48C
(101,180,140)
#5BA27F
(91,162,127)
#519072
(81,144,114)
#477E65
(71,126,101)
#3D6C58
(61,108,88)
#335A4B
(51,90,75)
#29483E
(41,72,62)
#1F3631
(31,54,49)
#152424
(21,36,36)
#0B1217
(11,18,23)
#000000
(0,0,0)

Tints of #6FC699

#6FC699
(111,198,153)
#7CCBA2
(124,203,162)
#89D0AB
(137,208,171)
#96D5B4
(150,213,180)
#A3DABD
(163,218,189)
#B0DFC6
(176,223,198)
#BDE4CF
(189,228,207)
#CAE9D8
(202,233,216)
#D7EEE1
(215,238,225)
#E4F3EA
(228,243,234)
#F1F8F3
(241,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FC699; }

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

This text font color is #6FC699.


Background Color

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

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

This div background color is #6FC699.


Border color

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

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

This div border color is #6FC699.


Opacity

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

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

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

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

This text has shadow with #6FC699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FC699 on black background.


Color preview on white background

This text has color #6FC699 on white background.



Black color preview on #6FC699 background

This text has black color on #6FC699 background.


White color preview on #6FC699 background

This text has white color on #6FC699 background.