Color spaces of #749921
RGB | 116 | 153 | 33 |
---|---|---|---|
HSL | 0.22 | 0.65 | 0.36 |
HSV | 79° | 78° | 60° |
CMYK | 0.24 | 0.00 | 0.78 0.40 |
XYZ | 18.8682 | 26.6053 | 5.5797 |
Yxy | 26.6053 | 0.3696 | 0.5211 |
Hunter Lab | 51.5803 | -24.9699 | 29.6925 |
CIE-Lab | 58.6072 | -29.9067 | 54.3460 |
#749921 color RGB value is (116,153,33).
#749921 hex color red value is 116, green value is 153 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #749921 hue: 0.22 , saturation: 0.65 and the lightness value of 749921 is 0.36.
The process color (four color CMYK) of #749921 color hex is 0.24, 0.00, 0.78, 0.40. Web safe color of #749921 is #669933. Color #749921 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 10011001 | 00100001 |
Octal | 164 | 231 | 41 |
Decimal | 116 | 153 | 33 |
Hex | 74 | 99 | 21 |
Shades of #749921
Tints of #749921
RGB Percentages of Color #749921
CMYK Percentages of Color #749921
Complementary Color
#749921 | #462199 |
#749921 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#749921 Color Preview on White Background
Lorem ipsum dolor sit amet.
#749921 Color CSS Codes
.mybgcolor {background-color:#749921; } .myforecolor {color:#749921; } .mybordercolor {border:3px solid #749921; }
#749921 Text Font Color
<p style="color:#749921">Text here</p>
This sample text font color is #749921
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.
#749921 Background Color
<div style="background-color:#749921">
Div content here</div>
This div background color is #749921
#749921 Border Color
<div style="border:3px solid #749921">
Div here</div>
This div border color is #749921
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,153,33, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #749921; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #749921; -webkit-box-shadow: 1px 1px 3px 2px #749921; box-shadow: 1px 1px 3px 2px #749921; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,153,33, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #749921">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #749921; -webkit-box-shadow: 1px 1px 3px 2px #749921; box-shadow: 1px 1px 3px 2px #749921;">
Div content here</div>
This div box has shadow with color #749921
Comments
No comments written yet.
Please login to write comment.