COLOR #06D67C

HEX: #06D67C
RGB: (6,214,124)

Color info

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

RGB color model

#06D67C color RGB value is (6,214,124).

  • red value is 6;
  • green value is 214;
  • blue value is 124.
RGB:
(6,214,124)
(2%,84%,49%)

RGB channels and saturation

R 6 of 255 = 2%
G 214 of 255 = 84%
B 124 of 255 = 49%

6
214
124

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

Portions of RGB colors in percentages

R + G + B =
6 + 214 + 124 = 344 (100%)
R 6 of 344 ~ 1.74%
G 214 of 344 ~ 62.21%
B 124 of 344 ~ 36.05%

%62.21
%36.05

CMYK color model

#06D67C color CMYK value is (97,0,42,16).

  • cyan value is 97.20%
  • magenta value is 0.00%
  • yellow value is 42.06%
  • key color value is 16.08%
CMYK:
(97,0,42,16)
C97M0Y42K16 
(97%,0%,42%,16%)
(0.97/0.00/0.42/0.16)	

CMYK percentages

%97.2
%0
%42.06
%16.08

Codes

Color #06D67C in popluar color models

06D67C
RGB6214124
HSL154°94.55%43.14%
HSB/HSV154°97.20%83.92%
CMYK97.20%0.00%42.06%
16.08%

Color #06D67C in popluar number systems.

HEX06D67C
Decimal6214124
Binary110110101101111100
Octal6326174

Shades and tints

Shades of #06D67C

#06D67C
(6,214,124)
#06C371
(6,195,113)
#06B066
(6,176,102)
#069D5B
(6,157,91)
#068A50
(6,138,80)
#067745
(6,119,69)
#06643A
(6,100,58)
#06512F
(6,81,47)
#063E24
(6,62,36)
#062B19
(6,43,25)
#06180E
(6,24,14)
#000000
(0,0,0)

Tints of #06D67C

#06D67C
(6,214,124)
#1CD987
(28,217,135)
#32DC92
(50,220,146)
#48DF9D
(72,223,157)
#5EE2A8
(94,226,168)
#74E5B3
(116,229,179)
#8AE8BE
(138,232,190)
#A0EBC9
(160,235,201)
#B6EED4
(182,238,212)
#CCF1DF
(204,241,223)
#E2F4EA
(226,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06D67C color. Also use rgb(6,214,124) instead hex code.

Text Font Color

.myTextColor { color: #06D67C; }

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

This text font color is #06D67C.


Background Color

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

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

This div background color is #06D67C.


Border color

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

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

This div border color is #06D67C.


Opacity

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

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

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

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

This text has shadow with #06D67C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06D67C on black background.


Color preview on white background

This text has color #06D67C on white background.



Black color preview on #06D67C background

This text has black color on #06D67C background.


White color preview on #06D67C background

This text has white color on #06D67C background.