Color spaces of #68760e
RGB | 104 | 118 | 14 |
---|---|---|---|
HSL | 0.19 | 0.79 | 0.26 |
HSV | 68° | 88° | 46° |
CMYK | 0.12 | 0.00 | 0.88 0.54 |
XYZ | 12.2666 | 15.9316 | 2.8441 |
Yxy | 15.9316 | 0.3952 | 0.5132 |
Hunter Lab | 39.9144 | -14.9931 | 23.7154 |
CIE-Lab | 46.8846 | -18.3777 | 49.0803 |
#68760e color RGB value is (104,118,14).
#68760e hex color red value is 104, green value is 118 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #68760e hue: 0.19 , saturation: 0.79 and the lightness value of 68760e is 0.26.
The process color (four color CMYK) of #68760e color hex is 0.12, 0.00, 0.88, 0.54. Web safe color of #68760e is #666600. Color #68760e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101000 | 01110110 | 00001110 |
Octal | 150 | 166 | 16 |
Decimal | 104 | 118 | 14 |
Hex | 68 | 76 | E |
Shades of #68760e
Tints of #68760e
RGB Percentages of Color #68760e
CMYK Percentages of Color #68760e
Complementary Color
#68760e | #1c0e76 |
#68760e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#68760e Color Preview on White Background
Lorem ipsum dolor sit amet.
#68760e Color CSS Codes
.mybgcolor {background-color:#68760e; } .myforecolor {color:#68760e; } .mybordercolor {border:3px solid #68760e; }
#68760e Text Font Color
<p style="color:#68760e">Text here</p>
This sample text font color is #68760e
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.
#68760e Background Color
<div style="background-color:#68760e">
Div content here</div>
This div background color is #68760e
#68760e Border Color
<div style="border:3px solid #68760e">
Div here</div>
This div border color is #68760e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(104,118,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #68760e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #68760e; -webkit-box-shadow: 1px 1px 3px 2px #68760e; box-shadow: 1px 1px 3px 2px #68760e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(104,118,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #68760e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #68760e; -webkit-box-shadow: 1px 1px 3px 2px #68760e; box-shadow: 1px 1px 3px 2px #68760e;">
Div content here</div>
This div box has shadow with color #68760e
Comments
No comments written yet.
Please login to write comment.