Color spaces of #017766
RGB | 1 | 119 | 102 |
---|---|---|---|
HSL | 0.48 | 0.98 | 0.24 |
HSV | 171° | 99° | 47° |
CMYK | 0.99 | 0.00 | 0.14 0.53 |
XYZ | 9.0076 | 14.1594 | 14.8287 |
Yxy | 14.1594 | 0.2371 | 0.3727 |
Hunter Lab | 37.6290 | -23.1215 | 2.9755 |
CIE-Lab | 44.4607 | -32.6455 | 1.3436 |
#017766 color RGB value is (1,119,102).
#017766 hex color red value is 1, green value is 119 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #017766 hue: 0.48 , saturation: 0.98 and the lightness value of 017766 is 0.24.
The process color (four color CMYK) of #017766 color hex is 0.99, 0.00, 0.14, 0.53. Web safe color of #017766 is #006666. Color #017766 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000001 | 01110111 | 01100110 |
Octal | 1 | 167 | 146 |
Decimal | 1 | 119 | 102 |
Hex | 1 | 77 | 66 |
Shades of #017766
Tints of #017766
RGB Percentages of Color #017766
CMYK Percentages of Color #017766
Complementary Color
#017766 | #770112 |
#017766 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#017766 Color Preview on White Background
Lorem ipsum dolor sit amet.
#017766 Color CSS Codes
.mybgcolor {background-color:#017766; } .myforecolor {color:#017766; } .mybordercolor {border:3px solid #017766; }
#017766 Text Font Color
<p style="color:#017766">Text here</p>
This sample text font color is #017766
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.
#017766 Background Color
<div style="background-color:#017766">
Div content here</div>
This div background color is #017766
#017766 Border Color
<div style="border:3px solid #017766">
Div here</div>
This div border color is #017766
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(1,119,102, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #017766; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #017766; -webkit-box-shadow: 1px 1px 3px 2px #017766; box-shadow: 1px 1px 3px 2px #017766; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(1,119,102, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #017766">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #017766; -webkit-box-shadow: 1px 1px 3px 2px #017766; box-shadow: 1px 1px 3px 2px #017766;">
Div content here</div>
This div box has shadow with color #017766
Comments
No comments written yet.
Please login to write comment.