#909697

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

Shades of Submarine #909697

Tints of Submarine #909697

Color information

#909697 (or 0x909697) is unknown color: approx Submarine. HEX triplet: 90, 96 and 97. RGB value is (144,150,151). Sum of RGB (Red+Green+Blue) = 144+150+151=445 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.36% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 151 (59.38% from 255 or 33.93% from 445); Max value from RGB is 151 - color contains mainly: blue. Hex color #909697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909697 is #6F6968. Grayscale: #949494. Windows color (decimal): -7301481 or 9934480. OLE color: 9934480.

HSL color Cylindrical-coordinate representation of color #909697: hue angle of 188.57º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #909697 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB144150151-
CMYK0.050.0100.41
HSL188.57º3.26%57.84%-
HSV(B)188.57º4.64%59.22%-
XYZ27.9929.9833.59-
YUV148.32129.51124.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.36%
GREEN value IS 150 (58.98% from 255) = 33.71%
BLUE value IS 151 (59.38% from 255) = 33.93%
R=32.36%
G=33.71%
B=33.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1441501510.050.0100.41188.573.2657.84
Hex90969751029bd33a
Octal22022622751051275372
Binary100100001001011010010111101101010011011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909697; }

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

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

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

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

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

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

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

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