COLOR #6CB979

HEX: #6CB979
RGB: (108,185,121)

Renk bilgisi

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

RGB renk modeli

#6CB979 color RGB value is (108,185,121).

  • kırmız ton 108;
  • yeşil ton 185;
  • mavi ton 121.
RGB:
(108,185,121)
(42%,73%,47%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 185 of 255 = 73%
B 121 of 255 = 47%

108
185
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 185 + 121 = 414 (100%)
R 108 of 414 ~ 26.09%
G 185 of 414 ~ 44.69%
B 121 of 414 ~ 29.23%

%26.09
%44.69
%29.23

CMYK RENK MODELİ

#6CB979 rengi CMYK tonu (42,0,35,27).

  • camgöbeği tonu 41.62%
  • eflatun tonu 0.00%
  • sarı tonu 34.59%
  • ana renk tonu 27.45%
CMYK:
(42,0,35,27)
C42M0Y35K27 
(42%,0%,35%,27%)
(0.42/0.00/0.35/0.27)	

CMYK yüzdeleri

%41.62
%0
%34.59
%27.45

Codes

Color #6CB979 in popluar color models

6CB979
RGB108185121
HSL130°35.48%57.45%
HSB/HSV130°41.62%72.55%
CMYK41.62%0.00%34.59%
27.45%

Color #6CB979 in popluar number systems.

HEX6CB979
Decimal108185121
Binary1101100101110011111001
Octal154271171

Shades and tints

Shades of #6CB979

#6CB979
(108,185,121)
#63A96E
(99,169,110)
#5A9963
(90,153,99)
#518958
(81,137,88)
#48794D
(72,121,77)
#3F6942
(63,105,66)
#365937
(54,89,55)
#2D492C
(45,73,44)
#243921
(36,57,33)
#1B2916
(27,41,22)
#12190B
(18,25,11)
#000000
(0,0,0)

Tints of #6CB979

#6CB979
(108,185,121)
#79BF85
(121,191,133)
#86C591
(134,197,145)
#93CB9D
(147,203,157)
#A0D1A9
(160,209,169)
#ADD7B5
(173,215,181)
#BADDC1
(186,221,193)
#C7E3CD
(199,227,205)
#D4E9D9
(212,233,217)
#E1EFE5
(225,239,229)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CB979 color. Also use rgb(108,185,121) instead hex code.

Text Font Color

.myTextColor { color: #6CB979; }

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

This text font color is #6CB979.


Background Color

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

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

This div background color is #6CB979.


Border color

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

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

This div border color is #6CB979.


Opacity

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

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

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

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

This text has shadow with #6CB979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CB979 on black background.


Color preview on white background

This text has color #6CB979 on white background.



Black color preview on #6CB979 background

This text has black color on #6CB979 background.


White color preview on #6CB979 background

This text has white color on #6CB979 background.