COLOR #06C171

HEX: #06C171
RGB: (6,193,113)

Color info

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

RGB color model

#06C171 color RGB value is (6,193,113).

  • red value is 6;
  • green value is 193;
  • blue value is 113.
RGB:
(6,193,113)
(2%,76%,44%)

RGB channels and saturation

R 6 of 255 = 2%
G 193 of 255 = 76%
B 113 of 255 = 44%

6
193
113

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

Portions of RGB colors in percentages

R + G + B =
6 + 193 + 113 = 312 (100%)
R 6 of 312 ~ 1.92%
G 193 of 312 ~ 61.86%
B 113 of 312 ~ 36.22%

%61.86
%36.22

CMYK color model

#06C171 color CMYK value is (97,0,41,24).

  • cyan value is 96.89%
  • magenta value is 0.00%
  • yellow value is 41.45%
  • key color value is 24.31%
CMYK:
(97,0,41,24)
C97M0Y41K24 
(97%,0%,41%,24%)
(0.97/0.00/0.41/0.24)	

CMYK percentages

%96.89
%0
%41.45
%24.31

Codes

Color #06C171 in popluar color models

06C171
RGB6193113
HSL154°93.97%39.02%
HSB/HSV154°96.89%75.69%
CMYK96.89%0.00%41.45%
24.31%

Color #06C171 in popluar number systems.

HEX06C171
Decimal6193113
Binary110110000011110001
Octal6301161

Shades and tints

Shades of #06C171

#06C171
(6,193,113)
#06B067
(6,176,103)
#069F5D
(6,159,93)
#068E53
(6,142,83)
#067D49
(6,125,73)
#066C3F
(6,108,63)
#065B35
(6,91,53)
#064A2B
(6,74,43)
#063921
(6,57,33)
#062817
(6,40,23)
#06170D
(6,23,13)
#000000
(0,0,0)

Tints of #06C171

#06C171
(6,193,113)
#1CC67D
(28,198,125)
#32CB89
(50,203,137)
#48D095
(72,208,149)
#5ED5A1
(94,213,161)
#74DAAD
(116,218,173)
#8ADFB9
(138,223,185)
#A0E4C5
(160,228,197)
#B6E9D1
(182,233,209)
#CCEEDD
(204,238,221)
#E2F3E9
(226,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06C171 color. Also use rgb(6,193,113) instead hex code.

Text Font Color

.myTextColor { color: #06C171; }

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

This text font color is #06C171.


Background Color

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

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

This div background color is #06C171.


Border color

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

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

This div border color is #06C171.


Opacity

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

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

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

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

This text has shadow with #06C171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06C171 on black background.


Color preview on white background

This text has color #06C171 on white background.



Black color preview on #06C171 background

This text has black color on #06C171 background.


White color preview on #06C171 background

This text has white color on #06C171 background.