COLOR #06D07F

HEX: #06D07F
RGB: (6,208,127)

Color info

#06D07F contains mainly green color. Web safe color of #06D07F is #00CC66 (or #0C6).

RGB color model

#06D07F color RGB value is (6,208,127).

  • red value is 6;
  • green value is 208;
  • blue value is 127.
RGB:
(6,208,127)
(2%,82%,50%)

RGB channels and saturation

R 6 of 255 = 2%
G 208 of 255 = 82%
B 127 of 255 = 50%

6
208
127

R + G + B ~ 45%. #06D07F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
6 + 208 + 127 = 341 (100%)
R 6 of 341 ~ 1.76%
G 208 of 341 ~ 61%
B 127 of 341 ~ 37.24%

%61
%37.24

CMYK color model

#06D07F color CMYK value is (97,0,39,18).

  • cyan value is 97.12%
  • magenta value is 0.00%
  • yellow value is 38.94%
  • key color value is 18.43%
CMYK:
(97,0,39,18)
C97M0Y39K18 
(97%,0%,39%,18%)
(0.97/0.00/0.39/0.18)	

CMYK percentages

%97.12
%0
%38.94
%18.43

Codes

Color #06D07F in popluar color models

06D07F
RGB6208127
HSL156°94.39%41.96%
HSB/HSV156°97.12%81.57%
CMYK97.12%0.00%38.94%
18.43%

Color #06D07F in popluar number systems.

HEX06D07F
Decimal6208127
Binary110110100001111111
Octal6320177

Shades and tints

Shades of #06D07F

#06D07F
(6,208,127)
#06BE74
(6,190,116)
#06AC69
(6,172,105)
#069A5E
(6,154,94)
#068853
(6,136,83)
#067648
(6,118,72)
#06643D
(6,100,61)
#065232
(6,82,50)
#064027
(6,64,39)
#062E1C
(6,46,28)
#061C11
(6,28,17)
#000000
(0,0,0)

Tints of #06D07F

#06D07F
(6,208,127)
#1CD48A
(28,212,138)
#32D895
(50,216,149)
#48DCA0
(72,220,160)
#5EE0AB
(94,224,171)
#74E4B6
(116,228,182)
#8AE8C1
(138,232,193)
#A0ECCC
(160,236,204)
#B6F0D7
(182,240,215)
#CCF4E2
(204,244,226)
#E2F8ED
(226,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06D07F color. Also use rgb(6,208,127) instead hex code.

Text Font Color

.myTextColor { color: #06D07F; }

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

This text font color is #06D07F.


Background Color

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

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

This div background color is #06D07F.


Border color

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

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

This div border color is #06D07F.


Opacity

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

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

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

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

This text has shadow with #06D07F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06D07F on black background.


Color preview on white background

This text has color #06D07F on white background.



Black color preview on #06D07F background

This text has black color on #06D07F background.


White color preview on #06D07F background

This text has white color on #06D07F background.