COLOR #0F720E

HEX: #0F720E
RGB: (15,114,14)

Color info

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

RGB color model

#0F720E color RGB value is (15,114,14).

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

RGB channels and saturation

R 15 of 255 = 6%
G 114 of 255 = 45%
B 14 of 255 = 5%

15
114
14

R + G + B ~ 19%. #0F720E is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 114 + 14 = 143 (100%)
R 15 of 143 ~ 10.49%
G 114 of 143 ~ 79.72%
B 14 of 143 ~ 9.79%

%10.49
%79.72
%9.79

CMYK color model

#0F720E color CMYK value is (87,0,88,55).

  • cyan value is 86.84%
  • magenta value is 0.00%
  • yellow value is 87.72%
  • key color value is 55.29%
CMYK:
(87,0,88,55)
C87M0Y88K55 
(87%,0%,88%,55%)
(0.87/0.00/0.88/0.55)	

CMYK percentages

%86.84
%0
%87.72
%55.29

Codes

Color #0F720E in popluar color models

0F720E
RGB1511414
HSL119°78.13%25.10%
HSB/HSV119°87.72%44.71%
CMYK86.84%0.00%87.72%
55.29%

Color #0F720E in popluar number systems.

HEX0F720E
Decimal1511414
Binary111111100101110
Octal1716216

Shades and tints

Shades of #0F720E

#0F720E
(15,114,14)
#0E680D
(14,104,13)
#0D5E0C
(13,94,12)
#0C540B
(12,84,11)
#0B4A0A
(11,74,10)
#0A4009
(10,64,9)
#093608
(9,54,8)
#082C07
(8,44,7)
#072206
(7,34,6)
#061805
(6,24,5)
#050E04
(5,14,4)
#000000
(0,0,0)

Tints of #0F720E

#0F720E
(15,114,14)
#247E23
(36,126,35)
#398A38
(57,138,56)
#4E964D
(78,150,77)
#63A262
(99,162,98)
#78AE77
(120,174,119)
#8DBA8C
(141,186,140)
#A2C6A1
(162,198,161)
#B7D2B6
(183,210,182)
#CCDECB
(204,222,203)
#E1EAE0
(225,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F720E; }

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

This text font color is #0F720E.


Background Color

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

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

This div background color is #0F720E.


Border color

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

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

This div border color is #0F720E.


Opacity

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

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

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

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

This text has shadow with #0F720E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F720E on black background.


Color preview on white background

This text has color #0F720E on white background.



Black color preview on #0F720E background

This text has black color on #0F720E background.


White color preview on #0F720E background

This text has white color on #0F720E background.