COLOR #060F00

HEX: #060F00
RGB: (6,15,0)

Color info

#060F00 contains only red and green colors. Web safe color of #060F00 is #000000 (or #000).

RGB color model

#060F00 color RGB value is (6,15,0).

  • red value is 6;
  • green value is 15;
  • blue value is 0.
RGB:
(6,15,0)
(2%,6%,0%)

RGB channels and saturation

R 6 of 255 = 2%
G 15 of 255 = 6%
B 0 of 255 = 0%

6
15
0

R + G + B ~ 3%. #060F00 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 15 + 0 = 21 (100%)
R 6 of 21 ~ 28.57%
G 15 of 21 ~ 71.43%
B 0 of 21 ~ 0%

%28.57
%71.43

CMYK color model

#060F00 color CMYK value is (60,0,100,94).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 94.12%
CMYK:
(60,0,100,94)
C60M0Y100K94 
(60%,0%,100%,94%)
(0.60/0.00/1.00/0.94)	

CMYK percentages

%60
%0
%100
%94.12

Codes

Color #060F00 in popluar color models

060F00
RGB6150
HSL96°100.00%2.94%
HSB/HSV96°100.00%5.88%
CMYK60.00%0.00%100.00%
94.12%

Color #060F00 in popluar number systems.

HEX060F00
Decimal6150
Binary11011110
Octal6170

Shades and tints

Shades of #060F00

#060F00
(6,15,0)
#060E00
(6,14,0)
#060D00
(6,13,0)
#060C00
(6,12,0)
#060B00
(6,11,0)
#060A00
(6,10,0)
#060900
(6,9,0)
#060800
(6,8,0)
#060700
(6,7,0)
#060600
(6,6,0)
#060500
(6,5,0)
#000000
(0,0,0)

Tints of #060F00

#060F00
(6,15,0)
#1C2417
(28,36,23)
#32392E
(50,57,46)
#484E45
(72,78,69)
#5E635C
(94,99,92)
#747873
(116,120,115)
#8A8D8A
(138,141,138)
#A0A2A1
(160,162,161)
#B6B7B8
(182,183,184)
#CCCCCF
(204,204,207)
#E2E1E6
(226,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060F00 color. Also use rgb(6,15,0) instead hex code.

Text Font Color

.myTextColor { color: #060F00; }

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

This text font color is #060F00.


Background Color

.myBgColor { background-color: #060F00; }

<div style="background-color:#060F00">Inner text</div>

This div background color is #060F00.


Border color

.myBorderColor { border: 1px solid #060F00; }

<div style="border:3px solid #060F00">Div</div>

This div border color is #060F00.


Opacity

.myOpacity80 { color: #060F00; opacity: 0.8; }

<p style="color:#060F00;opacity:0.8;">80%</p>

Text with #060F00 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 #060F00;}

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

This text has shadow with #060F00 color.

.textShadow {text-shadow: 3px 3px 1px #060F00, 3px 3px 1px red;}

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

This text has shadow with #060F00 primary color and red secondary color.


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

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

This text has shadow with #060F00 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060F00 on black background.


Color preview on white background

This text has color #060F00 on white background.



Black color preview on #060F00 background

This text has black color on #060F00 background.


White color preview on #060F00 background

This text has white color on #060F00 background.