COLOR #6CAC49

HEX: #6CAC49
RGB: (108,172,73)

Renk bilgisi

#6CAC49 contains mainly green color. #6CAC49 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#6CAC49 color RGB value is (108,172,73).

  • kırmız ton 108;
  • yeşil ton 172;
  • mavi ton 73.
RGB:
(108,172,73)
(42%,67%,29%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 172 of 255 = 67%
B 73 of 255 = 29%

108
172
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 172 + 73 = 353 (100%)
R 108 of 353 ~ 30.59%
G 172 of 353 ~ 48.73%
B 73 of 353 ~ 20.68%

%30.59
%48.73
%20.68

CMYK RENK MODELİ

#6CAC49 rengi CMYK tonu (37,0,58,33).

  • camgöbeği tonu 37.21%
  • eflatun tonu 0.00%
  • sarı tonu 57.56%
  • ana renk tonu 32.55%
CMYK:
(37,0,58,33)
C37M0Y58K33 
(37%,0%,58%,33%)
(0.37/0.00/0.58/0.33)	

CMYK yüzdeleri

%37.21
%0
%57.56
%32.55

Codes

Color #6CAC49 in popluar color models

6CAC49
RGB10817273
HSL99°40.41%48.04%
HSB/HSV99°57.56%67.45%
CMYK37.21%0.00%57.56%
32.55%

Color #6CAC49 in popluar number systems.

HEX6CAC49
Decimal10817273
Binary1101100101011001001001
Octal154254111

Shades and tints

Shades of #6CAC49

#6CAC49
(108,172,73)
#639D43
(99,157,67)
#5A8E3D
(90,142,61)
#517F37
(81,127,55)
#487031
(72,112,49)
#3F612B
(63,97,43)
#365225
(54,82,37)
#2D431F
(45,67,31)
#243419
(36,52,25)
#1B2513
(27,37,19)
#12160D
(18,22,13)
#000000
(0,0,0)

Tints of #6CAC49

#6CAC49
(108,172,73)
#79B359
(121,179,89)
#86BA69
(134,186,105)
#93C179
(147,193,121)
#A0C889
(160,200,137)
#ADCF99
(173,207,153)
#BAD6A9
(186,214,169)
#C7DDB9
(199,221,185)
#D4E4C9
(212,228,201)
#E1EBD9
(225,235,217)
#EEF2E9
(238,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CAC49 color. Also use rgb(108,172,73) instead hex code.

Text Font Color

.myTextColor { color: #6CAC49; }

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

This text font color is #6CAC49.


Background Color

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

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

This div background color is #6CAC49.


Border color

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

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

This div border color is #6CAC49.


Opacity

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

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

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

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

This text has shadow with #6CAC49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CAC49 on black background.


Color preview on white background

This text has color #6CAC49 on white background.



Black color preview on #6CAC49 background

This text has black color on #6CAC49 background.


White color preview on #6CAC49 background

This text has white color on #6CAC49 background.