COLOR #6BCD68

HEX: #6BCD68
RGB: (107,205,104)

Color info

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

RGB color model

#6BCD68 color RGB value is (107,205,104).

  • red value is 107;
  • green value is 205;
  • blue value is 104.
RGB:
(107,205,104)
(42%,80%,41%)

RGB channels and saturation

R 107 of 255 = 42%
G 205 of 255 = 80%
B 104 of 255 = 41%

107
205
104

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

Portions of RGB colors in percentages

R + G + B =
107 + 205 + 104 = 416 (100%)
R 107 of 416 ~ 25.72%
G 205 of 416 ~ 49.28%
B 104 of 416 ~ 25%

%25.72
%49.28
%25

CMYK color model

#6BCD68 color CMYK value is (48,0,49,20).

  • cyan value is 47.80%
  • magenta value is 0.00%
  • yellow value is 49.27%
  • key color value is 19.61%
CMYK:
(48,0,49,20)
C48M0Y49K20 
(48%,0%,49%,20%)
(0.48/0.00/0.49/0.20)	

CMYK percentages

%47.8
%0
%49.27
%19.61

Codes

Color #6BCD68 in popluar color models

6BCD68
RGB107205104
HSL118°50.25%60.59%
HSB/HSV118°49.27%80.39%
CMYK47.80%0.00%49.27%
19.61%

Color #6BCD68 in popluar number systems.

HEX6BCD68
Decimal107205104
Binary1101011110011011101000
Octal153315150

Shades and tints

Shades of #6BCD68

#6BCD68
(107,205,104)
#62BB5F
(98,187,95)
#59A956
(89,169,86)
#50974D
(80,151,77)
#478544
(71,133,68)
#3E733B
(62,115,59)
#356132
(53,97,50)
#2C4F29
(44,79,41)
#233D20
(35,61,32)
#1A2B17
(26,43,23)
#11190E
(17,25,14)
#000000
(0,0,0)

Tints of #6BCD68

#6BCD68
(107,205,104)
#78D175
(120,209,117)
#85D582
(133,213,130)
#92D98F
(146,217,143)
#9FDD9C
(159,221,156)
#ACE1A9
(172,225,169)
#B9E5B6
(185,229,182)
#C6E9C3
(198,233,195)
#D3EDD0
(211,237,208)
#E0F1DD
(224,241,221)
#EDF5EA
(237,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BCD68 color. Also use rgb(107,205,104) instead hex code.

Text Font Color

.myTextColor { color: #6BCD68; }

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

This text font color is #6BCD68.


Background Color

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

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

This div background color is #6BCD68.


Border color

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

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

This div border color is #6BCD68.


Opacity

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

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

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

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

This text has shadow with #6BCD68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BCD68 on black background.


Color preview on white background

This text has color #6BCD68 on white background.



Black color preview on #6BCD68 background

This text has black color on #6BCD68 background.


White color preview on #6BCD68 background

This text has white color on #6BCD68 background.