COLOR #6FC195

HEX: #6FC195
RGB: (111,193,149)

Color info

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

RGB color model

#6FC195 color RGB value is (111,193,149).

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

RGB channels and saturation

R 111 of 255 = 44%
G 193 of 255 = 76%
B 149 of 255 = 58%

111
193
149

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

Portions of RGB colors in percentages

R + G + B =
111 + 193 + 149 = 453 (100%)
R 111 of 453 ~ 24.5%
G 193 of 453 ~ 42.6%
B 149 of 453 ~ 32.89%

%24.5
%42.6
%32.89

CMYK color model

#6FC195 color CMYK value is (42,0,23,24).

  • cyan value is 42.49%
  • magenta value is 0.00%
  • yellow value is 22.80%
  • key color value is 24.31%
CMYK:
(42,0,23,24)
C42M0Y23K24 
(42%,0%,23%,24%)
(0.42/0.00/0.23/0.24)	

CMYK percentages

%42.49
%0
%22.8
%24.31

Codes

Color #6FC195 in popluar color models

6FC195
RGB111193149
HSL148°39.81%59.61%
HSB/HSV148°42.49%75.69%
CMYK42.49%0.00%22.80%
24.31%

Color #6FC195 in popluar number systems.

HEX6FC195
Decimal111193149
Binary11011111100000110010101
Octal157301225

Shades and tints

Shades of #6FC195

#6FC195
(111,193,149)
#65B088
(101,176,136)
#5B9F7B
(91,159,123)
#518E6E
(81,142,110)
#477D61
(71,125,97)
#3D6C54
(61,108,84)
#335B47
(51,91,71)
#294A3A
(41,74,58)
#1F392D
(31,57,45)
#152820
(21,40,32)
#0B1713
(11,23,19)
#000000
(0,0,0)

Tints of #6FC195

#6FC195
(111,193,149)
#7CC69E
(124,198,158)
#89CBA7
(137,203,167)
#96D0B0
(150,208,176)
#A3D5B9
(163,213,185)
#B0DAC2
(176,218,194)
#BDDFCB
(189,223,203)
#CAE4D4
(202,228,212)
#D7E9DD
(215,233,221)
#E4EEE6
(228,238,230)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FC195; }

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

This text font color is #6FC195.


Background Color

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

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

This div background color is #6FC195.


Border color

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

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

This div border color is #6FC195.


Opacity

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

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

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

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

This text has shadow with #6FC195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FC195 on black background.


Color preview on white background

This text has color #6FC195 on white background.



Black color preview on #6FC195 background

This text has black color on #6FC195 background.


White color preview on #6FC195 background

This text has white color on #6FC195 background.