COLOR #006E18

HEX: #006E18
RGB: (0,110,24)

Renk bilgisi

#006E18 contains mainly green color. #006E18 ‘ nin web güvenlik rengi #006600 (ya da #060) dir.

RGB renk modeli

#006E18 color RGB value is (0,110,24).

  • kırmız ton 0;
  • yeşil ton 110;
  • mavi ton 24.
RGB:
(0,110,24)
(0%,43%,9%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 110 of 255 = 43%
B 24 of 255 = 9%

0
110
24

R + G + B ~ 17%. #006E18 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 110 + 24 = 134 (100%)
R 0 of 134 ~ 0%
G 110 of 134 ~ 82.09%
B 24 of 134 ~ 17.91%

%82.09
%17.91

CMYK RENK MODELİ

#006E18 rengi CMYK tonu (100,0,78,57).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 78.18%
  • ana renk tonu 56.86%
CMYK:
(100,0,78,57)
C100M0Y78K57 
(100%,0%,78%,57%)
(1.00/0.00/0.78/0.57)	

CMYK yüzdeleri

%100
%0
%78.18
%56.86

Codes

Color #006E18 in popluar color models

006E18
RGB011024
HSL133°100.00%21.57%
HSB/HSV133°100.00%43.14%
CMYK100.00%0.00%78.18%
56.86%

Color #006E18 in popluar number systems.

HEX006E18
Decimal011024
Binary0110111011000
Octal015630

Shades and tints

Shades of #006E18

#006E18
(0,110,24)
#006416
(0,100,22)
#005A14
(0,90,20)
#005012
(0,80,18)
#004610
(0,70,16)
#003C0E
(0,60,14)
#00320C
(0,50,12)
#00280A
(0,40,10)
#001E08
(0,30,8)
#001406
(0,20,6)
#000A04
(0,10,4)
#000000
(0,0,0)

Tints of #006E18

#006E18
(0,110,24)
#177B2D
(23,123,45)
#2E8842
(46,136,66)
#459557
(69,149,87)
#5CA26C
(92,162,108)
#73AF81
(115,175,129)
#8ABC96
(138,188,150)
#A1C9AB
(161,201,171)
#B8D6C0
(184,214,192)
#CFE3D5
(207,227,213)
#E6F0EA
(230,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006E18 color. Also use rgb(0,110,24) instead hex code.

Text Font Color

.myTextColor { color: #006E18; }

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

This text font color is #006E18.


Background Color

.myBgColor { background-color: #006E18; }

<div style="background-color:#006E18">Inner text</div>

This div background color is #006E18.


Border color

.myBorderColor { border: 1px solid #006E18; }

<div style="border:3px solid #006E18">Div</div>

This div border color is #006E18.


Opacity

.myOpacity80 { color: #006E18; opacity: 0.8; }

<p style="color:#006E18;opacity:0.8;">80%</p>

Text with #006E18 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 #006E18;}

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

This text has shadow with #006E18 color.

.textShadow {text-shadow: 3px 3px 1px #006E18, 3px 3px 1px red;}

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

This text has shadow with #006E18 primary color and red secondary color.


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

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

This text has shadow with #006E18 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006E18 on black background.


Color preview on white background

This text has color #006E18 on white background.



Black color preview on #006E18 background

This text has black color on #006E18 background.


White color preview on #006E18 background

This text has white color on #006E18 background.