Shades of Lucky #9C8F07
Tints of Lucky #9C8F07
RGB
CMYK
RGB Variations
Color information
#9C8F07 (or 0x9C8F07) is known color: Lucky. HEX triplet: 9C, 8F and 07. RGB value is (156,143,7). Sum of RGB (Red+Green+Blue) = 156+143+7=306 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.98% from 306); Green value is 143 (56.25% from 255 or 46.73% from 306); Blue value is 7 (3.12% from 255 or 2.29% from 306); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8F07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8F07 is #6370F8. Grayscale: #838383. Windows color (decimal): -6516985 or 495516. OLE color: 495516.
HSL color Cylindrical-coordinate representation of color #9C8F07: hue angle of 54.77º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C8F07 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 143 | 7 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.39 |
| HSL | 54.77º | 0.91% | 0.32% | - |
| HSV(B) | 54.77º | 0.96% | 0.61% | - |
| XYZ | 23.57 | 26.73 | 4.12 | - |
| YUV | 131.38 | 57.81 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 143 | 7 | 0 | 0.08 | 0.96 | 0.39 | 54.77 | 0.91 | 0.32 |
| Hex | 9C | 8F | 7 | 0 | 8 | 60 | 27 | 37 | 5B | 20 |
| Octal | 234 | 217 | 7 | 0 | 10 | 140 | 47 | 67 | 133 | 40 |
| Binary | 10011100 | 10001111 | 111 | 0 | 1000 | 1100000 | 100111 | 110111 | 1011011 | 100000 |
Color Harmonies of #9C8F07
Complementary color
Monochromatic Colors of #9C8F07
Black with #9C8F07
Text Example
Text Example
White with #9C8F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8F07; }
p { color: rgb(156,143,7); }
H1.HeaderClassName
{
color: #9C8F07;
}
.AnyTagClassName
{
color: #9C8F07;
}
</style>
background-color css
<style>
a { background-color: #9C8F07; }
a { background-color: rgb(156,143,7); }
div.DivClassName
{
background-color: #9C8F07;
}
.BgClassName
{
background-color: #9C8F07;
}
</style>
border-color css
<style>
span { border-color: #9C8F07; }
span { border-color: rgb(156,143,7); }
td.TdClassName
{
border-color: #9C8F07;
}
.TagClassName
{
border-color: #9C8F07;
}
</style>