COLOR #06C071

HEX: #06C071
RGB: (6,192,113)

Color info

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

RGB color model

#06C071 color RGB value is (6,192,113).

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

RGB channels and saturation

R 6 of 255 = 2%
G 192 of 255 = 75%
B 113 of 255 = 44%

6
192
113

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

Portions of RGB colors in percentages

R + G + B =
6 + 192 + 113 = 311 (100%)
R 6 of 311 ~ 1.93%
G 192 of 311 ~ 61.74%
B 113 of 311 ~ 36.33%

%61.74
%36.33

CMYK color model

#06C071 color CMYK value is (97,0,41,25).

  • cyan value is 96.88%
  • magenta value is 0.00%
  • yellow value is 41.15%
  • key color value is 24.71%
CMYK:
(97,0,41,25)
C97M0Y41K25 
(97%,0%,41%,25%)
(0.97/0.00/0.41/0.25)	

CMYK percentages

%96.88
%0
%41.15
%24.71

Codes

Color #06C071 in popluar color models

06C071
RGB6192113
HSL155°93.94%38.82%
HSB/HSV155°96.88%75.29%
CMYK96.88%0.00%41.15%
24.71%

Color #06C071 in popluar number systems.

HEX06C071
Decimal6192113
Binary110110000001110001
Octal6300161

Shades and tints

Shades of #06C071

#06C071
(6,192,113)
#06AF67
(6,175,103)
#069E5D
(6,158,93)
#068D53
(6,141,83)
#067C49
(6,124,73)
#066B3F
(6,107,63)
#065A35
(6,90,53)
#06492B
(6,73,43)
#063821
(6,56,33)
#062717
(6,39,23)
#06160D
(6,22,13)
#000000
(0,0,0)

Tints of #06C071

#06C071
(6,192,113)
#1CC57D
(28,197,125)
#32CA89
(50,202,137)
#48CF95
(72,207,149)
#5ED4A1
(94,212,161)
#74D9AD
(116,217,173)
#8ADEB9
(138,222,185)
#A0E3C5
(160,227,197)
#B6E8D1
(182,232,209)
#CCEDDD
(204,237,221)
#E2F2E9
(226,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06C071; }

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

This text font color is #06C071.


Background Color

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

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

This div background color is #06C071.


Border color

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

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

This div border color is #06C071.


Opacity

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

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

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

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

This text has shadow with #06C071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06C071 on black background.


Color preview on white background

This text has color #06C071 on white background.



Black color preview on #06C071 background

This text has black color on #06C071 background.


White color preview on #06C071 background

This text has white color on #06C071 background.