Html Css Color HEX #978D0F Lucky

📋 copy color: '#978D0F'

red 151 ◦ green 141 ◦ blue 15

#978D0F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky #978D0F

Tints of Lucky #978D0F

RGB

 RED value IS 151 (59.38% from 255) = 49.19%

 GREEN value IS 141 (55.47% from 255) = 45.93%

 BLUE value IS 15 (6.25% from 255) = 4.89%

R = 49.19%
G = 45.93%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.41

RGB Variations

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

Color information

#978D0F (or 0x978D0F) is known color: Lucky. HEX triplet: 97, 8D and 0F. RGB value is (151,141,15). Sum of RGB (Red+Green+Blue) = 151+141+15=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #978D0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978D0F is #6872F0. Grayscale: #828282. Windows color (decimal): -6845169 or 1019287. OLE color: 1019287.

HSL color Cylindrical-coordinate representation of color #978D0F: hue angle of 55.59º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #978D0F is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 141 15 -
CMYK 0 0.07 0.90 0.41
HSL 55.59º 0.82% 0.33% -
HSV(B) 55.59º 0.9% 0.59% -
XYZ 22.37 25.66 4.23 -
YUV 129.63 63.31 143.25 -
System Red Green Blue C M Y K H S L
Decimal 151 141 15 0 0.07 0.90 0.41 55.59 0.82 0.33
Hex 97 8D F 0 7 5A 29 38 52 21
Octal 227 215 17 0 7 132 51 70 122 41
Binary 10010111 10001101 1111 0 111 1011010 101001 111000 1010010 100001

Color Harmonies of #978D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978D0F

Black with #978D0F

Text Example


Text Example

White with #978D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #978D0F;
 }
 .AnyTagClassName
 {
   color: #978D0F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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