Color spaces of #73800a
RGB | 115 | 128 | 10 |
---|---|---|---|
HSL | 0.19 | 0.86 | 0.27 |
HSV | 67° | 92° | 50° |
CMYK | 0.10 | 0.00 | 0.92 0.50 |
XYZ | 14.8442 | 19.1051 | 3.1924 |
Yxy | 19.1051 | 0.3997 | 0.5144 |
Hunter Lab | 43.7094 | -15.8708 | 26.2662 |
CIE-Lab | 50.8099 | -18.7112 | 53.5184 |
#73800a color RGB value is (115,128,10).
#73800a hex color red value is 115, green value is 128 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #73800a hue: 0.19 , saturation: 0.86 and the lightness value of 73800a is 0.27.
The process color (four color CMYK) of #73800a color hex is 0.10, 0.00, 0.92, 0.50. Web safe color of #73800a is #669900. Color #73800a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 10000000 | 00001010 |
Octal | 163 | 200 | 12 |
Decimal | 115 | 128 | 10 |
Hex | 73 | 80 | A |
Shades of #73800a
Tints of #73800a
RGB Percentages of Color #73800a
CMYK Percentages of Color #73800a
Complementary Color
#73800a | #170a80 |
#73800a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#73800a Color Preview on White Background
Lorem ipsum dolor sit amet.
#73800a Color CSS Codes
.mybgcolor {background-color:#73800a; } .myforecolor {color:#73800a; } .mybordercolor {border:3px solid #73800a; }
#73800a Text Font Color
<p style="color:#73800a">Text here</p>
This sample text font color is #73800a
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.
#73800a Background Color
<div style="background-color:#73800a">
Div content here</div>
This div background color is #73800a
#73800a Border Color
<div style="border:3px solid #73800a">
Div here</div>
This div border color is #73800a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,128,10, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #73800a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #73800a; -webkit-box-shadow: 1px 1px 3px 2px #73800a; box-shadow: 1px 1px 3px 2px #73800a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,128,10, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #73800a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #73800a; -webkit-box-shadow: 1px 1px 3px 2px #73800a; box-shadow: 1px 1px 3px 2px #73800a;">
Div content here</div>
This div box has shadow with color #73800a
Comments
No comments written yet.
Please login to write comment.