COLOR #6BC060

HEX: #6BC060
RGB: (107,192,96)

Color info

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

RGB color model

#6BC060 color RGB value is (107,192,96).

  • red value is 107;
  • green value is 192;
  • blue value is 96.
RGB:
(107,192,96)
(42%,75%,38%)

RGB channels and saturation

R 107 of 255 = 42%
G 192 of 255 = 75%
B 96 of 255 = 38%

107
192
96

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

Portions of RGB colors in percentages

R + G + B =
107 + 192 + 96 = 395 (100%)
R 107 of 395 ~ 27.09%
G 192 of 395 ~ 48.61%
B 96 of 395 ~ 24.3%

%27.09
%48.61
%24.3

CMYK color model

#6BC060 color CMYK value is (44,0,50,25).

  • cyan value is 44.27%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 24.71%
CMYK:
(44,0,50,25)
C44M0Y50K25 
(44%,0%,50%,25%)
(0.44/0.00/0.50/0.25)	

CMYK percentages

%44.27
%0
%50
%24.71

Codes

Color #6BC060 in popluar color models

6BC060
RGB10719296
HSL113°43.24%56.47%
HSB/HSV113°50.00%75.29%
CMYK44.27%0.00%50.00%
24.71%

Color #6BC060 in popluar number systems.

HEX6BC060
Decimal10719296
Binary1101011110000001100000
Octal153300140

Shades and tints

Shades of #6BC060

#6BC060
(107,192,96)
#62AF58
(98,175,88)
#599E50
(89,158,80)
#508D48
(80,141,72)
#477C40
(71,124,64)
#3E6B38
(62,107,56)
#355A30
(53,90,48)
#2C4928
(44,73,40)
#233820
(35,56,32)
#1A2718
(26,39,24)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #6BC060

#6BC060
(107,192,96)
#78C56E
(120,197,110)
#85CA7C
(133,202,124)
#92CF8A
(146,207,138)
#9FD498
(159,212,152)
#ACD9A6
(172,217,166)
#B9DEB4
(185,222,180)
#C6E3C2
(198,227,194)
#D3E8D0
(211,232,208)
#E0EDDE
(224,237,222)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BC060 color. Also use rgb(107,192,96) instead hex code.

Text Font Color

.myTextColor { color: #6BC060; }

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

This text font color is #6BC060.


Background Color

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

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

This div background color is #6BC060.


Border color

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

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

This div border color is #6BC060.


Opacity

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

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

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

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

This text has shadow with #6BC060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BC060 on black background.


Color preview on white background

This text has color #6BC060 on white background.



Black color preview on #6BC060 background

This text has black color on #6BC060 background.


White color preview on #6BC060 background

This text has white color on #6BC060 background.