COLOR #6FC167

HEX: #6FC167
RGB: (111,193,103)

Color info

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

RGB color model

#6FC167 color RGB value is (111,193,103).

  • red value is 111;
  • green value is 193;
  • blue value is 103.
RGB:
(111,193,103)
(44%,76%,40%)

RGB channels and saturation

R 111 of 255 = 44%
G 193 of 255 = 76%
B 103 of 255 = 40%

111
193
103

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

Portions of RGB colors in percentages

R + G + B =
111 + 193 + 103 = 407 (100%)
R 111 of 407 ~ 27.27%
G 193 of 407 ~ 47.42%
B 103 of 407 ~ 25.31%

%27.27
%47.42
%25.31

CMYK color model

#6FC167 color CMYK value is (42,0,47,24).

  • cyan value is 42.49%
  • magenta value is 0.00%
  • yellow value is 46.63%
  • key color value is 24.31%
CMYK:
(42,0,47,24)
C42M0Y47K24 
(42%,0%,47%,24%)
(0.42/0.00/0.47/0.24)	

CMYK percentages

%42.49
%0
%46.63
%24.31

Codes

Color #6FC167 in popluar color models

6FC167
RGB111193103
HSL115°42.06%58.04%
HSB/HSV115°46.63%75.69%
CMYK42.49%0.00%46.63%
24.31%

Color #6FC167 in popluar number systems.

HEX6FC167
Decimal111193103
Binary1101111110000011100111
Octal157301147

Shades and tints

Shades of #6FC167

#6FC167
(111,193,103)
#65B05E
(101,176,94)
#5B9F55
(91,159,85)
#518E4C
(81,142,76)
#477D43
(71,125,67)
#3D6C3A
(61,108,58)
#335B31
(51,91,49)
#294A28
(41,74,40)
#1F391F
(31,57,31)
#152816
(21,40,22)
#0B170D
(11,23,13)
#000000
(0,0,0)

Tints of #6FC167

#6FC167
(111,193,103)
#7CC674
(124,198,116)
#89CB81
(137,203,129)
#96D08E
(150,208,142)
#A3D59B
(163,213,155)
#B0DAA8
(176,218,168)
#BDDFB5
(189,223,181)
#CAE4C2
(202,228,194)
#D7E9CF
(215,233,207)
#E4EEDC
(228,238,220)
#F1F3E9
(241,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FC167 color. Also use rgb(111,193,103) instead hex code.

Text Font Color

.myTextColor { color: #6FC167; }

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

This text font color is #6FC167.


Background Color

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

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

This div background color is #6FC167.


Border color

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

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

This div border color is #6FC167.


Opacity

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

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

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

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

This text has shadow with #6FC167 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FC167 on black background.


Color preview on white background

This text has color #6FC167 on white background.



Black color preview on #6FC167 background

This text has black color on #6FC167 background.


White color preview on #6FC167 background

This text has white color on #6FC167 background.