Color spaces of #74973f
RGB | 116 | 151 | 63 |
---|---|---|---|
HSL | 0.23 | 0.41 | 0.42 |
HSV | 84° | 58° | 59° |
CMYK | 0.23 | 0.00 | 0.58 0.41 |
XYZ | 19.1663 | 26.2051 | 8.7505 |
Yxy | 26.2051 | 0.3541 | 0.4842 |
Hunter Lab | 51.1909 | -22.7522 | 25.6987 |
CIE-Lab | 58.2312 | -26.7581 | 41.6762 |
#74973f color RGB value is (116,151,63).
#74973f hex color red value is 116, green value is 151 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #74973f hue: 0.23 , saturation: 0.41 and the lightness value of 74973f is 0.42.
The process color (four color CMYK) of #74973f color hex is 0.23, 0.00, 0.58, 0.41. Web safe color of #74973f is #669933. Color #74973f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 10010111 | 00111111 |
Octal | 164 | 227 | 77 |
Decimal | 116 | 151 | 63 |
Hex | 74 | 97 | 3F |
Shades of #74973f
Tints of #74973f
RGB Percentages of Color #74973f
CMYK Percentages of Color #74973f
Complementary Color
#74973f | #623f97 |
#74973f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#74973f Color Preview on White Background
Lorem ipsum dolor sit amet.
#74973f Color CSS Codes
.mybgcolor {background-color:#74973f; } .myforecolor {color:#74973f; } .mybordercolor {border:3px solid #74973f; }
#74973f Text Font Color
<p style="color:#74973f">Text here</p>
This sample text font color is #74973f
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.
#74973f Background Color
<div style="background-color:#74973f">
Div content here</div>
This div background color is #74973f
#74973f Border Color
<div style="border:3px solid #74973f">
Div here</div>
This div border color is #74973f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,151,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #74973f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #74973f; -webkit-box-shadow: 1px 1px 3px 2px #74973f; box-shadow: 1px 1px 3px 2px #74973f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,151,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #74973f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #74973f; -webkit-box-shadow: 1px 1px 3px 2px #74973f; box-shadow: 1px 1px 3px 2px #74973f;">
Div content here</div>
This div box has shadow with color #74973f
Comments
No comments written yet.
Please login to write comment.