COLOR #06F069

HEX: #06F069
RGB: (6,240,105)

Color info

#06F069 contains mainly green color. Web safe color of #06F069 is #00FF66 (or #0F6).

RGB color model

#06F069 color RGB value is (6,240,105).

  • red value is 6;
  • green value is 240;
  • blue value is 105.
RGB:
(6,240,105)
(2%,94%,41%)

RGB channels and saturation

R 6 of 255 = 2%
G 240 of 255 = 94%
B 105 of 255 = 41%

6
240
105

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

Portions of RGB colors in percentages

R + G + B =
6 + 240 + 105 = 351 (100%)
R 6 of 351 ~ 1.71%
G 240 of 351 ~ 68.38%
B 105 of 351 ~ 29.91%

%68.38
%29.91

CMYK color model

#06F069 color CMYK value is (98,0,56,6).

  • cyan value is 97.50%
  • magenta value is 0.00%
  • yellow value is 56.25%
  • key color value is 5.88%
CMYK:
(98,0,56,6)
C98M0Y56K6 
(98%,0%,56%,6%)
(0.98/0.00/0.56/0.06)	

CMYK percentages

%97.5
%0
%56.25
%5.88

Codes

Color #06F069 in popluar color models

06F069
RGB6240105
HSL145°95.12%48.24%
HSB/HSV145°97.50%94.12%
CMYK97.50%0.00%56.25%
5.88%

Color #06F069 in popluar number systems.

HEX06F069
Decimal6240105
Binary110111100001101001
Octal6360151

Shades and tints

Shades of #06F069

#06F069
(6,240,105)
#06DB60
(6,219,96)
#06C657
(6,198,87)
#06B14E
(6,177,78)
#069C45
(6,156,69)
#06873C
(6,135,60)
#067233
(6,114,51)
#065D2A
(6,93,42)
#064821
(6,72,33)
#063318
(6,51,24)
#061E0F
(6,30,15)
#000000
(0,0,0)

Tints of #06F069

#06F069
(6,240,105)
#1CF176
(28,241,118)
#32F283
(50,242,131)
#48F390
(72,243,144)
#5EF49D
(94,244,157)
#74F5AA
(116,245,170)
#8AF6B7
(138,246,183)
#A0F7C4
(160,247,196)
#B6F8D1
(182,248,209)
#CCF9DE
(204,249,222)
#E2FAEB
(226,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06F069 color. Also use rgb(6,240,105) instead hex code.

Text Font Color

.myTextColor { color: #06F069; }

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

This text font color is #06F069.


Background Color

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

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

This div background color is #06F069.


Border color

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

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

This div border color is #06F069.


Opacity

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

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

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

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

This text has shadow with #06F069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06F069 on black background.


Color preview on white background

This text has color #06F069 on white background.



Black color preview on #06F069 background

This text has black color on #06F069 background.


White color preview on #06F069 background

This text has white color on #06F069 background.