COLOR #0F6B0C

HEX: #0F6B0C
RGB: (15,107,12)

Color info

#0F6B0C contains mainly green color. Web safe color of #0F6B0C is #006600 (or #060).

RGB color model

#0F6B0C color RGB value is (15,107,12).

  • red value is 15;
  • green value is 107;
  • blue value is 12.
RGB:
(15,107,12)
(6%,42%,5%)

RGB channels and saturation

R 15 of 255 = 6%
G 107 of 255 = 42%
B 12 of 255 = 5%

15
107
12

R + G + B ~ 18%. #0F6B0C is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 107 + 12 = 134 (100%)
R 15 of 134 ~ 11.19%
G 107 of 134 ~ 79.85%
B 12 of 134 ~ 8.96%

%11.19
%79.85

CMYK color model

#0F6B0C color CMYK value is (86,0,89,58).

  • cyan value is 85.98%
  • magenta value is 0.00%
  • yellow value is 88.79%
  • key color value is 58.04%
CMYK:
(86,0,89,58)
C86M0Y89K58 
(86%,0%,89%,58%)
(0.86/0.00/0.89/0.58)	

CMYK percentages

%85.98
%0
%88.79
%58.04

Codes

Color #0F6B0C in popluar color models

0F6B0C
RGB1510712
HSL118°79.83%23.33%
HSB/HSV118°88.79%41.96%
CMYK85.98%0.00%88.79%
58.04%

Color #0F6B0C in popluar number systems.

HEX0F6B0C
Decimal1510712
Binary111111010111100
Octal1715314

Shades and tints

Shades of #0F6B0C

#0F6B0C
(15,107,12)
#0E620B
(14,98,11)
#0D590A
(13,89,10)
#0C5009
(12,80,9)
#0B4708
(11,71,8)
#0A3E07
(10,62,7)
#093506
(9,53,6)
#082C05
(8,44,5)
#072304
(7,35,4)
#061A03
(6,26,3)
#051102
(5,17,2)
#000000
(0,0,0)

Tints of #0F6B0C

#0F6B0C
(15,107,12)
#247822
(36,120,34)
#398538
(57,133,56)
#4E924E
(78,146,78)
#639F64
(99,159,100)
#78AC7A
(120,172,122)
#8DB990
(141,185,144)
#A2C6A6
(162,198,166)
#B7D3BC
(183,211,188)
#CCE0D2
(204,224,210)
#E1EDE8
(225,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F6B0C color. Also use rgb(15,107,12) instead hex code.

Text Font Color

.myTextColor { color: #0F6B0C; }

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

This text font color is #0F6B0C.


Background Color

.myBgColor { background-color: #0F6B0C; }

<div style="background-color:#0F6B0C">Inner text</div>

This div background color is #0F6B0C.


Border color

.myBorderColor { border: 1px solid #0F6B0C; }

<div style="border:3px solid #0F6B0C">Div</div>

This div border color is #0F6B0C.


Opacity

.myOpacity80 { color: #0F6B0C; opacity: 0.8; }

<p style="color:#0F6B0C;opacity:0.8;">80%</p>

Text with #0F6B0C 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 #0F6B0C;}

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

This text has shadow with #0F6B0C color.

.textShadow {text-shadow: 3px 3px 1px #0F6B0C, 3px 3px 1px red;}

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

This text has shadow with #0F6B0C primary color and red secondary color.


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

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

This text has shadow with #0F6B0C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F6B0C on black background.


Color preview on white background

This text has color #0F6B0C on white background.



Black color preview on #0F6B0C background

This text has black color on #0F6B0C background.


White color preview on #0F6B0C background

This text has white color on #0F6B0C background.