COLOR #6E8C18

HEX: #6E8C18
RGB: (110,140,24)

Renk bilgisi

#6E8C18 contains mainly red and green colors. #6E8C18 ‘ nin web güvenlik rengi #669900 (ya da #690) dir.

RGB renk modeli

#6E8C18 color RGB value is (110,140,24).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 140 of 255 = 55%
B 24 of 255 = 9%

110
140
24

R + G + B ~ 36%. #6E8C18 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 140 + 24 = 274 (100%)
R 110 of 274 ~ 40.15%
G 140 of 274 ~ 51.09%
B 24 of 274 ~ 8.76%

%40.15
%51.09

CMYK RENK MODELİ

#6E8C18 rengi CMYK tonu (21,0,83,45).

  • camgöbeği tonu 21.43%
  • eflatun tonu 0.00%
  • sarı tonu 82.86%
  • ana renk tonu 45.10%
CMYK:
(21,0,83,45)
C21M0Y83K45 
(21%,0%,83%,45%)
(0.21/0.00/0.83/0.45)	

CMYK yüzdeleri

%21.43
%0
%82.86
%45.1

Codes

Color #6E8C18 in popluar color models

6E8C18
RGB11014024
HSL76°70.73%32.16%
HSB/HSV76°82.86%54.90%
CMYK21.43%0.00%82.86%
45.10%

Color #6E8C18 in popluar number systems.

HEX6E8C18
Decimal11014024
Binary11011101000110011000
Octal15621430

Shades and tints

Shades of #6E8C18

#6E8C18
(110,140,24)
#648016
(100,128,22)
#5A7414
(90,116,20)
#506812
(80,104,18)
#465C10
(70,92,16)
#3C500E
(60,80,14)
#32440C
(50,68,12)
#28380A
(40,56,10)
#1E2C08
(30,44,8)
#142006
(20,32,6)
#0A1404
(10,20,4)
#000000
(0,0,0)

Tints of #6E8C18

#6E8C18
(110,140,24)
#7B962D
(123,150,45)
#88A042
(136,160,66)
#95AA57
(149,170,87)
#A2B46C
(162,180,108)
#AFBE81
(175,190,129)
#BCC896
(188,200,150)
#C9D2AB
(201,210,171)
#D6DCC0
(214,220,192)
#E3E6D5
(227,230,213)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8C18 color. Also use rgb(110,140,24) instead hex code.

Text Font Color

.myTextColor { color: #6E8C18; }

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

This text font color is #6E8C18.


Background Color

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

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

This div background color is #6E8C18.


Border color

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

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

This div border color is #6E8C18.


Opacity

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

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

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

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

This text has shadow with #6E8C18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8C18 on black background.


Color preview on white background

This text has color #6E8C18 on white background.



Black color preview on #6E8C18 background

This text has black color on #6E8C18 background.


White color preview on #6E8C18 background

This text has white color on #6E8C18 background.