COLOR #6BC761

HEX: #6BC761
RGB: (107,199,97)

Color info

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

RGB color model

#6BC761 color RGB value is (107,199,97).

  • red value is 107;
  • green value is 199;
  • blue value is 97.
RGB:
(107,199,97)
(42%,78%,38%)

RGB channels and saturation

R 107 of 255 = 42%
G 199 of 255 = 78%
B 97 of 255 = 38%

107
199
97

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

Portions of RGB colors in percentages

R + G + B =
107 + 199 + 97 = 403 (100%)
R 107 of 403 ~ 26.55%
G 199 of 403 ~ 49.38%
B 97 of 403 ~ 24.07%

%26.55
%49.38
%24.07

CMYK color model

#6BC761 color CMYK value is (46,0,51,22).

  • cyan value is 46.23%
  • magenta value is 0.00%
  • yellow value is 51.26%
  • key color value is 21.96%
CMYK:
(46,0,51,22)
C46M0Y51K22 
(46%,0%,51%,22%)
(0.46/0.00/0.51/0.22)	

CMYK percentages

%46.23
%0
%51.26
%21.96

Codes

Color #6BC761 in popluar color models

6BC761
RGB10719997
HSL114°47.66%58.04%
HSB/HSV114°51.26%78.04%
CMYK46.23%0.00%51.26%
21.96%

Color #6BC761 in popluar number systems.

HEX6BC761
Decimal10719997
Binary1101011110001111100001
Octal153307141

Shades and tints

Shades of #6BC761

#6BC761
(107,199,97)
#62B559
(98,181,89)
#59A351
(89,163,81)
#509149
(80,145,73)
#477F41
(71,127,65)
#3E6D39
(62,109,57)
#355B31
(53,91,49)
#2C4929
(44,73,41)
#233721
(35,55,33)
#1A2519
(26,37,25)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #6BC761

#6BC761
(107,199,97)
#78CC6F
(120,204,111)
#85D17D
(133,209,125)
#92D68B
(146,214,139)
#9FDB99
(159,219,153)
#ACE0A7
(172,224,167)
#B9E5B5
(185,229,181)
#C6EAC3
(198,234,195)
#D3EFD1
(211,239,209)
#E0F4DF
(224,244,223)
#EDF9ED
(237,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BC761 color. Also use rgb(107,199,97) instead hex code.

Text Font Color

.myTextColor { color: #6BC761; }

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

This text font color is #6BC761.


Background Color

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

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

This div background color is #6BC761.


Border color

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

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

This div border color is #6BC761.


Opacity

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

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

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

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

This text has shadow with #6BC761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BC761 on black background.


Color preview on white background

This text has color #6BC761 on white background.



Black color preview on #6BC761 background

This text has black color on #6BC761 background.


White color preview on #6BC761 background

This text has white color on #6BC761 background.