COLOR #6CB376

HEX: #6CB376
RGB: (108,179,118)

Renk bilgisi

#6CB376 contains mainly green color. #6CB376 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#6CB376 color RGB value is (108,179,118).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 179 of 255 = 70%
B 118 of 255 = 46%

108
179
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 179 + 118 = 405 (100%)
R 108 of 405 ~ 26.67%
G 179 of 405 ~ 44.2%
B 118 of 405 ~ 29.14%

%26.67
%44.2
%29.14

CMYK RENK MODELİ

#6CB376 rengi CMYK tonu (40,0,34,30).

  • camgöbeği tonu 39.66%
  • eflatun tonu 0.00%
  • sarı tonu 34.08%
  • ana renk tonu 29.80%
CMYK:
(40,0,34,30)
C40M0Y34K30 
(40%,0%,34%,30%)
(0.40/0.00/0.34/0.30)	

CMYK yüzdeleri

%39.66
%0
%34.08
%29.8

Codes

Color #6CB376 in popluar color models

6CB376
RGB108179118
HSL128°31.84%56.27%
HSB/HSV128°39.66%70.20%
CMYK39.66%0.00%34.08%
29.80%

Color #6CB376 in popluar number systems.

HEX6CB376
Decimal108179118
Binary1101100101100111110110
Octal154263166

Shades and tints

Shades of #6CB376

#6CB376
(108,179,118)
#63A36C
(99,163,108)
#5A9362
(90,147,98)
#518358
(81,131,88)
#48734E
(72,115,78)
#3F6344
(63,99,68)
#36533A
(54,83,58)
#2D4330
(45,67,48)
#243326
(36,51,38)
#1B231C
(27,35,28)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #6CB376

#6CB376
(108,179,118)
#79B982
(121,185,130)
#86BF8E
(134,191,142)
#93C59A
(147,197,154)
#A0CBA6
(160,203,166)
#ADD1B2
(173,209,178)
#BAD7BE
(186,215,190)
#C7DDCA
(199,221,202)
#D4E3D6
(212,227,214)
#E1E9E2
(225,233,226)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CB376; }

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

This text font color is #6CB376.


Background Color

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

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

This div background color is #6CB376.


Border color

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

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

This div border color is #6CB376.


Opacity

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

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

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

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

This text has shadow with #6CB376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CB376 on black background.


Color preview on white background

This text has color #6CB376 on white background.



Black color preview on #6CB376 background

This text has black color on #6CB376 background.


White color preview on #6CB376 background

This text has white color on #6CB376 background.