Html Css Color HEX #978E0D Lucky

📋 copy color: '#978E0D'

red 151 ◦ green 142 ◦ blue 13

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

Shades of Lucky #978E0D

Tints of Lucky #978E0D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 46.41%

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

R = 49.35%
G = 46.41%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#978E0D (or 0x978E0D) is known color: Lucky. HEX triplet: 97, 8E and 0D. RGB value is (151,142,13). Sum of RGB (Red+Green+Blue) = 151+142+13=306 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.35% from 306); Green value is 142 (55.86% from 255 or 46.41% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 151 - color contains mainly: red. Hex color #978E0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978E0D is #6871F2. Grayscale: #828282. Windows color (decimal): -6844915 or 888471. OLE color: 888471.

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

Color convert

RGB 151 142 13 -
CMYK 0 0.06 0.91 0.41
HSL 56.09º 0.84% 0.32% -
HSV(B) 56.09º 0.91% 0.59% -
XYZ 22.51 25.95 4.2 -
YUV 129.99 61.98 142.99 -
System Red Green Blue C M Y K H S L
Decimal 151 142 13 0 0.06 0.91 0.41 56.09 0.84 0.32
Hex 97 8E D 0 6 5B 29 38 54 20
Octal 227 216 15 0 6 133 51 70 124 40
Binary 10010111 10001110 1101 0 110 1011011 101001 111000 1010100 100000

Color Harmonies of #978E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978E0D

Black with #978E0D

Text Example


Text Example

White with #978E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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