COLOR #06C063

HEX: #06C063
RGB: (6,192,99)

Renk bilgisi

#06C063 contains mainly green color. #06C063 ‘ nin web güvenlik rengi #00CC66 (ya da #0C6) dir.

RGB renk modeli

#06C063 color RGB value is (6,192,99).

  • kırmız ton 6;
  • yeşil ton 192;
  • mavi ton 99.
RGB:
(6,192,99)
(2%,75%,39%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 192 of 255 = 75%
B 99 of 255 = 39%

6
192
99

R + G + B ~ 39%. #06C063 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 192 + 99 = 297 (100%)
R 6 of 297 ~ 2.02%
G 192 of 297 ~ 64.65%
B 99 of 297 ~ 33.33%

%64.65
%33.33

CMYK RENK MODELİ

#06C063 rengi CMYK tonu (97,0,48,25).

  • camgöbeği tonu 96.88%
  • eflatun tonu 0.00%
  • sarı tonu 48.44%
  • ana renk tonu 24.71%
CMYK:
(97,0,48,25)
C97M0Y48K25 
(97%,0%,48%,25%)
(0.97/0.00/0.48/0.25)	

CMYK yüzdeleri

%96.88
%0
%48.44
%24.71

Codes

Color #06C063 in popluar color models

06C063
RGB619299
HSL150°93.94%38.82%
HSB/HSV150°96.88%75.29%
CMYK96.88%0.00%48.44%
24.71%

Color #06C063 in popluar number systems.

HEX06C063
Decimal619299
Binary110110000001100011
Octal6300143

Shades and tints

Shades of #06C063

#06C063
(6,192,99)
#06AF5A
(6,175,90)
#069E51
(6,158,81)
#068D48
(6,141,72)
#067C3F
(6,124,63)
#066B36
(6,107,54)
#065A2D
(6,90,45)
#064924
(6,73,36)
#06381B
(6,56,27)
#062712
(6,39,18)
#061609
(6,22,9)
#000000
(0,0,0)

Tints of #06C063

#06C063
(6,192,99)
#1CC571
(28,197,113)
#32CA7F
(50,202,127)
#48CF8D
(72,207,141)
#5ED49B
(94,212,155)
#74D9A9
(116,217,169)
#8ADEB7
(138,222,183)
#A0E3C5
(160,227,197)
#B6E8D3
(182,232,211)
#CCEDE1
(204,237,225)
#E2F2EF
(226,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06C063 color. Also use rgb(6,192,99) instead hex code.

Text Font Color

.myTextColor { color: #06C063; }

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

This text font color is #06C063.


Background Color

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

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

This div background color is #06C063.


Border color

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

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

This div border color is #06C063.


Opacity

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

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

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

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

This text has shadow with #06C063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06C063 on black background.


Color preview on white background

This text has color #06C063 on white background.



Black color preview on #06C063 background

This text has black color on #06C063 background.


White color preview on #06C063 background

This text has white color on #06C063 background.