Color spaces of #617500
RGB | 97 | 117 | 0 |
---|---|---|---|
HSL | 0.20 | 1.00 | 0.23 |
HSV | 70° | 100° | 46° |
CMYK | 0.17 | 0.00 | 1.00 0.54 |
XYZ | 11.2911 | 15.2640 | 2.3511 |
Yxy | 15.2640 | 0.3906 | 0.5281 |
Hunter Lab | 39.0692 | -16.7840 | 23.7805 |
CIE-Lab | 45.9937 | -21.4213 | 51.1927 |
#617500 color RGB value is (97,117,0).
#617500 hex color red value is 97, green value is 117 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #617500 hue: 0.20 , saturation: 1.00 and the lightness value of 617500 is 0.23.
The process color (four color CMYK) of #617500 color hex is 0.17, 0.00, 1.00, 0.54. Web safe color of #617500 is #666600. Color #617500 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 01110101 | 00000000 |
Octal | 141 | 165 | 0 |
Decimal | 97 | 117 | 0 |
Hex | 61 | 75 | 0 |
Shades of #617500
Tints of #617500
RGB Percentages of Color #617500
CMYK Percentages of Color #617500
Complementary Color
#617500 | #140075 |
#617500 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#617500 Color Preview on White Background
Lorem ipsum dolor sit amet.
#617500 Color CSS Codes
.mybgcolor {background-color:#617500; } .myforecolor {color:#617500; } .mybordercolor {border:3px solid #617500; }
#617500 Text Font Color
<p style="color:#617500">Text here</p>
This sample text font color is #617500
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.
#617500 Background Color
<div style="background-color:#617500">
Div content here</div>
This div background color is #617500
#617500 Border Color
<div style="border:3px solid #617500">
Div here</div>
This div border color is #617500
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,117,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #617500; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #617500; -webkit-box-shadow: 1px 1px 3px 2px #617500; box-shadow: 1px 1px 3px 2px #617500; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,117,0, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #617500">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #617500; -webkit-box-shadow: 1px 1px 3px 2px #617500; box-shadow: 1px 1px 3px 2px #617500;">
Div content here</div>
This div box has shadow with color #617500
Comments
No comments written yet.
Please login to write comment.