COLOR #016B0E

HEX: #016B0E RGB: (1,107,14)

Color info

#016B0E contains mainly green color. Web safe color of #016B0E is #006600 (or #060).

RGB color model

#016B0E color RGB value is (1,107,14).

RGB: (1,107,14) (0%, 42%, 5%)

RGB channels and saturation

R 1 of 255 = 0%
G 107 of 255 = 42%
B 14 of 255 = 5%

1
107
14

R + G + B ~ 16%. #016B0E is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 107 + 14 = 122 (100%)
R 1 of 122 ~ 0.82%
G 107 of 122 ~ 87.7%
B 14 of 122 ~ 11.48'%

%87.7
%11.48

CMYK color model

#016B0E color CMYK value is (99,0,87,58).

  • cyan value is 99.07%
  • magenta value is 0.00%
  • yellow value is 86.92%
  • key color value is 58.04%

CMYK: (99,0,87,58)
C99M0Y87K58 (99%, 0%, 87%, 58%)
(0.99 / 0.00 / 0.87 / 0.58)

CMYK percentages

%99.07
%0
%86.92
%58.04

Codes

Color #016B0E in popluar color models

01 6B 0E
RGB 1 107 14
HSL 127° 98.15% 21.18%
HSB/HSV 127° 99.07% 41.96%
CMYK 99.07% 0.00% 86.92%
58.04%

Color #016B0E in popluar number systems.

HEX 01 6B 0E
Decimal 1 107 14
Binary 1 1101011 1110
Octal 1 153 16

Shades and tints

Shades of #016B0E

#016B0E
(1,107,14)
#01620D
(1,98,13)
#01590C
(1,89,12)
#01500B
(1,80,11)
#01470A
(1,71,10)
#013E09
(1,62,9)
#013508
(1,53,8)
#012C07
(1,44,7)
#012306
(1,35,6)
#011A05
(1,26,5)
#011104
(1,17,4)
#000000
(0,0,0)

Tints of #016B0E

#016B0E
(1,107,14)
#187823
(24,120,35)
#2F8538
(47,133,56)
#46924D
(70,146,77)
#5D9F62
(93,159,98)
#74AC77
(116,172,119)
#8BB98C
(139,185,140)
#A2C6A1
(162,198,161)
#B9D3B6
(185,211,182)
#D0E0CB
(208,224,203)
#E7EDE0
(231,237,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #016B0E color. Also use rgb(1,107,14) instead hex code.

Text Font Color

.myTextColor { color: #016B0E; }

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

This text font color is #016B0E.

Background Color

.myBgColor { background-color: #016B0E; }

<div style="background-color:#016B0E">Inner text</div>

This div background color is #016B0E.

Border color

.myBorderColor { border: 1px solid #016B0E; }

<div style="border:3px solid #016B0E">Div</div>

This div border color is #016B0E.

Opacity

.myOpacity80 { color: #016B0E; opacity: 0.8; }

<p style="color:#016B0E;opacity:0.8;">80%</p>

Text with #016B0E 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 #016B0E;}

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

This text has shadow with #016B0E color.


.textShadow {text-shadow: 3px 3px 1px #016B0E', 3px 3px 1px red;}

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

This text has shadow with #016B0E primary color and red secondary color.


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

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

This text has shadow with #016B0E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #016B0E; -webkit-box-shadow: 1px 1px 3px 2px #016B0E; box-shadow:1px 1px 3px 2px #016B0E;">
Div content here
</div>

This div box has shadow with color #016B0E.

Preview

Color preview on black background

This text has color #016B0E on black background.


Color preview on white background

This text has color #016B0E on white background.


Black color preview on #016B0E background

This text has black color on #016B0E background.


White color preview on #016B0E background

This text has white color on #016B0E background.


Related colors

Complementary color

Complementary color for #hex is #FE94F1.


I love getcolorcode.com

Triadic colors

1 #0E016B and #6B0E01 with #016B0E are triadic colors.

2 #0E6B01 and #6B010E with #016B0E are triadic colors.