COLOR #66AB49

HEX: #66AB49
RGB: (102,171,73)

Renk bilgisi

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

RGB renk modeli

#66AB49 color RGB value is (102,171,73).

  • kırmız ton 102;
  • yeşil ton 171;
  • mavi ton 73.
RGB:
(102,171,73)
(40%,67%,29%)

RGB bağlantıları ve doygunluk

R 102 of 255 = 40%
G 171 of 255 = 67%
B 73 of 255 = 29%

102
171
73

R + G + B ~ 45%. #66AB49 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
102 + 171 + 73 = 346 (100%)
R 102 of 346 ~ 29.48%
G 171 of 346 ~ 49.42%
B 73 of 346 ~ 21.1%

%29.48
%49.42
%21.1

CMYK RENK MODELİ

#66AB49 rengi CMYK tonu (40,0,57,33).

  • camgöbeği tonu 40.35%
  • eflatun tonu 0.00%
  • sarı tonu 57.31%
  • ana renk tonu 32.94%
CMYK:
(40,0,57,33)
C40M0Y57K33 
(40%,0%,57%,33%)
(0.40/0.00/0.57/0.33)	

CMYK yüzdeleri

%40.35
%0
%57.31
%32.94

Codes

Color #66AB49 in popluar color models

66AB49
RGB10217173
HSL102°40.16%47.84%
HSB/HSV102°57.31%67.06%
CMYK40.35%0.00%57.31%
32.94%

Color #66AB49 in popluar number systems.

HEX66AB49
Decimal10217173
Binary1100110101010111001001
Octal146253111

Shades and tints

Shades of #66AB49

#66AB49
(102,171,73)
#5D9C43
(93,156,67)
#548D3D
(84,141,61)
#4B7E37
(75,126,55)
#426F31
(66,111,49)
#39602B
(57,96,43)
#305125
(48,81,37)
#27421F
(39,66,31)
#1E3319
(30,51,25)
#152413
(21,36,19)
#0C150D
(12,21,13)
#000000
(0,0,0)

Tints of #66AB49

#66AB49
(102,171,73)
#73B259
(115,178,89)
#80B969
(128,185,105)
#8DC079
(141,192,121)
#9AC789
(154,199,137)
#A7CE99
(167,206,153)
#B4D5A9
(180,213,169)
#C1DCB9
(193,220,185)
#CEE3C9
(206,227,201)
#DBEAD9
(219,234,217)
#E8F1E9
(232,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66AB49 color. Also use rgb(102,171,73) instead hex code.

Text Font Color

.myTextColor { color: #66AB49; }

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

This text font color is #66AB49.


Background Color

.myBgColor { background-color: #66AB49; }

<div style="background-color:#66AB49">Inner text</div>

This div background color is #66AB49.


Border color

.myBorderColor { border: 1px solid #66AB49; }

<div style="border:3px solid #66AB49">Div</div>

This div border color is #66AB49.


Opacity

.myOpacity80 { color: #66AB49; opacity: 0.8; }

<p style="color:#66AB49;opacity:0.8;">80%</p>

Text with #66AB49 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 #66AB49;}

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

This text has shadow with #66AB49 color.

.textShadow {text-shadow: 3px 3px 1px #66AB49, 3px 3px 1px red;}

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

This text has shadow with #66AB49 primary color and red secondary color.


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

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

This text has shadow with #66AB49 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66AB49 on black background.


Color preview on white background

This text has color #66AB49 on white background.



Black color preview on #66AB49 background

This text has black color on #66AB49 background.


White color preview on #66AB49 background

This text has white color on #66AB49 background.