COLOR #6E8000

HEX: #6E8000
RGB: (110,128,0)

Renk bilgisi

#6E8000 contains only red and green colors. #6E8000 ‘ nin web güvenlik rengi #666600 (ya da #660) dir.

RGB renk modeli

#6E8000 color RGB value is (110,128,0).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 128 of 255 = 50%
B 0 of 255 = 0%

110
128
0

R + G + B ~ 31%. #6E8000 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 128 + 0 = 238 (100%)
R 110 of 238 ~ 46.22%
G 128 of 238 ~ 53.78%
B 0 of 238 ~ 0%

%46.22
%53.78

CMYK RENK MODELİ

#6E8000 rengi CMYK tonu (14,0,100,50).

  • camgöbeği tonu 14.06%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 49.80%
CMYK:
(14,0,100,50)
C14M0Y100K50 
(14%,0%,100%,50%)
(0.14/0.00/1.00/0.50)	

CMYK yüzdeleri

%14.06
%0
%100
%49.8

Codes

Color #6E8000 in popluar color models

6E8000
RGB1101280
HSL68°100.00%25.10%
HSB/HSV68°100.00%50.20%
CMYK14.06%0.00%100.00%
49.80%

Color #6E8000 in popluar number systems.

HEX6E8000
Decimal1101280
Binary1101110100000000
Octal1562000

Shades and tints

Shades of #6E8000

#6E8000
(110,128,0)
#647500
(100,117,0)
#5A6A00
(90,106,0)
#505F00
(80,95,0)
#465400
(70,84,0)
#3C4900
(60,73,0)
#323E00
(50,62,0)
#283300
(40,51,0)
#1E2800
(30,40,0)
#141D00
(20,29,0)
#0A1200
(10,18,0)
#000000
(0,0,0)

Tints of #6E8000

#6E8000
(110,128,0)
#7B8B17
(123,139,23)
#88962E
(136,150,46)
#95A145
(149,161,69)
#A2AC5C
(162,172,92)
#AFB773
(175,183,115)
#BCC28A
(188,194,138)
#C9CDA1
(201,205,161)
#D6D8B8
(214,216,184)
#E3E3CF
(227,227,207)
#F0EEE6
(240,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8000 color. Also use rgb(110,128,0) instead hex code.

Text Font Color

.myTextColor { color: #6E8000; }

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

This text font color is #6E8000.


Background Color

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

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

This div background color is #6E8000.


Border color

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

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

This div border color is #6E8000.


Opacity

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

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

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

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

This text has shadow with #6E8000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8000 on black background.


Color preview on white background

This text has color #6E8000 on white background.



Black color preview on #6E8000 background

This text has black color on #6E8000 background.


White color preview on #6E8000 background

This text has white color on #6E8000 background.