COLOR #6FC96B

HEX: #6FC96B
RGB: (111,201,107)

Color info

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

RGB color model

#6FC96B color RGB value is (111,201,107).

  • red value is 111;
  • green value is 201;
  • blue value is 107.
RGB:
(111,201,107)
(44%,79%,42%)

RGB channels and saturation

R 111 of 255 = 44%
G 201 of 255 = 79%
B 107 of 255 = 42%

111
201
107

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

Portions of RGB colors in percentages

R + G + B =
111 + 201 + 107 = 419 (100%)
R 111 of 419 ~ 26.49%
G 201 of 419 ~ 47.97%
B 107 of 419 ~ 25.54%

%26.49
%47.97
%25.54

CMYK color model

#6FC96B color CMYK value is (45,0,47,21).

  • cyan value is 44.78%
  • magenta value is 0.00%
  • yellow value is 46.77%
  • key color value is 21.18%
CMYK:
(45,0,47,21)
C45M0Y47K21 
(45%,0%,47%,21%)
(0.45/0.00/0.47/0.21)	

CMYK percentages

%44.78
%0
%46.77
%21.18

Codes

Color #6FC96B in popluar color models

6FC96B
RGB111201107
HSL117°46.53%60.39%
HSB/HSV117°46.77%78.82%
CMYK44.78%0.00%46.77%
21.18%

Color #6FC96B in popluar number systems.

HEX6FC96B
Decimal111201107
Binary1101111110010011101011
Octal157311153

Shades and tints

Shades of #6FC96B

#6FC96B
(111,201,107)
#65B762
(101,183,98)
#5BA559
(91,165,89)
#519350
(81,147,80)
#478147
(71,129,71)
#3D6F3E
(61,111,62)
#335D35
(51,93,53)
#294B2C
(41,75,44)
#1F3923
(31,57,35)
#15271A
(21,39,26)
#0B1511
(11,21,17)
#000000
(0,0,0)

Tints of #6FC96B

#6FC96B
(111,201,107)
#7CCD78
(124,205,120)
#89D185
(137,209,133)
#96D592
(150,213,146)
#A3D99F
(163,217,159)
#B0DDAC
(176,221,172)
#BDE1B9
(189,225,185)
#CAE5C6
(202,229,198)
#D7E9D3
(215,233,211)
#E4EDE0
(228,237,224)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FC96B color. Also use rgb(111,201,107) instead hex code.

Text Font Color

.myTextColor { color: #6FC96B; }

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

This text font color is #6FC96B.


Background Color

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

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

This div background color is #6FC96B.


Border color

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

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

This div border color is #6FC96B.


Opacity

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

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

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

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

This text has shadow with #6FC96B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FC96B on black background.


Color preview on white background

This text has color #6FC96B on white background.



Black color preview on #6FC96B background

This text has black color on #6FC96B background.


White color preview on #6FC96B background

This text has white color on #6FC96B background.