Color spaces of #759648
RGB | 117 | 150 | 72 |
---|---|---|---|
HSL | 0.24 | 0.35 | 0.44 |
HSV | 85° | 52° | 59° |
CMYK | 0.22 | 0.00 | 0.52 0.41 |
XYZ | 19.4122 | 26.0625 | 10.1383 |
Yxy | 26.0625 | 0.3491 | 0.4686 |
Hunter Lab | 51.0514 | -21.4658 | 23.9616 |
CIE-Lab | 58.0963 | -24.9281 | 37.1029 |
#759648 color RGB value is (117,150,72).
#759648 hex color red value is 117, green value is 150 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #759648 hue: 0.24 , saturation: 0.35 and the lightness value of 759648 is 0.44.
The process color (four color CMYK) of #759648 color hex is 0.22, 0.00, 0.52, 0.41. Web safe color of #759648 is #669933. Color #759648 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 10010110 | 01001000 |
Octal | 165 | 226 | 110 |
Decimal | 117 | 150 | 72 |
Hex | 75 | 96 | 48 |
Shades of #759648
Tints of #759648
RGB Percentages of Color #759648
CMYK Percentages of Color #759648
Complementary Color
#759648 | #694896 |
#759648 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#759648 Color Preview on White Background
Lorem ipsum dolor sit amet.
#759648 Color CSS Codes
.mybgcolor {background-color:#759648; } .myforecolor {color:#759648; } .mybordercolor {border:3px solid #759648; }
#759648 Text Font Color
<p style="color:#759648">Text here</p>
This sample text font color is #759648
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.
#759648 Background Color
<div style="background-color:#759648">
Div content here</div>
This div background color is #759648
#759648 Border Color
<div style="border:3px solid #759648">
Div here</div>
This div border color is #759648
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,150,72, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #759648; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #759648; -webkit-box-shadow: 1px 1px 3px 2px #759648; box-shadow: 1px 1px 3px 2px #759648; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,150,72, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #759648">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #759648; -webkit-box-shadow: 1px 1px 3px 2px #759648; box-shadow: 1px 1px 3px 2px #759648;">
Div content here</div>
This div box has shadow with color #759648
Comments
No comments written yet.
Please login to write comment.