COLOR #06B013

HEX: #06B013
RGB: (6,176,19)

Renk bilgisi

#06B013 contains mainly green color. #06B013 ‘ nin web güvenlik rengi #009900 (ya da #090) dir.

RGB renk modeli

#06B013 color RGB value is (6,176,19).

  • kırmız ton 6;
  • yeşil ton 176;
  • mavi ton 19.
RGB:
(6,176,19)
(2%,69%,7%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 176 of 255 = 69%
B 19 of 255 = 7%

6
176
19

R + G + B ~ 26%. #06B013 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 176 + 19 = 201 (100%)
R 6 of 201 ~ 2.99%
G 176 of 201 ~ 87.56%
B 19 of 201 ~ 9.45%

%87.56

CMYK RENK MODELİ

#06B013 rengi CMYK tonu (97,0,89,31).

  • camgöbeği tonu 96.59%
  • eflatun tonu 0.00%
  • sarı tonu 89.20%
  • ana renk tonu 30.98%
CMYK:
(97,0,89,31)
C97M0Y89K31 
(97%,0%,89%,31%)
(0.97/0.00/0.89/0.31)	

CMYK yüzdeleri

%96.59
%0
%89.2
%30.98

Codes

Color #06B013 in popluar color models

06B013
RGB617619
HSL125°93.41%35.69%
HSB/HSV125°96.59%69.02%
CMYK96.59%0.00%89.20%
30.98%

Color #06B013 in popluar number systems.

HEX06B013
Decimal617619
Binary1101011000010011
Octal626023

Shades and tints

Shades of #06B013

#06B013
(6,176,19)
#06A012
(6,160,18)
#069011
(6,144,17)
#068010
(6,128,16)
#06700F
(6,112,15)
#06600E
(6,96,14)
#06500D
(6,80,13)
#06400C
(6,64,12)
#06300B
(6,48,11)
#06200A
(6,32,10)
#061009
(6,16,9)
#000000
(0,0,0)

Tints of #06B013

#06B013
(6,176,19)
#1CB728
(28,183,40)
#32BE3D
(50,190,61)
#48C552
(72,197,82)
#5ECC67
(94,204,103)
#74D37C
(116,211,124)
#8ADA91
(138,218,145)
#A0E1A6
(160,225,166)
#B6E8BB
(182,232,187)
#CCEFD0
(204,239,208)
#E2F6E5
(226,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06B013 color. Also use rgb(6,176,19) instead hex code.

Text Font Color

.myTextColor { color: #06B013; }

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

This text font color is #06B013.


Background Color

.myBgColor { background-color: #06B013; }

<div style="background-color:#06B013">Inner text</div>

This div background color is #06B013.


Border color

.myBorderColor { border: 1px solid #06B013; }

<div style="border:3px solid #06B013">Div</div>

This div border color is #06B013.


Opacity

.myOpacity80 { color: #06B013; opacity: 0.8; }

<p style="color:#06B013;opacity:0.8;">80%</p>

Text with #06B013 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 #06B013;}

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

This text has shadow with #06B013 color.

.textShadow {text-shadow: 3px 3px 1px #06B013, 3px 3px 1px red;}

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

This text has shadow with #06B013 primary color and red secondary color.


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

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

This text has shadow with #06B013 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06B013 on black background.


Color preview on white background

This text has color #06B013 on white background.



Black color preview on #06B013 background

This text has black color on #06B013 background.


White color preview on #06B013 background

This text has white color on #06B013 background.