COLOR #006E0B

HEX: #006E0B
RGB: (0,110,11)

Renk bilgisi

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

RGB renk modeli

#006E0B color RGB value is (0,110,11).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 110 of 255 = 43%
B 11 of 255 = 4%

0
110
11

R + G + B ~ 16%. #006E0B is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 110 + 11 = 121 (100%)
R 0 of 121 ~ 0%
G 110 of 121 ~ 90.91%
B 11 of 121 ~ 9.09%

%90.91

CMYK RENK MODELİ

#006E0B rengi CMYK tonu (100,0,90,57).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 90.00%
  • ana renk tonu 56.86%
CMYK:
(100,0,90,57)
C100M0Y90K57 
(100%,0%,90%,57%)
(1.00/0.00/0.90/0.57)	

CMYK yüzdeleri

%100
%0
%90
%56.86

Codes

Color #006E0B in popluar color models

006E0B
RGB011011
HSL126°100.00%21.57%
HSB/HSV126°100.00%43.14%
CMYK100.00%0.00%90.00%
56.86%

Color #006E0B in popluar number systems.

HEX006E0B
Decimal011011
Binary011011101011
Octal015613

Shades and tints

Shades of #006E0B

#006E0B
(0,110,11)
#00640A
(0,100,10)
#005A09
(0,90,9)
#005008
(0,80,8)
#004607
(0,70,7)
#003C06
(0,60,6)
#003205
(0,50,5)
#002804
(0,40,4)
#001E03
(0,30,3)
#001402
(0,20,2)
#000A01
(0,10,1)
#000000
(0,0,0)

Tints of #006E0B

#006E0B
(0,110,11)
#177B21
(23,123,33)
#2E8837
(46,136,55)
#45954D
(69,149,77)
#5CA263
(92,162,99)
#73AF79
(115,175,121)
#8ABC8F
(138,188,143)
#A1C9A5
(161,201,165)
#B8D6BB
(184,214,187)
#CFE3D1
(207,227,209)
#E6F0E7
(230,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006E0B; }

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

This text font color is #006E0B.


Background Color

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

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

This div background color is #006E0B.


Border color

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

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

This div border color is #006E0B.


Opacity

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

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

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

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

This text has shadow with #006E0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006E0B on black background.


Color preview on white background

This text has color #006E0B on white background.



Black color preview on #006E0B background

This text has black color on #006E0B background.


White color preview on #006E0B background

This text has white color on #006E0B background.