COLOR #6FC595

HEX: #6FC595
RGB: (111,197,149)

Color info

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

RGB color model

#6FC595 color RGB value is (111,197,149).

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

RGB channels and saturation

R 111 of 255 = 44%
G 197 of 255 = 77%
B 149 of 255 = 58%

111
197
149

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

Portions of RGB colors in percentages

R + G + B =
111 + 197 + 149 = 457 (100%)
R 111 of 457 ~ 24.29%
G 197 of 457 ~ 43.11%
B 149 of 457 ~ 32.6%

%24.29
%43.11
%32.6

CMYK color model

#6FC595 color CMYK value is (44,0,24,23).

  • cyan value is 43.65%
  • magenta value is 0.00%
  • yellow value is 24.37%
  • key color value is 22.75%
CMYK:
(44,0,24,23)
C44M0Y24K23 
(44%,0%,24%,23%)
(0.44/0.00/0.24/0.23)	

CMYK percentages

%43.65
%0
%24.37
%22.75

Codes

Color #6FC595 in popluar color models

6FC595
RGB111197149
HSL147°42.57%60.39%
HSB/HSV147°43.65%77.25%
CMYK43.65%0.00%24.37%
22.75%

Color #6FC595 in popluar number systems.

HEX6FC595
Decimal111197149
Binary11011111100010110010101
Octal157305225

Shades and tints

Shades of #6FC595

#6FC595
(111,197,149)
#65B488
(101,180,136)
#5BA37B
(91,163,123)
#51926E
(81,146,110)
#478161
(71,129,97)
#3D7054
(61,112,84)
#335F47
(51,95,71)
#294E3A
(41,78,58)
#1F3D2D
(31,61,45)
#152C20
(21,44,32)
#0B1B13
(11,27,19)
#000000
(0,0,0)

Tints of #6FC595

#6FC595
(111,197,149)
#7CCA9E
(124,202,158)
#89CFA7
(137,207,167)
#96D4B0
(150,212,176)
#A3D9B9
(163,217,185)
#B0DEC2
(176,222,194)
#BDE3CB
(189,227,203)
#CAE8D4
(202,232,212)
#D7EDDD
(215,237,221)
#E4F2E6
(228,242,230)
#F1F7EF
(241,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FC595; }

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

This text font color is #6FC595.


Background Color

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

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

This div background color is #6FC595.


Border color

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

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

This div border color is #6FC595.


Opacity

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

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

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

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

This text has shadow with #6FC595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FC595 on black background.


Color preview on white background

This text has color #6FC595 on white background.



Black color preview on #6FC595 background

This text has black color on #6FC595 background.


White color preview on #6FC595 background

This text has white color on #6FC595 background.