COLOR #6CCC7F

HEX: #6CCC7F
RGB: (108,204,127)

Renk bilgisi

#6CCC7F contains mainly green color. #6CCC7F ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#6CCC7F color RGB value is (108,204,127).

  • kırmız ton 108;
  • yeşil ton 204;
  • mavi ton 127.
RGB:
(108,204,127)
(42%,80%,50%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 204 of 255 = 80%
B 127 of 255 = 50%

108
204
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 204 + 127 = 439 (100%)
R 108 of 439 ~ 24.6%
G 204 of 439 ~ 46.47%
B 127 of 439 ~ 28.93%

%24.6
%46.47
%28.93

CMYK RENK MODELİ

#6CCC7F rengi CMYK tonu (47,0,38,20).

  • camgöbeği tonu 47.06%
  • eflatun tonu 0.00%
  • sarı tonu 37.75%
  • ana renk tonu 20.00%
CMYK:
(47,0,38,20)
C47M0Y38K20 
(47%,0%,38%,20%)
(0.47/0.00/0.38/0.20)	

CMYK yüzdeleri

%47.06
%0
%37.75
%20

Codes

Color #6CCC7F in popluar color models

6CCC7F
RGB108204127
HSL132°48.48%61.18%
HSB/HSV132°47.06%80.00%
CMYK47.06%0.00%37.75%
20.00%

Color #6CCC7F in popluar number systems.

HEX6CCC7F
Decimal108204127
Binary1101100110011001111111
Octal154314177

Shades and tints

Shades of #6CCC7F

#6CCC7F
(108,204,127)
#63BA74
(99,186,116)
#5AA869
(90,168,105)
#51965E
(81,150,94)
#488453
(72,132,83)
#3F7248
(63,114,72)
#36603D
(54,96,61)
#2D4E32
(45,78,50)
#243C27
(36,60,39)
#1B2A1C
(27,42,28)
#121811
(18,24,17)
#000000
(0,0,0)

Tints of #6CCC7F

#6CCC7F
(108,204,127)
#79D08A
(121,208,138)
#86D495
(134,212,149)
#93D8A0
(147,216,160)
#A0DCAB
(160,220,171)
#ADE0B6
(173,224,182)
#BAE4C1
(186,228,193)
#C7E8CC
(199,232,204)
#D4ECD7
(212,236,215)
#E1F0E2
(225,240,226)
#EEF4ED
(238,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CCC7F color. Also use rgb(108,204,127) instead hex code.

Text Font Color

.myTextColor { color: #6CCC7F; }

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

This text font color is #6CCC7F.


Background Color

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

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

This div background color is #6CCC7F.


Border color

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

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

This div border color is #6CCC7F.


Opacity

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

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

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

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

This text has shadow with #6CCC7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CCC7F on black background.


Color preview on white background

This text has color #6CCC7F on white background.



Black color preview on #6CCC7F background

This text has black color on #6CCC7F background.


White color preview on #6CCC7F background

This text has white color on #6CCC7F background.