Shades of Lucky #978E0C
Tints of Lucky #978E0C
RGB
CMYK
RGB Variations
Color information
#978E0C (or 0x978E0C) is known color: Lucky. HEX triplet: 97, 8E and 0C. RGB value is (151,142,12). Sum of RGB (Red+Green+Blue) = 151+142+12=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 142 (55.86% from 255 or 46.56% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #978E0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978E0C is #6871F3. Grayscale: #828282. Windows color (decimal): -6844916 or 822935. OLE color: 822935.
HSL color Cylindrical-coordinate representation of color #978E0C: hue angle of 56.12º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #978E0C is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 142 | 12 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.41 |
| HSL | 56.12º | 0.85% | 0.32% | - |
| HSV(B) | 56.12º | 0.92% | 0.59% | - |
| XYZ | 22.5 | 25.95 | 4.17 | - |
| YUV | 129.87 | 61.48 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 142 | 12 | 0 | 0.06 | 0.92 | 0.41 | 56.12 | 0.85 | 0.32 |
| Hex | 97 | 8E | C | 0 | 6 | 5C | 29 | 38 | 55 | 20 |
| Octal | 227 | 216 | 14 | 0 | 6 | 134 | 51 | 70 | 125 | 40 |
| Binary | 10010111 | 10001110 | 1100 | 0 | 110 | 1011100 | 101001 | 111000 | 1010101 | 100000 |
Color Harmonies of #978E0C
Complementary color
Monochromatic Colors of #978E0C
Black with #978E0C
Text Example
Text Example
White with #978E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978E0C; }
p { color: rgb(151,142,12); }
H1.HeaderClassName
{
color: #978E0C;
}
.AnyTagClassName
{
color: #978E0C;
}
</style>
background-color css
<style>
a { background-color: #978E0C; }
a { background-color: rgb(151,142,12); }
div.DivClassName
{
background-color: #978E0C;
}
.BgClassName
{
background-color: #978E0C;
}
</style>
border-color css
<style>
span { border-color: #978E0C; }
span { border-color: rgb(151,142,12); }
td.TdClassName
{
border-color: #978E0C;
}
.TagClassName
{
border-color: #978E0C;
}
</style>