COLOR #006B0E

HEX: #006B0E
RGB: (0,107,14)

Renk bilgisi

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

RGB renk modeli

#006B0E color RGB value is (0,107,14).

  • kırmız ton 0;
  • yeşil ton 107;
  • mavi ton 14.
RGB:
(0,107,14)
(0%,42%,5%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 107 of 255 = 42%
B 14 of 255 = 5%

0
107
14

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 107 + 14 = 121 (100%)
R 0 of 121 ~ 0%
G 107 of 121 ~ 88.43%
B 14 of 121 ~ 11.57%

%88.43
%11.57

CMYK RENK MODELİ

#006B0E rengi CMYK tonu (100,0,87,58).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 86.92%
  • ana renk tonu 58.04%
CMYK:
(100,0,87,58)
C100M0Y87K58 
(100%,0%,87%,58%)
(1.00/0.00/0.87/0.58)	

CMYK yüzdeleri

%100
%0
%86.92
%58.04

Codes

Color #006B0E in popluar color models

006B0E
RGB010714
HSL128°100.00%20.98%
HSB/HSV128°100.00%41.96%
CMYK100.00%0.00%86.92%
58.04%

Color #006B0E in popluar number systems.

HEX006B0E
Decimal010714
Binary011010111110
Octal015316

Shades and tints

Shades of #006B0E

#006B0E
(0,107,14)
#00620D
(0,98,13)
#00590C
(0,89,12)
#00500B
(0,80,11)
#00470A
(0,71,10)
#003E09
(0,62,9)
#003508
(0,53,8)
#002C07
(0,44,7)
#002306
(0,35,6)
#001A05
(0,26,5)
#001104
(0,17,4)
#000000
(0,0,0)

Tints of #006B0E

#006B0E
(0,107,14)
#177823
(23,120,35)
#2E8538
(46,133,56)
#45924D
(69,146,77)
#5C9F62
(92,159,98)
#73AC77
(115,172,119)
#8AB98C
(138,185,140)
#A1C6A1
(161,198,161)
#B8D3B6
(184,211,182)
#CFE0CB
(207,224,203)
#E6EDE0
(230,237,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006B0E color. Also use rgb(0,107,14) instead hex code.

Text Font Color

.myTextColor { color: #006B0E; }

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

This text font color is #006B0E.


Background Color

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

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

This div background color is #006B0E.


Border color

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

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

This div border color is #006B0E.


Opacity

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

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

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

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

This text has shadow with #006B0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006B0E on black background.


Color preview on white background

This text has color #006B0E on white background.



Black color preview on #006B0E background

This text has black color on #006B0E background.


White color preview on #006B0E background

This text has white color on #006B0E background.