COLOR #006B28

HEX: #006B28
RGB: (0,107,40)

Renk bilgisi

#006B28 contains mainly green color. #006B28 ‘ nin web güvenlik rengi #006633 (ya da #063) dir.

RGB renk modeli

#006B28 color RGB value is (0,107,40).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 107 of 255 = 42%
B 40 of 255 = 16%

0
107
40

R + G + B ~ 19%. #006B28 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 107 + 40 = 147 (100%)
R 0 of 147 ~ 0%
G 107 of 147 ~ 72.79%
B 40 of 147 ~ 27.21%

%72.79
%27.21

CMYK RENK MODELİ

#006B28 rengi CMYK tonu (100,0,63,58).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 62.62%
  • ana renk tonu 58.04%
CMYK:
(100,0,63,58)
C100M0Y63K58 
(100%,0%,63%,58%)
(1.00/0.00/0.63/0.58)	

CMYK yüzdeleri

%100
%0
%62.62
%58.04

Codes

Color #006B28 in popluar color models

006B28
RGB010740
HSL142°100.00%20.98%
HSB/HSV142°100.00%41.96%
CMYK100.00%0.00%62.62%
58.04%

Color #006B28 in popluar number systems.

HEX006B28
Decimal010740
Binary01101011101000
Octal015350

Shades and tints

Shades of #006B28

#006B28
(0,107,40)
#006225
(0,98,37)
#005922
(0,89,34)
#00501F
(0,80,31)
#00471C
(0,71,28)
#003E19
(0,62,25)
#003516
(0,53,22)
#002C13
(0,44,19)
#002310
(0,35,16)
#001A0D
(0,26,13)
#00110A
(0,17,10)
#000000
(0,0,0)

Tints of #006B28

#006B28
(0,107,40)
#17783B
(23,120,59)
#2E854E
(46,133,78)
#459261
(69,146,97)
#5C9F74
(92,159,116)
#73AC87
(115,172,135)
#8AB99A
(138,185,154)
#A1C6AD
(161,198,173)
#B8D3C0
(184,211,192)
#CFE0D3
(207,224,211)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006B28; }

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

This text font color is #006B28.


Background Color

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

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

This div background color is #006B28.


Border color

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

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

This div border color is #006B28.


Opacity

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

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

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

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

This text has shadow with #006B28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006B28 on black background.


Color preview on white background

This text has color #006B28 on white background.



Black color preview on #006B28 background

This text has black color on #006B28 background.


White color preview on #006B28 background

This text has white color on #006B28 background.