COLOR #6BB246

HEX: #6BB246
RGB: (107,178,70)

Color info

#6BB246 contains mainly green color. Web safe color of #6BB246 is #669933 (or #693).

RGB color model

#6BB246 color RGB value is (107,178,70).

  • red value is 107;
  • green value is 178;
  • blue value is 70.
RGB:
(107,178,70)
(42%,70%,27%)

RGB channels and saturation

R 107 of 255 = 42%
G 178 of 255 = 70%
B 70 of 255 = 27%

107
178
70

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

Portions of RGB colors in percentages

R + G + B =
107 + 178 + 70 = 355 (100%)
R 107 of 355 ~ 30.14%
G 178 of 355 ~ 50.14%
B 70 of 355 ~ 19.72%

%30.14
%50.14
%19.72

CMYK color model

#6BB246 color CMYK value is (40,0,61,30).

  • cyan value is 39.89%
  • magenta value is 0.00%
  • yellow value is 60.67%
  • key color value is 30.20%
CMYK:
(40,0,61,30)
C40M0Y61K30 
(40%,0%,61%,30%)
(0.40/0.00/0.61/0.30)	

CMYK percentages

%39.89
%0
%60.67
%30.2

Codes

Color #6BB246 in popluar color models

6BB246
RGB10717870
HSL99°43.55%48.63%
HSB/HSV99°60.67%69.80%
CMYK39.89%0.00%60.67%
30.20%

Color #6BB246 in popluar number systems.

HEX6BB246
Decimal10717870
Binary1101011101100101000110
Octal153262106

Shades and tints

Shades of #6BB246

#6BB246
(107,178,70)
#62A240
(98,162,64)
#59923A
(89,146,58)
#508234
(80,130,52)
#47722E
(71,114,46)
#3E6228
(62,98,40)
#355222
(53,82,34)
#2C421C
(44,66,28)
#233216
(35,50,22)
#1A2210
(26,34,16)
#11120A
(17,18,10)
#000000
(0,0,0)

Tints of #6BB246

#6BB246
(107,178,70)
#78B956
(120,185,86)
#85C066
(133,192,102)
#92C776
(146,199,118)
#9FCE86
(159,206,134)
#ACD596
(172,213,150)
#B9DCA6
(185,220,166)
#C6E3B6
(198,227,182)
#D3EAC6
(211,234,198)
#E0F1D6
(224,241,214)
#EDF8E6
(237,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BB246 color. Also use rgb(107,178,70) instead hex code.

Text Font Color

.myTextColor { color: #6BB246; }

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

This text font color is #6BB246.


Background Color

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

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

This div background color is #6BB246.


Border color

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

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

This div border color is #6BB246.


Opacity

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

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

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

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

This text has shadow with #6BB246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BB246 on black background.


Color preview on white background

This text has color #6BB246 on white background.



Black color preview on #6BB246 background

This text has black color on #6BB246 background.


White color preview on #6BB246 background

This text has white color on #6BB246 background.