Color spaces of #73960b
RGB | 115 | 150 | 11 |
---|---|---|---|
HSL | 0.21 | 0.86 | 0.32 |
HSV | 75° | 93° | 59° |
CMYK | 0.23 | 0.00 | 0.93 0.41 |
XYZ | 18.0370 | 25.4817 | 4.2844 |
Yxy | 25.4817 | 0.3773 | 0.5331 |
Hunter Lab | 50.4794 | -24.5584 | 30.3034 |
CIE-Lab | 57.5418 | -29.6620 | 58.7704 |
#73960b color RGB value is (115,150,11).
#73960b hex color red value is 115, green value is 150 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #73960b hue: 0.21 , saturation: 0.86 and the lightness value of 73960b is 0.32.
The process color (four color CMYK) of #73960b color hex is 0.23, 0.00, 0.93, 0.41. Web safe color of #73960b is #669900. Color #73960b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 10010110 | 00001011 |
Octal | 163 | 226 | 13 |
Decimal | 115 | 150 | 11 |
Hex | 73 | 96 | B |
Shades of #73960b
Tints of #73960b
RGB Percentages of Color #73960b
CMYK Percentages of Color #73960b
Complementary Color
#73960b | #2e0b96 |
#73960b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#73960b Color Preview on White Background
Lorem ipsum dolor sit amet.
#73960b Color CSS Codes
.mybgcolor {background-color:#73960b; } .myforecolor {color:#73960b; } .mybordercolor {border:3px solid #73960b; }
#73960b Text Font Color
<p style="color:#73960b">Text here</p>
This sample text font color is #73960b
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.
#73960b Background Color
<div style="background-color:#73960b">
Div content here</div>
This div background color is #73960b
#73960b Border Color
<div style="border:3px solid #73960b">
Div here</div>
This div border color is #73960b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,150,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #73960b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #73960b; -webkit-box-shadow: 1px 1px 3px 2px #73960b; box-shadow: 1px 1px 3px 2px #73960b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,150,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #73960b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #73960b; -webkit-box-shadow: 1px 1px 3px 2px #73960b; box-shadow: 1px 1px 3px 2px #73960b;">
Div content here</div>
This div box has shadow with color #73960b
Comments
No comments written yet.
Please login to write comment.