Color Hex Logo

#017760 Color Hex

#017760
(1,119,96)
0 Favorites   0 Comments

Color spaces of #017760

RGB 111996
HSL0.470.980.24
HSV168°99°47°
CMYK 0.990.000.19   0.53
XYZ8.720714.044613.3176
Yxy14.04460.24170.3892
Hunter Lab37.4761-24.04625.1639
CIE-Lab44.2968-34.38574.6823

#017760 color RGB value is (1,119,96).

#017760 hex color red value is 1, green value is 119 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #017760 hue: 0.47 , saturation: 0.98 and the lightness value of 017760 is 0.24.

The process color (four color CMYK) of #017760 color hex is 0.99, 0.00, 0.19, 0.53. Web safe color of #017760 is #006666. Color #017760 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01110111 01100000
Octal 1 167 140
Decimal 1 119 96
Hex 1 77 60

RGB Percentages of Color #017760

%0.46
%55.09
%44.44

CMYK Percentages of Color #017760

%99
%0
%19
%53

Triadic Colors of #017760

#017760 #600177 #776001

Analogous Colors of #017760

#017760 #015377 #017725

Monochromatic Colors of #017760

#017760

Complementary Color

#017760 #770118

#017760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#017760 Color CSS Codes

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

#017760 Text Font Color

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

This sample text font color is #017760
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.


#017760 Background Color

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

This div background color is #017760


#017760 Border Color

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

This div border color is #017760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017760


Comments

No comments written yet.

Please login to write comment.