COLOR #016123

HEX: #016123
RGB: (1,97,35)

Color info

#016123 contains mainly green color. Web safe color of #016123 is #006633 (or #063).

RGB color model

#016123 color RGB value is (1,97,35).

  • red value is 1;
  • green value is 97;
  • blue value is 35.
RGB:
(1,97,35)
(0%,38%,14%)

RGB channels and saturation

R 1 of 255 = 0%
G 97 of 255 = 38%
B 35 of 255 = 14%

1
97
35

R + G + B ~ 17%. #016123 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 97 + 35 = 133 (100%)
R 1 of 133 ~ 0.75%
G 97 of 133 ~ 72.93%
B 35 of 133 ~ 26.32%

%72.93
%26.32

CMYK color model

#016123 color CMYK value is (99,0,64,62).

  • cyan value is 98.97%
  • magenta value is 0.00%
  • yellow value is 63.92%
  • key color value is 61.96%
CMYK:
(99,0,64,62)
C99M0Y64K62 
(99%,0%,64%,62%)
(0.99/0.00/0.64/0.62)	

CMYK percentages

%98.97
%0
%63.92
%61.96

Codes

Color #016123 in popluar color models

016123
RGB19735
HSL141°97.96%19.22%
HSB/HSV141°98.97%38.04%
CMYK98.97%0.00%63.92%
61.96%

Color #016123 in popluar number systems.

HEX016123
Decimal19735
Binary11100001100011
Octal114143

Shades and tints

Shades of #016123

#016123
(1,97,35)
#015920
(1,89,32)
#01511D
(1,81,29)
#01491A
(1,73,26)
#014117
(1,65,23)
#013914
(1,57,20)
#013111
(1,49,17)
#01290E
(1,41,14)
#01210B
(1,33,11)
#011908
(1,25,8)
#011105
(1,17,5)
#000000
(0,0,0)

Tints of #016123

#016123
(1,97,35)
#186F37
(24,111,55)
#2F7D4B
(47,125,75)
#468B5F
(70,139,95)
#5D9973
(93,153,115)
#74A787
(116,167,135)
#8BB59B
(139,181,155)
#A2C3AF
(162,195,175)
#B9D1C3
(185,209,195)
#D0DFD7
(208,223,215)
#E7EDEB
(231,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #016123 color. Also use rgb(1,97,35) instead hex code.

Text Font Color

.myTextColor { color: #016123; }

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

This text font color is #016123.


Background Color

.myBgColor { background-color: #016123; }

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

This div background color is #016123.


Border color

.myBorderColor { border: 1px solid #016123; }

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

This div border color is #016123.


Opacity

.myOpacity80 { color: #016123; opacity: 0.8; }

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

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

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

This text has shadow with #016123 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #016123 on black background.


Color preview on white background

This text has color #016123 on white background.



Black color preview on #016123 background

This text has black color on #016123 background.


White color preview on #016123 background

This text has white color on #016123 background.