#96979A

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

Shades of Manatee #96979A

Tints of Manatee #96979A

Color information

#96979A (or 0x96979A) is unknown color: approx Manatee. HEX triplet: 96, 97 and 9A. RGB value is (150,151,154). Sum of RGB (Red+Green+Blue) = 150+151+154=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 154 - color contains mainly: blue. Hex color #96979A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96979A is #696865. Grayscale: #979797. Windows color (decimal): -6908006 or 10131350. OLE color: 10131350.

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

Color convert

RGB150151154-
CMYK0.030.0200.40
HSL225º1.94%59.61%-
HSV(B)225º2.6%60.39%-
XYZ29.4830.9534.99-
YUV151.04129.67127.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.97%
GREEN value IS 151 (59.38% from 255) = 33.19%
BLUE value IS 154 (60.55% from 255) = 33.85%
R=32.97%
G=33.19%
B=33.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1501511540.030.0200.402251.9459.61
Hex96979A32028e123c
Octal22622723232050341274
Binary100101101001011110011010111001010001110000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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