COLOR #06CF77

HEX: #06CF77
RGB: (6,207,119)

Color info

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

RGB color model

#06CF77 color RGB value is (6,207,119).

  • red value is 6;
  • green value is 207;
  • blue value is 119.
RGB:
(6,207,119)
(2%,81%,47%)

RGB channels and saturation

R 6 of 255 = 2%
G 207 of 255 = 81%
B 119 of 255 = 47%

6
207
119

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

Portions of RGB colors in percentages

R + G + B =
6 + 207 + 119 = 332 (100%)
R 6 of 332 ~ 1.81%
G 207 of 332 ~ 62.35%
B 119 of 332 ~ 35.84%

%62.35
%35.84

CMYK color model

#06CF77 color CMYK value is (97,0,43,19).

  • cyan value is 97.10%
  • magenta value is 0.00%
  • yellow value is 42.51%
  • key color value is 18.82%
CMYK:
(97,0,43,19)
C97M0Y43K19 
(97%,0%,43%,19%)
(0.97/0.00/0.43/0.19)	

CMYK percentages

%97.1
%0
%42.51
%18.82

Codes

Color #06CF77 in popluar color models

06CF77
RGB6207119
HSL154°94.37%41.76%
HSB/HSV154°97.10%81.18%
CMYK97.10%0.00%42.51%
18.82%

Color #06CF77 in popluar number systems.

HEX06CF77
Decimal6207119
Binary110110011111110111
Octal6317167

Shades and tints

Shades of #06CF77

#06CF77
(6,207,119)
#06BD6D
(6,189,109)
#06AB63
(6,171,99)
#069959
(6,153,89)
#06874F
(6,135,79)
#067545
(6,117,69)
#06633B
(6,99,59)
#065131
(6,81,49)
#063F27
(6,63,39)
#062D1D
(6,45,29)
#061B13
(6,27,19)
#000000
(0,0,0)

Tints of #06CF77

#06CF77
(6,207,119)
#1CD383
(28,211,131)
#32D78F
(50,215,143)
#48DB9B
(72,219,155)
#5EDFA7
(94,223,167)
#74E3B3
(116,227,179)
#8AE7BF
(138,231,191)
#A0EBCB
(160,235,203)
#B6EFD7
(182,239,215)
#CCF3E3
(204,243,227)
#E2F7EF
(226,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06CF77 color. Also use rgb(6,207,119) instead hex code.

Text Font Color

.myTextColor { color: #06CF77; }

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

This text font color is #06CF77.


Background Color

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

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

This div background color is #06CF77.


Border color

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

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

This div border color is #06CF77.


Opacity

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

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

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

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

This text has shadow with #06CF77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06CF77 on black background.


Color preview on white background

This text has color #06CF77 on white background.



Black color preview on #06CF77 background

This text has black color on #06CF77 background.


White color preview on #06CF77 background

This text has white color on #06CF77 background.