#96979B

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

Shades of Manatee #96979B

Tints of Manatee #96979B

Color information

#96979B (or 0x96979B) is unknown color: approx Manatee. HEX triplet: 96, 97 and 9B. RGB value is (150,151,155). Sum of RGB (Red+Green+Blue) = 150+151+155=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 155 - color contains mainly: blue. Hex color #96979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96979B is #696864. Grayscale: #979797. Windows color (decimal): -6908005 or 10196886. OLE color: 10196886.

HSL color Cylindrical-coordinate representation of color #96979B: hue angle of 228º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #96979B is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB150151155-
CMYK0.030.0300.39
HSL228º2.44%59.8%-
HSV(B)228º3.23%60.78%-
XYZ29.5630.9835.43-
YUV151.16130.17127.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.89%
GREEN value IS 151 (59.38% from 255) = 33.11%
BLUE value IS 155 (60.94% from 255) = 33.99%
R=32.89%
G=33.11%
B=33.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501511550.030.0300.392282.4459.8
Hex96979B33027e423c
Octal22622723333047344274
Binary100101101001011110011011111101001111110010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96979B; }

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

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

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

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

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

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

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

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