#979999

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

Shades of Submarine #979999

Tints of Submarine #979999

Color information

#979999 (or 0x979999) is unknown color: approx Submarine. HEX triplet: 97, 99 and 99. RGB value is (151,153,153). Sum of RGB (Red+Green+Blue) = 151+153+153=457 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.04% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #979999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979999 is #686666. Grayscale: #989898. Windows color (decimal): -6841959 or 10066327. OLE color: 10066327.

HSL color Cylindrical-coordinate representation of color #979999: hue angle of 180º degrees, saturation: 0.01, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #979999 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB151153153-
CMYK0.01000.4
HSL180º0.97%59.61%-
HSV(B)180º1.31%60%-
XYZ29.931.6634.67-
YUV152.4128.34127-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.04%
GREEN value IS 153 (60.16% from 255) = 33.48%
BLUE value IS 153 (60.16% from 255) = 33.48%
R=33.04%
G=33.48%
B=33.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1511531530.01000.41800.9759.61
Hex97999910028b413c
Octal22723123110050264174
Binary100101111001100110011001100101000101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979999; }

 p { color: rgb(151,153,153); }

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

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

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

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

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

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

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