COLOR #0F680F

HEX: #0F680F
RGB: (15,104,15)

Color info

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

RGB color model

#0F680F color RGB value is (15,104,15).

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

RGB channels and saturation

R 15 of 255 = 6%
G 104 of 255 = 41%
B 15 of 255 = 6%

15
104
15

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

Portions of RGB colors in percentages

R + G + B =
15 + 104 + 15 = 134 (100%)
R 15 of 134 ~ 11.19%
G 104 of 134 ~ 77.61%
B 15 of 134 ~ 11.19%

%11.19
%77.61
%11.19

CMYK color model

#0F680F color CMYK value is (86,0,86,59).

  • cyan value is 85.58%
  • magenta value is 0.00%
  • yellow value is 85.58%
  • key color value is 59.22%
CMYK:
(86,0,86,59)
C86M0Y86K59 
(86%,0%,86%,59%)
(0.86/0.00/0.86/0.59)	

CMYK percentages

%85.58
%0
%85.58
%59.22

Codes

Color #0F680F in popluar color models

0F680F
RGB1510415
HSL120°74.79%23.33%
HSB/HSV120°85.58%40.78%
CMYK85.58%0.00%85.58%
59.22%

Color #0F680F in popluar number systems.

HEX0F680F
Decimal1510415
Binary111111010001111
Octal1715017

Shades and tints

Shades of #0F680F

#0F680F
(15,104,15)
#0E5F0E
(14,95,14)
#0D560D
(13,86,13)
#0C4D0C
(12,77,12)
#0B440B
(11,68,11)
#0A3B0A
(10,59,10)
#093209
(9,50,9)
#082908
(8,41,8)
#072007
(7,32,7)
#061706
(6,23,6)
#050E05
(5,14,5)
#000000
(0,0,0)

Tints of #0F680F

#0F680F
(15,104,15)
#247524
(36,117,36)
#398239
(57,130,57)
#4E8F4E
(78,143,78)
#639C63
(99,156,99)
#78A978
(120,169,120)
#8DB68D
(141,182,141)
#A2C3A2
(162,195,162)
#B7D0B7
(183,208,183)
#CCDDCC
(204,221,204)
#E1EAE1
(225,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F680F; }

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

This text font color is #0F680F.


Background Color

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

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

This div background color is #0F680F.


Border color

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

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

This div border color is #0F680F.


Opacity

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

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

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

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

This text has shadow with #0F680F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F680F on black background.


Color preview on white background

This text has color #0F680F on white background.



Black color preview on #0F680F background

This text has black color on #0F680F background.


White color preview on #0F680F background

This text has white color on #0F680F background.