#978F4B

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

Shades of Highball #978F4B

Tints of Highball #978F4B

Color information

#978F4B (or 0x978F4B) is unknown color: approx Highball. HEX triplet: 97, 8F and 4B. RGB value is (151,143,75). Sum of RGB (Red+Green+Blue) = 151+143+75=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 151 - color contains mainly: red. Hex color #978F4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978F4B is #6870B4. Grayscale: #898989. Windows color (decimal): -6844597 or 4951959. OLE color: 4951959.

HSL color Cylindrical-coordinate representation of color #978F4B: hue angle of 53.68º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #978F4B is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB15114375-
CMYK00.050.500.41
HSL53.68º33.63%44.31%-
HSV(B)53.68º50.33%59.22%-
XYZ23.8526.7310.56-
YUV137.6492.65137.53-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.92%
GREEN value IS 143 (56.25% from 255) = 38.75%
BLUE value IS 75 (29.69% from 255) = 20.33%
R=40.92%
G=38.75%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511437500.050.500.4153.6833.6344.31
Hex978F4B05322936222c
Octal227217113056251664254
Binary100101111000111110010110101110010101001110110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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