#978F50

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

Shades of Highball #978F50

Tints of Highball #978F50

Color information

#978F50 (or 0x978F50) is unknown color: approx Highball. HEX triplet: 97, 8F and 50. RGB value is (151,143,80). Sum of RGB (Red+Green+Blue) = 151+143+80=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 151 - color contains mainly: red. Hex color #978F50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978F50 is #6870AF. Grayscale: #8A8A8A. Windows color (decimal): -6844592 or 5279639. OLE color: 5279639.

HSL color Cylindrical-coordinate representation of color #978F50: hue angle of 53.24º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #978F50 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB15114380-
CMYK00.050.470.41
HSL53.24º30.74%45.29%-
HSV(B)53.24º47.02%59.22%-
XYZ24.0326.811.5-
YUV138.2195.15137.12-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.37%
GREEN value IS 143 (56.25% from 255) = 38.24%
BLUE value IS 80 (31.64% from 255) = 21.39%
R=40.37%
G=38.24%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511438000.050.470.4153.2430.7445.29
Hex978F50052F29351f2d
Octal227217120055751653755
Binary10010111100011111010000010110111110100111010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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