COLOR #06E67D

HEX: #06E67D
RGB: (6,230,125)

Color info

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

RGB color model

#06E67D color RGB value is (6,230,125).

  • red value is 6;
  • green value is 230;
  • blue value is 125.
RGB:
(6,230,125)
(2%,90%,49%)

RGB channels and saturation

R 6 of 255 = 2%
G 230 of 255 = 90%
B 125 of 255 = 49%

6
230
125

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

Portions of RGB colors in percentages

R + G + B =
6 + 230 + 125 = 361 (100%)
R 6 of 361 ~ 1.66%
G 230 of 361 ~ 63.71%
B 125 of 361 ~ 34.63%

%63.71
%34.63

CMYK color model

#06E67D color CMYK value is (97,0,46,10).

  • cyan value is 97.39%
  • magenta value is 0.00%
  • yellow value is 45.65%
  • key color value is 9.80%
CMYK:
(97,0,46,10)
C97M0Y46K10 
(97%,0%,46%,10%)
(0.97/0.00/0.46/0.10)	

CMYK percentages

%97.39
%0
%45.65
%9.8

Codes

Color #06E67D in popluar color models

06E67D
RGB6230125
HSL152°94.92%46.27%
HSB/HSV152°97.39%90.20%
CMYK97.39%0.00%45.65%
9.80%

Color #06E67D in popluar number systems.

HEX06E67D
Decimal6230125
Binary110111001101111101
Octal6346175

Shades and tints

Shades of #06E67D

#06E67D
(6,230,125)
#06D272
(6,210,114)
#06BE67
(6,190,103)
#06AA5C
(6,170,92)
#069651
(6,150,81)
#068246
(6,130,70)
#066E3B
(6,110,59)
#065A30
(6,90,48)
#064625
(6,70,37)
#06321A
(6,50,26)
#061E0F
(6,30,15)
#000000
(0,0,0)

Tints of #06E67D

#06E67D
(6,230,125)
#1CE888
(28,232,136)
#32EA93
(50,234,147)
#48EC9E
(72,236,158)
#5EEEA9
(94,238,169)
#74F0B4
(116,240,180)
#8AF2BF
(138,242,191)
#A0F4CA
(160,244,202)
#B6F6D5
(182,246,213)
#CCF8E0
(204,248,224)
#E2FAEB
(226,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06E67D color. Also use rgb(6,230,125) instead hex code.

Text Font Color

.myTextColor { color: #06E67D; }

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

This text font color is #06E67D.


Background Color

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

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

This div background color is #06E67D.


Border color

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

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

This div border color is #06E67D.


Opacity

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

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

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

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

This text has shadow with #06E67D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06E67D on black background.


Color preview on white background

This text has color #06E67D on white background.



Black color preview on #06E67D background

This text has black color on #06E67D background.


White color preview on #06E67D background

This text has white color on #06E67D background.