COLOR #6CC372

HEX: #6CC372 RGB: (108,195,114)

Renk bilgisi

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

RGB renk modeli

#6CC372 color RGB value is (108,195,114).

RGB: (108,195,114) (42%, 76%, 45%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 195 of 255 = 76%
B 114 of 255 = 45%

108
195
114

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

Yüzdelerle RGB renk parçaları

R + G + B = 108 + 195 + 114 = 417 (100%)
R 108 of 417 ~ 25.9%
G 195 of 417 ~ 46.76%
B 114 of 417 ~ 27.34'%

%25.9
%46.76
%27.34

CMYK RENK MODELİ

#6CC372 rengi CMYK tonu (45,0,42,24).

  • camgöbeği tonu 44.62%
  • eflatun tonu 0.00%
  • sarı tonu 41.54%
  • ana renk tonu 23.53%

CMYK: (45,0,42,24)
C45M0Y42K24 (45%, 0%, 42%, 24%)
(0.45 / 0.00 / 0.42 / 0.24)

CMYK yüzdeleri

%44.62
%0
%41.54
%23.53

Codes

Color #6CC372 in popluar color models

6C C3 72
RGB 108 195 114
HSL 124° 42.03% 59.41%
HSB/HSV 124° 44.62% 76.47%
CMYK 44.62% 0.00% 41.54%
23.53%

Color #6CC372 in popluar number systems.

HEX 6C C3 72
Decimal 108 195 114
Binary 1101100 11000011 1110010
Octal 154 303 162

Shades and tints

Shades of #6CC372

#6CC372
(108,195,114)
#63B268
(99,178,104)
#5AA15E
(90,161,94)
#519054
(81,144,84)
#487F4A
(72,127,74)
#3F6E40
(63,110,64)
#365D36
(54,93,54)
#2D4C2C
(45,76,44)
#243B22
(36,59,34)
#1B2A18
(27,42,24)
#12190E
(18,25,14)
#000000
(0,0,0)

Tints of #6CC372

#6CC372
(108,195,114)
#79C87E
(121,200,126)
#86CD8A
(134,205,138)
#93D296
(147,210,150)
#A0D7A2
(160,215,162)
#ADDCAE
(173,220,174)
#BAE1BA
(186,225,186)
#C7E6C6
(199,230,198)
#D4EBD2
(212,235,210)
#E1F0DE
(225,240,222)
#EEF5EA
(238,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CC372; }

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

This text font color is #6CC372.

Background Color

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

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

This div background color is #6CC372.

Border color

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

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

This div border color is #6CC372.

Opacity

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

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

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

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

This text has shadow with #6CC372 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CC372.

Preview

Color preview on black background

This text has color #6CC372 on black background.


Color preview on white background

This text has color #6CC372 on white background.


Black color preview on #6CC372 background

This text has black color on #6CC372 background.


White color preview on #6CC372 background

This text has white color on #6CC372 background.


Related colors

Complementary color

Complementary color for #hex is #933C8D.


I love getcolorcode.com

Triadic colors

1 #726CC3 and #C3726C with #6CC372 are triadic colors.

2 #72C36C and #C36C72 with #6CC372 are triadic colors.