#978D0D

Color #978D0D Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #978D0D

Tints of Lucky #978D0D

Color information

#978D0D (or 0x978D0D) is unknown color: approx Lucky. HEX triplet: 97, 8D and 0D. RGB value is (151,141,13). Sum of RGB (Red+Green+Blue) = 151+141+13=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 141 (55.47% from 255 or 46.23% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #978D0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978D0D is #6872F2. Grayscale: #818181. Windows color (decimal): -6845171 or 888215. OLE color: 888215.

HSL color Cylindrical-coordinate representation of color #978D0D: hue angle of 55.65º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #978D0D is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB15114113-
CMYK00.070.910.41
HSL55.65º84.15%32.16%-
HSV(B)55.65º91.39%59.22%-
XYZ22.3625.664.15-
YUV129.462.31143.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 49.51%
GREEN value IS 141 (55.47% from 255) = 46.23%
BLUE value IS 13 (5.47% from 255) = 4.26%
R=49.51%
G=46.23%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511411300.070.910.4155.6584.1532.16
Hex978DD075B29385420
Octal2272151507133517012440
Binary10010111100011011101011110110111010011110001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978D0D; }

 p { color: rgb(151,141,13); }

 H1.HeaderClassName
 {
   color: #978D0D;
 }
 .AnyTagClassName
 {
   color: #978D0D;
 }
</style>
background-color css

<style>
 a { background-color: #978D0D; }

 a { background-color: rgb(151,141,13); }

 div.DivClassName
 {
   background-color: #978D0D;
 }
 .BgClassName
 {
   background-color: #978D0D;
 }
</style>
border-color css

<style>
 span { border-color: #978D0D; }

 span { border-color: rgb(151,141,13); }

 td.TdClassName
 {
   border-color: #978D0D;
 }
 .TagClassName
 {
   border-color: #978D0D;
 }
</style>