COLOR #6BC342

HEX: #6BC342
RGB: (107,195,66)

Color info

#6BC342 contains mainly green color. Web safe color of #6BC342 is #66CC33 (or #6C3).

RGB color model

#6BC342 color RGB value is (107,195,66).

  • red value is 107;
  • green value is 195;
  • blue value is 66.
RGB:
(107,195,66)
(42%,76%,26%)

RGB channels and saturation

R 107 of 255 = 42%
G 195 of 255 = 76%
B 66 of 255 = 26%

107
195
66

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

Portions of RGB colors in percentages

R + G + B =
107 + 195 + 66 = 368 (100%)
R 107 of 368 ~ 29.08%
G 195 of 368 ~ 52.99%
B 66 of 368 ~ 17.93%

%29.08
%52.99
%17.93

CMYK color model

#6BC342 color CMYK value is (45,0,66,24).

  • cyan value is 45.13%
  • magenta value is 0.00%
  • yellow value is 66.15%
  • key color value is 23.53%
CMYK:
(45,0,66,24)
C45M0Y66K24 
(45%,0%,66%,24%)
(0.45/0.00/0.66/0.24)	

CMYK percentages

%45.13
%0
%66.15
%23.53

Codes

Color #6BC342 in popluar color models

6BC342
RGB10719566
HSL101°51.81%51.18%
HSB/HSV101°66.15%76.47%
CMYK45.13%0.00%66.15%
23.53%

Color #6BC342 in popluar number systems.

HEX6BC342
Decimal10719566
Binary1101011110000111000010
Octal153303102

Shades and tints

Shades of #6BC342

#6BC342
(107,195,66)
#62B23C
(98,178,60)
#59A136
(89,161,54)
#509030
(80,144,48)
#477F2A
(71,127,42)
#3E6E24
(62,110,36)
#355D1E
(53,93,30)
#2C4C18
(44,76,24)
#233B12
(35,59,18)
#1A2A0C
(26,42,12)
#111906
(17,25,6)
#000000
(0,0,0)

Tints of #6BC342

#6BC342
(107,195,66)
#78C853
(120,200,83)
#85CD64
(133,205,100)
#92D275
(146,210,117)
#9FD786
(159,215,134)
#ACDC97
(172,220,151)
#B9E1A8
(185,225,168)
#C6E6B9
(198,230,185)
#D3EBCA
(211,235,202)
#E0F0DB
(224,240,219)
#EDF5EC
(237,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BC342 color. Also use rgb(107,195,66) instead hex code.

Text Font Color

.myTextColor { color: #6BC342; }

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

This text font color is #6BC342.


Background Color

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

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

This div background color is #6BC342.


Border color

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

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

This div border color is #6BC342.


Opacity

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

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

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

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

This text has shadow with #6BC342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BC342 on black background.


Color preview on white background

This text has color #6BC342 on white background.



Black color preview on #6BC342 background

This text has black color on #6BC342 background.


White color preview on #6BC342 background

This text has white color on #6BC342 background.