COLOR #6FC76B

HEX: #6FC76B
RGB: (111,199,107)

Color info

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

RGB color model

#6FC76B color RGB value is (111,199,107).

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

RGB channels and saturation

R 111 of 255 = 44%
G 199 of 255 = 78%
B 107 of 255 = 42%

111
199
107

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

Portions of RGB colors in percentages

R + G + B =
111 + 199 + 107 = 417 (100%)
R 111 of 417 ~ 26.62%
G 199 of 417 ~ 47.72%
B 107 of 417 ~ 25.66%

%26.62
%47.72
%25.66

CMYK color model

#6FC76B color CMYK value is (44,0,46,22).

  • cyan value is 44.22%
  • magenta value is 0.00%
  • yellow value is 46.23%
  • key color value is 21.96%
CMYK:
(44,0,46,22)
C44M0Y46K22 
(44%,0%,46%,22%)
(0.44/0.00/0.46/0.22)	

CMYK percentages

%44.22
%0
%46.23
%21.96

Codes

Color #6FC76B in popluar color models

6FC76B
RGB111199107
HSL117°45.10%60.00%
HSB/HSV117°46.23%78.04%
CMYK44.22%0.00%46.23%
21.96%

Color #6FC76B in popluar number systems.

HEX6FC76B
Decimal111199107
Binary1101111110001111101011
Octal157307153

Shades and tints

Shades of #6FC76B

#6FC76B
(111,199,107)
#65B562
(101,181,98)
#5BA359
(91,163,89)
#519150
(81,145,80)
#477F47
(71,127,71)
#3D6D3E
(61,109,62)
#335B35
(51,91,53)
#29492C
(41,73,44)
#1F3723
(31,55,35)
#15251A
(21,37,26)
#0B1311
(11,19,17)
#000000
(0,0,0)

Tints of #6FC76B

#6FC76B
(111,199,107)
#7CCC78
(124,204,120)
#89D185
(137,209,133)
#96D692
(150,214,146)
#A3DB9F
(163,219,159)
#B0E0AC
(176,224,172)
#BDE5B9
(189,229,185)
#CAEAC6
(202,234,198)
#D7EFD3
(215,239,211)
#E4F4E0
(228,244,224)
#F1F9ED
(241,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FC76B; }

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

This text font color is #6FC76B.


Background Color

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

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

This div background color is #6FC76B.


Border color

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

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

This div border color is #6FC76B.


Opacity

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

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

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

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

This text has shadow with #6FC76B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FC76B on black background.


Color preview on white background

This text has color #6FC76B on white background.



Black color preview on #6FC76B background

This text has black color on #6FC76B background.


White color preview on #6FC76B background

This text has white color on #6FC76B background.