COLOR #6FC478

HEX: #6FC478
RGB: (111,196,120)

Color info

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

RGB color model

#6FC478 color RGB value is (111,196,120).

  • red value is 111;
  • green value is 196;
  • blue value is 120.
RGB:
(111,196,120)
(44%,77%,47%)

RGB channels and saturation

R 111 of 255 = 44%
G 196 of 255 = 77%
B 120 of 255 = 47%

111
196
120

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

Portions of RGB colors in percentages

R + G + B =
111 + 196 + 120 = 427 (100%)
R 111 of 427 ~ 26%
G 196 of 427 ~ 45.9%
B 120 of 427 ~ 28.1%

%26
%45.9
%28.1

CMYK color model

#6FC478 color CMYK value is (43,0,39,23).

  • cyan value is 43.37%
  • magenta value is 0.00%
  • yellow value is 38.78%
  • key color value is 23.14%
CMYK:
(43,0,39,23)
C43M0Y39K23 
(43%,0%,39%,23%)
(0.43/0.00/0.39/0.23)	

CMYK percentages

%43.37
%0
%38.78
%23.14

Codes

Color #6FC478 in popluar color models

6FC478
RGB111196120
HSL126°41.87%60.20%
HSB/HSV126°43.37%76.86%
CMYK43.37%0.00%38.78%
23.14%

Color #6FC478 in popluar number systems.

HEX6FC478
Decimal111196120
Binary1101111110001001111000
Octal157304170

Shades and tints

Shades of #6FC478

#6FC478
(111,196,120)
#65B36E
(101,179,110)
#5BA264
(91,162,100)
#51915A
(81,145,90)
#478050
(71,128,80)
#3D6F46
(61,111,70)
#335E3C
(51,94,60)
#294D32
(41,77,50)
#1F3C28
(31,60,40)
#152B1E
(21,43,30)
#0B1A14
(11,26,20)
#000000
(0,0,0)

Tints of #6FC478

#6FC478
(111,196,120)
#7CC984
(124,201,132)
#89CE90
(137,206,144)
#96D39C
(150,211,156)
#A3D8A8
(163,216,168)
#B0DDB4
(176,221,180)
#BDE2C0
(189,226,192)
#CAE7CC
(202,231,204)
#D7ECD8
(215,236,216)
#E4F1E4
(228,241,228)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FC478 color. Also use rgb(111,196,120) instead hex code.

Text Font Color

.myTextColor { color: #6FC478; }

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

This text font color is #6FC478.


Background Color

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

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

This div background color is #6FC478.


Border color

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

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

This div border color is #6FC478.


Opacity

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

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

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

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

This text has shadow with #6FC478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FC478 on black background.


Color preview on white background

This text has color #6FC478 on white background.



Black color preview on #6FC478 background

This text has black color on #6FC478 background.


White color preview on #6FC478 background

This text has white color on #6FC478 background.