COLOR #0F6B0E

HEX: #0F6B0E
RGB: (15,107,14)

Color info

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

RGB color model

#0F6B0E color RGB value is (15,107,14).

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

RGB channels and saturation

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

15
107
14

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

Portions of RGB colors in percentages

R + G + B =
15 + 107 + 14 = 136 (100%)
R 15 of 136 ~ 11.03%
G 107 of 136 ~ 78.68%
B 14 of 136 ~ 10.29%

%11.03
%78.68
%10.29

CMYK color model

#0F6B0E color CMYK value is (86,0,87,58).

  • cyan value is 85.98%
  • magenta value is 0.00%
  • yellow value is 86.92%
  • key color value is 58.04%
CMYK:
(86,0,87,58)
C86M0Y87K58 
(86%,0%,87%,58%)
(0.86/0.00/0.87/0.58)	

CMYK percentages

%85.98
%0
%86.92
%58.04

Codes

Color #0F6B0E in popluar color models

0F6B0E
RGB1510714
HSL119°76.86%23.73%
HSB/HSV119°86.92%41.96%
CMYK85.98%0.00%86.92%
58.04%

Color #0F6B0E in popluar number systems.

HEX0F6B0E
Decimal1510714
Binary111111010111110
Octal1715316

Shades and tints

Shades of #0F6B0E

#0F6B0E
(15,107,14)
#0E620D
(14,98,13)
#0D590C
(13,89,12)
#0C500B
(12,80,11)
#0B470A
(11,71,10)
#0A3E09
(10,62,9)
#093508
(9,53,8)
#082C07
(8,44,7)
#072306
(7,35,6)
#061A05
(6,26,5)
#051104
(5,17,4)
#000000
(0,0,0)

Tints of #0F6B0E

#0F6B0E
(15,107,14)
#247823
(36,120,35)
#398538
(57,133,56)
#4E924D
(78,146,77)
#639F62
(99,159,98)
#78AC77
(120,172,119)
#8DB98C
(141,185,140)
#A2C6A1
(162,198,161)
#B7D3B6
(183,211,182)
#CCE0CB
(204,224,203)
#E1EDE0
(225,237,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F6B0E; }

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

This text font color is #0F6B0E.


Background Color

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

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

This div background color is #0F6B0E.


Border color

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

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

This div border color is #0F6B0E.


Opacity

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

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

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

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

This text has shadow with #0F6B0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F6B0E on black background.


Color preview on white background

This text has color #0F6B0E on white background.



Black color preview on #0F6B0E background

This text has black color on #0F6B0E background.


White color preview on #0F6B0E background

This text has white color on #0F6B0E background.