Shades of Lucky #9F8F1F
Tints of Lucky #9F8F1F
RGB
CMYK
RGB Variations
Color information
#9F8F1F (or 0x9F8F1F) is known color: Lucky. HEX triplet: 9F, 8F and 1F. RGB value is (159,143,31). Sum of RGB (Red+Green+Blue) = 159+143+31=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8F1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8F1F is #6070E0. Grayscale: #878787. Windows color (decimal): -6320353 or 2068383. OLE color: 2068383.
HSL color Cylindrical-coordinate representation of color #9F8F1F: hue angle of 52.5º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F8F1F is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 143 | 31 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.38 |
| HSL | 52.5º | 0.67% | 0.37% | - |
| HSV(B) | 52.5º | 0.81% | 0.62% | - |
| XYZ | 24.37 | 27.11 | 5.25 | - |
| YUV | 135.02 | 69.3 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 143 | 31 | 0 | 0.10 | 0.81 | 0.38 | 52.5 | 0.67 | 0.37 |
| Hex | 9F | 8F | 1F | 0 | A | 51 | 26 | 34 | 43 | 25 |
| Octal | 237 | 217 | 37 | 0 | 12 | 121 | 46 | 64 | 103 | 45 |
| Binary | 10011111 | 10001111 | 11111 | 0 | 1010 | 1010001 | 100110 | 110100 | 1000011 | 100101 |
Color Harmonies of #9F8F1F
Complementary color
Monochromatic Colors of #9F8F1F
Black with #9F8F1F
Text Example
Text Example
White with #9F8F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8F1F; }
p { color: rgb(159,143,31); }
H1.HeaderClassName
{
color: #9F8F1F;
}
.AnyTagClassName
{
color: #9F8F1F;
}
</style>
background-color css
<style>
a { background-color: #9F8F1F; }
a { background-color: rgb(159,143,31); }
div.DivClassName
{
background-color: #9F8F1F;
}
.BgClassName
{
background-color: #9F8F1F;
}
</style>
border-color css
<style>
span { border-color: #9F8F1F; }
span { border-color: rgb(159,143,31); }
td.TdClassName
{
border-color: #9F8F1F;
}
.TagClassName
{
border-color: #9F8F1F;
}
</style>