Color spaces of #60935a
RGB | 96 | 147 | 90 |
---|---|---|---|
HSL | 0.32 | 0.24 | 0.46 |
HSV | 114° | 39° | 58° |
CMYK | 0.35 | 0.00 | 0.39 0.42 |
XYZ | 17.1031 | 24.0924 | 13.4217 |
Yxy | 24.0924 | 0.3131 | 0.4411 |
Hunter Lab | 49.0840 | -23.6995 | 18.1463 |
CIE-Lab | 56.1802 | -28.8402 | 24.9128 |
#60935a color RGB value is (96,147,90).
#60935a hex color red value is 96, green value is 147 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #60935a hue: 0.32 , saturation: 0.24 and the lightness value of 60935a is 0.46.
The process color (four color CMYK) of #60935a color hex is 0.35, 0.00, 0.39, 0.42. Web safe color of #60935a is #669966. Color #60935a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 10010011 | 01011010 |
Octal | 140 | 223 | 132 |
Decimal | 96 | 147 | 90 |
Hex | 60 | 93 | 5A |
Shades of #60935a
Tints of #60935a
RGB Percentages of Color #60935a
CMYK Percentages of Color #60935a
Complementary Color
#60935a | #8d5a93 |
#60935a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#60935a Color Preview on White Background
Lorem ipsum dolor sit amet.
#60935a Color CSS Codes
.mybgcolor {background-color:#60935a; } .myforecolor {color:#60935a; } .mybordercolor {border:3px solid #60935a; }
#60935a Text Font Color
<p style="color:#60935a">Text here</p>
This sample text font color is #60935a
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.
#60935a Background Color
<div style="background-color:#60935a">
Div content here</div>
This div background color is #60935a
#60935a Border Color
<div style="border:3px solid #60935a">
Div here</div>
This div border color is #60935a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,147,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #60935a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #60935a; -webkit-box-shadow: 1px 1px 3px 2px #60935a; box-shadow: 1px 1px 3px 2px #60935a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,147,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #60935a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #60935a; -webkit-box-shadow: 1px 1px 3px 2px #60935a; box-shadow: 1px 1px 3px 2px #60935a;">
Div content here</div>
This div box has shadow with color #60935a
Comments
No comments written yet.
Please login to write comment.