COLOR #61AB15

HEX: #61AB15
RGB: (97,171,21)

Renk bilgisi

#61AB15 contains mainly green color. #61AB15 ‘ nin web güvenlik rengi #669900 (ya da #690) dir.

RGB renk modeli

#61AB15 color RGB value is (97,171,21).

  • kırmız ton 97;
  • yeşil ton 171;
  • mavi ton 21.
RGB:
(97,171,21)
(38%,67%,8%)

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 171 of 255 = 67%
B 21 of 255 = 8%

97
171
21

R + G + B ~ 38%. #61AB15 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 171 + 21 = 289 (100%)
R 97 of 289 ~ 33.56%
G 171 of 289 ~ 59.17%
B 21 of 289 ~ 7.27%

%33.56
%59.17

CMYK RENK MODELİ

#61AB15 rengi CMYK tonu (43,0,88,33).

  • camgöbeği tonu 43.27%
  • eflatun tonu 0.00%
  • sarı tonu 87.72%
  • ana renk tonu 32.94%
CMYK:
(43,0,88,33)
C43M0Y88K33 
(43%,0%,88%,33%)
(0.43/0.00/0.88/0.33)	

CMYK yüzdeleri

%43.27
%0
%87.72
%32.94

Codes

Color #61AB15 in popluar color models

61AB15
RGB9717121
HSL90°78.13%37.65%
HSB/HSV90°87.72%67.06%
CMYK43.27%0.00%87.72%
32.94%

Color #61AB15 in popluar number systems.

HEX61AB15
Decimal9717121
Binary11000011010101110101
Octal14125325

Shades and tints

Shades of #61AB15

#61AB15
(97,171,21)
#599C14
(89,156,20)
#518D13
(81,141,19)
#497E12
(73,126,18)
#416F11
(65,111,17)
#396010
(57,96,16)
#31510F
(49,81,15)
#29420E
(41,66,14)
#21330D
(33,51,13)
#19240C
(25,36,12)
#11150B
(17,21,11)
#000000
(0,0,0)

Tints of #61AB15

#61AB15
(97,171,21)
#6FB22A
(111,178,42)
#7DB93F
(125,185,63)
#8BC054
(139,192,84)
#99C769
(153,199,105)
#A7CE7E
(167,206,126)
#B5D593
(181,213,147)
#C3DCA8
(195,220,168)
#D1E3BD
(209,227,189)
#DFEAD2
(223,234,210)
#EDF1E7
(237,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61AB15 color. Also use rgb(97,171,21) instead hex code.

Text Font Color

.myTextColor { color: #61AB15; }

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

This text font color is #61AB15.


Background Color

.myBgColor { background-color: #61AB15; }

<div style="background-color:#61AB15">Inner text</div>

This div background color is #61AB15.


Border color

.myBorderColor { border: 1px solid #61AB15; }

<div style="border:3px solid #61AB15">Div</div>

This div border color is #61AB15.


Opacity

.myOpacity80 { color: #61AB15; opacity: 0.8; }

<p style="color:#61AB15;opacity:0.8;">80%</p>

Text with #61AB15 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 #61AB15;}

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

This text has shadow with #61AB15 color.

.textShadow {text-shadow: 3px 3px 1px #61AB15, 3px 3px 1px red;}

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

This text has shadow with #61AB15 primary color and red secondary color.


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

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

This text has shadow with #61AB15 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61AB15 on black background.


Color preview on white background

This text has color #61AB15 on white background.



Black color preview on #61AB15 background

This text has black color on #61AB15 background.


White color preview on #61AB15 background

This text has white color on #61AB15 background.