Color spaces of #017647
RGB | 1 | 118 | 71 |
---|---|---|---|
HSL | 0.43 | 0.98 | 0.23 |
HSV | 156° | 99° | 46° |
CMYK | 0.99 | 0.00 | 0.40 0.54 |
XYZ | 7.6283 | 13.4183 | 8.1492 |
Yxy | 13.4183 | 0.2613 | 0.4596 |
Hunter Lab | 36.6310 | -26.9321 | 12.4516 |
CIE-Lab | 43.3869 | -40.3029 | 18.1066 |
#017647 color RGB value is (1,118,71).
#017647 hex color red value is 1, green value is 118 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #017647 hue: 0.43 , saturation: 0.98 and the lightness value of 017647 is 0.23.
The process color (four color CMYK) of #017647 color hex is 0.99, 0.00, 0.40, 0.54. Web safe color of #017647 is #006633. Color #017647 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000001 | 01110110 | 01000111 |
Octal | 1 | 166 | 107 |
Decimal | 1 | 118 | 71 |
Hex | 1 | 76 | 47 |
Shades of #017647
Tints of #017647
RGB Percentages of Color #017647
CMYK Percentages of Color #017647
Complementary Color
#017647 | #760130 |
#017647 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#017647 Color Preview on White Background
Lorem ipsum dolor sit amet.
#017647 Color CSS Codes
.mybgcolor {background-color:#017647; } .myforecolor {color:#017647; } .mybordercolor {border:3px solid #017647; }
#017647 Text Font Color
<p style="color:#017647">Text here</p>
This sample text font color is #017647
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.
#017647 Background Color
<div style="background-color:#017647">
Div content here</div>
This div background color is #017647
#017647 Border Color
<div style="border:3px solid #017647">
Div here</div>
This div border color is #017647
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(1,118,71, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #017647; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #017647; -webkit-box-shadow: 1px 1px 3px 2px #017647; box-shadow: 1px 1px 3px 2px #017647; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(1,118,71, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #017647">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #017647; -webkit-box-shadow: 1px 1px 3px 2px #017647; box-shadow: 1px 1px 3px 2px #017647;">
Div content here</div>
This div box has shadow with color #017647
Comments
No comments written yet.
Please login to write comment.