#979E40

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

Shades of Highball #979E40

Tints of Highball #979E40

Color information

#979E40 (or 0x979E40) is unknown color: approx Highball. HEX triplet: 97, 9E and 40. RGB value is (151,158,64). Sum of RGB (Red+Green+Blue) = 151+158+64=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 158 - color contains mainly: green. Hex color #979E40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979E40 is #6861BF. Grayscale: #919191. Windows color (decimal): -6840768 or 4234903. OLE color: 4234903.

HSL color Cylindrical-coordinate representation of color #979E40: hue angle of 64.47º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #979E40 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB15115864-
CMYK0.0400.590.38
HSL64.47º42.34%43.53%-
HSV(B)64.47º59.49%61.96%-
XYZ25.9131.49.55-
YUV145.1982.18132.14-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.48%
GREEN value IS 158 (62.11% from 255) = 42.36%
BLUE value IS 64 (25.39% from 255) = 17.16%
R=40.48%
G=42.36%
B=17.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal151158640.0400.590.3864.4742.3443.53
Hex979E40403B26402a2c
Octal2272361004073461005254
Binary1001011110011110100000010001110111001101000000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979E40; }

 p { color: rgb(151,158,64); }

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

<style>
 a { background-color: #979E40; }

 a { background-color: rgb(151,158,64); }

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

<style>
 span { border-color: #979E40; }

 span { border-color: rgb(151,158,64); }

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