COLOR #6CCC72

HEX: #6CCC72
RGB: (108,204,114)

Renk bilgisi

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

RGB renk modeli

#6CCC72 color RGB value is (108,204,114).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 204 of 255 = 80%
B 114 of 255 = 45%

108
204
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 204 + 114 = 426 (100%)
R 108 of 426 ~ 25.35%
G 204 of 426 ~ 47.89%
B 114 of 426 ~ 26.76%

%25.35
%47.89
%26.76

CMYK RENK MODELİ

#6CCC72 rengi CMYK tonu (47,0,44,20).

  • camgöbeği tonu 47.06%
  • eflatun tonu 0.00%
  • sarı tonu 44.12%
  • ana renk tonu 20.00%
CMYK:
(47,0,44,20)
C47M0Y44K20 
(47%,0%,44%,20%)
(0.47/0.00/0.44/0.20)	

CMYK yüzdeleri

%47.06
%0
%44.12
%20

Codes

Color #6CCC72 in popluar color models

6CCC72
RGB108204114
HSL124°48.48%61.18%
HSB/HSV124°47.06%80.00%
CMYK47.06%0.00%44.12%
20.00%

Color #6CCC72 in popluar number systems.

HEX6CCC72
Decimal108204114
Binary1101100110011001110010
Octal154314162

Shades and tints

Shades of #6CCC72

#6CCC72
(108,204,114)
#63BA68
(99,186,104)
#5AA85E
(90,168,94)
#519654
(81,150,84)
#48844A
(72,132,74)
#3F7240
(63,114,64)
#366036
(54,96,54)
#2D4E2C
(45,78,44)
#243C22
(36,60,34)
#1B2A18
(27,42,24)
#12180E
(18,24,14)
#000000
(0,0,0)

Tints of #6CCC72

#6CCC72
(108,204,114)
#79D07E
(121,208,126)
#86D48A
(134,212,138)
#93D896
(147,216,150)
#A0DCA2
(160,220,162)
#ADE0AE
(173,224,174)
#BAE4BA
(186,228,186)
#C7E8C6
(199,232,198)
#D4ECD2
(212,236,210)
#E1F0DE
(225,240,222)
#EEF4EA
(238,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CCC72; }

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

This text font color is #6CCC72.


Background Color

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

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

This div background color is #6CCC72.


Border color

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

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

This div border color is #6CCC72.


Opacity

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

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

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

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

This text has shadow with #6CCC72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CCC72 on black background.


Color preview on white background

This text has color #6CCC72 on white background.



Black color preview on #6CCC72 background

This text has black color on #6CCC72 background.


White color preview on #6CCC72 background

This text has white color on #6CCC72 background.