COLOR #06B011

HEX: #06B011
RGB: (6,176,17)

Renk bilgisi

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

RGB renk modeli

#06B011 color RGB value is (6,176,17).

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

RGB bağlantıları ve doygunluk

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

6
176
17

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

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 176 + 17 = 199 (100%)
R 6 of 199 ~ 3.02%
G 176 of 199 ~ 88.44%
B 17 of 199 ~ 8.54%

%88.44

CMYK RENK MODELİ

#06B011 rengi CMYK tonu (97,0,90,31).

  • camgöbeği tonu 96.59%
  • eflatun tonu 0.00%
  • sarı tonu 90.34%
  • ana renk tonu 30.98%
CMYK:
(97,0,90,31)
C97M0Y90K31 
(97%,0%,90%,31%)
(0.97/0.00/0.90/0.31)	

CMYK yüzdeleri

%96.59
%0
%90.34
%30.98

Codes

Color #06B011 in popluar color models

06B011
RGB617617
HSL124°93.41%35.69%
HSB/HSV124°96.59%69.02%
CMYK96.59%0.00%90.34%
30.98%

Color #06B011 in popluar number systems.

HEX06B011
Decimal617617
Binary1101011000010001
Octal626021

Shades and tints

Shades of #06B011

#06B011
(6,176,17)
#06A010
(6,160,16)
#06900F
(6,144,15)
#06800E
(6,128,14)
#06700D
(6,112,13)
#06600C
(6,96,12)
#06500B
(6,80,11)
#06400A
(6,64,10)
#063009
(6,48,9)
#062008
(6,32,8)
#061007
(6,16,7)
#000000
(0,0,0)

Tints of #06B011

#06B011
(6,176,17)
#1CB726
(28,183,38)
#32BE3B
(50,190,59)
#48C550
(72,197,80)
#5ECC65
(94,204,101)
#74D37A
(116,211,122)
#8ADA8F
(138,218,143)
#A0E1A4
(160,225,164)
#B6E8B9
(182,232,185)
#CCEFCE
(204,239,206)
#E2F6E3
(226,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06B011; }

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

This text font color is #06B011.


Background Color

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

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

This div background color is #06B011.


Border color

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

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

This div border color is #06B011.


Opacity

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

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

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

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

This text has shadow with #06B011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06B011 on black background.


Color preview on white background

This text has color #06B011 on white background.



Black color preview on #06B011 background

This text has black color on #06B011 background.


White color preview on #06B011 background

This text has white color on #06B011 background.