COLOR #6CC476

HEX: #6CC476
RGB: (108,196,118)

Renk bilgisi

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

RGB renk modeli

#6CC476 color RGB value is (108,196,118).

  • kırmız ton 108;
  • yeşil ton 196;
  • mavi ton 118.
RGB:
(108,196,118)
(42%,77%,46%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 196 of 255 = 77%
B 118 of 255 = 46%

108
196
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 196 + 118 = 422 (100%)
R 108 of 422 ~ 25.59%
G 196 of 422 ~ 46.45%
B 118 of 422 ~ 27.96%

%25.59
%46.45
%27.96

CMYK RENK MODELİ

#6CC476 rengi CMYK tonu (45,0,40,23).

  • camgöbeği tonu 44.90%
  • eflatun tonu 0.00%
  • sarı tonu 39.80%
  • ana renk tonu 23.14%
CMYK:
(45,0,40,23)
C45M0Y40K23 
(45%,0%,40%,23%)
(0.45/0.00/0.40/0.23)	

CMYK yüzdeleri

%44.9
%0
%39.8
%23.14

Codes

Color #6CC476 in popluar color models

6CC476
RGB108196118
HSL127°42.72%59.61%
HSB/HSV127°44.90%76.86%
CMYK44.90%0.00%39.80%
23.14%

Color #6CC476 in popluar number systems.

HEX6CC476
Decimal108196118
Binary1101100110001001110110
Octal154304166

Shades and tints

Shades of #6CC476

#6CC476
(108,196,118)
#63B36C
(99,179,108)
#5AA262
(90,162,98)
#519158
(81,145,88)
#48804E
(72,128,78)
#3F6F44
(63,111,68)
#365E3A
(54,94,58)
#2D4D30
(45,77,48)
#243C26
(36,60,38)
#1B2B1C
(27,43,28)
#121A12
(18,26,18)
#000000
(0,0,0)

Tints of #6CC476

#6CC476
(108,196,118)
#79C982
(121,201,130)
#86CE8E
(134,206,142)
#93D39A
(147,211,154)
#A0D8A6
(160,216,166)
#ADDDB2
(173,221,178)
#BAE2BE
(186,226,190)
#C7E7CA
(199,231,202)
#D4ECD6
(212,236,214)
#E1F1E2
(225,241,226)
#EEF6EE
(238,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CC476 color. Also use rgb(108,196,118) instead hex code.

Text Font Color

.myTextColor { color: #6CC476; }

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

This text font color is #6CC476.


Background Color

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

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

This div background color is #6CC476.


Border color

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

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

This div border color is #6CC476.


Opacity

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

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

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

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

This text has shadow with #6CC476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CC476 on black background.


Color preview on white background

This text has color #6CC476 on white background.



Black color preview on #6CC476 background

This text has black color on #6CC476 background.


White color preview on #6CC476 background

This text has white color on #6CC476 background.