Color Hex Logo

#016727 Color Hex

#016727
(1,103,39)
0 Favorites   0 Comments

Color spaces of #016727

RGB 110339
HSL0.400.980.20
HSV142°99°40°
CMYK 0.990.000.62   0.60
XYZ5.22909.85343.5458
Yxy9.85340.28070.5290
Hunter Lab31.3901-25.198015.2757
CIE-Lab37.5780-40.775028.5082

#016727 color RGB value is (1,103,39).

#016727 hex color red value is 1, green value is 103 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #016727 hue: 0.40 , saturation: 0.98 and the lightness value of 016727 is 0.20.

The process color (four color CMYK) of #016727 color hex is 0.99, 0.00, 0.62, 0.60. Web safe color of #016727 is #006633. Color #016727 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01100111 00100111
Octal 1 147 47
Decimal 1 103 39
Hex 1 67 27

RGB Percentages of Color #016727

%0.70
%72.03
%27.27

CMYK Percentages of Color #016727

%99
%0
%62
%60

Triadic Colors of #016727

#016727 #270167 #672701

Analogous Colors of #016727

#016727 #01675a #0e6701

Monochromatic Colors of #016727

#016727

Complementary Color

#016727 #670141

#016727 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016727 Color Preview on White Background

Lorem ipsum dolor sit amet.

#016727 Color CSS Codes

.mybgcolor {background-color:#016727; } 
.myforecolor {color:#016727; }
.mybordercolor {border:3px solid #016727; }

#016727 Text Font Color

<p style="color:#016727">Text here</p>

This sample text font color is #016727
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#016727 Background Color

<div style="background-color:#016727">
Div content here</div>

This div background color is #016727


#016727 Border Color

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

This div border color is #016727


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,103,39, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #016727; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #016727;
  -webkit-box-shadow: 1px 1px 3px 2px #016727;
  box-shadow:         1px 1px 3px 2px #016727; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,103,39, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #016727">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #016727;
  -webkit-box-shadow: 1px 1px 3px 2px #016727;
  box-shadow:         1px 1px 3px 2px #016727;">
Div content here</div>

This div box has shadow with color #016727


Comments

No comments written yet.

Please login to write comment.