Color spaces of #697559
RGB | 105 | 117 | 89 |
---|---|---|---|
HSL | 0.24 | 0.14 | 0.40 |
HSV | 86° | 24° | 46° |
CMYK | 0.10 | 0.00 | 0.24 0.54 |
XYZ | 13.9902 | 16.4471 | 11.8884 |
Yxy | 16.4471 | 0.3305 | 0.3886 |
Hunter Lab | 40.5550 | -9.3944 | 11.0081 |
CIE-Lab | 47.5557 | -9.9502 | 13.9876 |
#697559 color RGB value is (105,117,89).
#697559 hex color red value is 105, green value is 117 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #697559 hue: 0.24 , saturation: 0.14 and the lightness value of 697559 is 0.40.
The process color (four color CMYK) of #697559 color hex is 0.10, 0.00, 0.24, 0.54. Web safe color of #697559 is #666666. Color #697559 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 01110101 | 01011001 |
Octal | 151 | 165 | 131 |
Decimal | 105 | 117 | 89 |
Hex | 69 | 75 | 59 |
Shades of #697559
Tints of #697559
RGB Percentages of Color #697559
CMYK Percentages of Color #697559
Complementary Color
#697559 | #655975 |
#697559 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#697559 Color Preview on White Background
Lorem ipsum dolor sit amet.
#697559 Color CSS Codes
.mybgcolor {background-color:#697559; } .myforecolor {color:#697559; } .mybordercolor {border:3px solid #697559; }
#697559 Text Font Color
<p style="color:#697559">Text here</p>
This sample text font color is #697559
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.
#697559 Background Color
<div style="background-color:#697559">
Div content here</div>
This div background color is #697559
#697559 Border Color
<div style="border:3px solid #697559">
Div here</div>
This div border color is #697559
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,117,89, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #697559; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #697559; -webkit-box-shadow: 1px 1px 3px 2px #697559; box-shadow: 1px 1px 3px 2px #697559; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,117,89, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #697559">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #697559; -webkit-box-shadow: 1px 1px 3px 2px #697559; box-shadow: 1px 1px 3px 2px #697559;">
Div content here</div>
This div box has shadow with color #697559
Comments
No comments written yet.
Please login to write comment.