Shades of Lucky #9F9307
Tints of Lucky #9F9307
RGB
CMYK
RGB Variations
Color information
#9F9307 (or 0x9F9307) is known color: Lucky. HEX triplet: 9F, 93 and 07. RGB value is (159,147,7). Sum of RGB (Red+Green+Blue) = 159+147+7=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 7 (3.12% from 255 or 2.24% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9307 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9307 is #606CF8. Grayscale: #878787. Windows color (decimal): -6319353 or 496543. OLE color: 496543.
HSL color Cylindrical-coordinate representation of color #9F9307: hue angle of 55.26º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F9307 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 147 | 7 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.38 |
| HSL | 55.26º | 0.92% | 0.33% | - |
| HSV(B) | 55.26º | 0.96% | 0.62% | - |
| XYZ | 24.77 | 28.25 | 4.35 | - |
| YUV | 134.63 | 55.98 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 147 | 7 | 0 | 0.08 | 0.96 | 0.38 | 55.26 | 0.92 | 0.33 |
| Hex | 9F | 93 | 7 | 0 | 8 | 60 | 26 | 37 | 5C | 21 |
| Octal | 237 | 223 | 7 | 0 | 10 | 140 | 46 | 67 | 134 | 41 |
| Binary | 10011111 | 10010011 | 111 | 0 | 1000 | 1100000 | 100110 | 110111 | 1011100 | 100001 |
Color Harmonies of #9F9307
Complementary color
Monochromatic Colors of #9F9307
Black with #9F9307
Text Example
Text Example
White with #9F9307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9307; }
p { color: rgb(159,147,7); }
H1.HeaderClassName
{
color: #9F9307;
}
.AnyTagClassName
{
color: #9F9307;
}
</style>
background-color css
<style>
a { background-color: #9F9307; }
a { background-color: rgb(159,147,7); }
div.DivClassName
{
background-color: #9F9307;
}
.BgClassName
{
background-color: #9F9307;
}
</style>
border-color css
<style>
span { border-color: #9F9307; }
span { border-color: rgb(159,147,7); }
td.TdClassName
{
border-color: #9F9307;
}
.TagClassName
{
border-color: #9F9307;
}
</style>