Html Css Color HEX #978F0D Lucky

📋 copy color: '#978F0D'

red 151 ◦ green 143 ◦ blue 13

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

Shades of Lucky #978F0D

Tints of Lucky #978F0D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 46.58%

 BLUE value IS 13 (5.47% from 255) = 4.23%

R = 49.19%
G = 46.58%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#978F0D (or 0x978F0D) is known color: Lucky. HEX triplet: 97, 8F and 0D. RGB value is (151,143,13). Sum of RGB (Red+Green+Blue) = 151+143+13=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 143 (56.25% from 255 or 46.58% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #978F0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978F0D is #6870F2. Grayscale: #838383. Windows color (decimal): -6844659 or 888727. OLE color: 888727.

HSL color Cylindrical-coordinate representation of color #978F0D: hue angle of 56.52º 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 #978F0D is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 143 13 -
CMYK 0 0.05 0.91 0.41
HSL 56.52º 0.84% 0.32% -
HSV(B) 56.52º 0.91% 0.59% -
XYZ 22.66 26.25 4.25 -
YUV 130.57 61.65 142.57 -
System Red Green Blue C M Y K H S L
Decimal 151 143 13 0 0.05 0.91 0.41 56.52 0.84 0.32
Hex 97 8F D 0 5 5B 29 39 54 20
Octal 227 217 15 0 5 133 51 71 124 40
Binary 10010111 10001111 1101 0 101 1011011 101001 111001 1010100 100000

Color Harmonies of #978F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978F0D

Black with #978F0D

Text Example


Text Example

White with #978F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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