#979B3F

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

Shades of Highball #979B3F

Tints of Highball #979B3F

Color information

#979B3F (or 0x979B3F) is unknown color: approx Highball. HEX triplet: 97, 9B and 3F. RGB value is (151,155,63). Sum of RGB (Red+Green+Blue) = 151+155+63=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 155 - color contains mainly: green. Hex color #979B3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979B3F is #6864C0. Grayscale: #8F8F8F. Windows color (decimal): -6841537 or 4168599. OLE color: 4168599.

HSL color Cylindrical-coordinate representation of color #979B3F: hue angle of 62.61º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #979B3F is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB15115563-
CMYK0.0300.590.39
HSL62.61º42.2%42.75%-
HSV(B)62.61º59.35%60.78%-
XYZ25.3830.389.23-
YUV143.3282.67133.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.92%
GREEN value IS 155 (60.94% from 255) = 42.01%
BLUE value IS 63 (25% from 255) = 17.07%
R=40.92%
G=42.01%
B=17.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151155630.0300.590.3962.6142.242.75
Hex979B3F303B273f2a2b
Octal22723377307347775253
Binary1001011110011011111111110111011100111111111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,155,63); }

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

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

 a { background-color: rgb(151,155,63); }

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

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

 span { border-color: rgb(151,155,63); }

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