Shades of Submarine #909696
Tints of Submarine #909696
RGB
CMYK
RGB Variations
Color information
#909696 (or 0x909696) is known color: Submarine. HEX triplet: 90, 96 and 96. RGB value is (144,150,150). Sum of RGB (Red+Green+Blue) = 144+150+150=444 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.43% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #909696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909696 is #6F6969. Grayscale: #949494. Windows color (decimal): -7301482 or 9868944. OLE color: 9868944.
HSL color Cylindrical-coordinate representation of color #909696: hue angle of 180º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #909696 is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 150 | 150 | - |
| CMYK | 0.04 | 0 | 0 | 0.41 |
| HSL | 180º | 0.03% | 0.58% | - |
| HSV(B) | 180º | 0.04% | 0.59% | - |
| XYZ | 27.91 | 29.94 | 33.16 | - |
| YUV | 148.21 | 129.01 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 150 | 150 | 0.04 | 0 | 0 | 0.41 | 180 | 0.03 | 0.58 |
| Hex | 90 | 96 | 96 | 4 | 0 | 0 | 29 | B4 | 3 | 3A |
| Octal | 220 | 226 | 226 | 4 | 0 | 0 | 51 | 264 | 3 | 72 |
| Binary | 10010000 | 10010110 | 10010110 | 100 | 0 | 0 | 101001 | 10110100 | 11 | 111010 |
Color Harmonies of #909696
Complementary color
Monochromatic Colors of #909696
Black with #909696
Text Example
Text Example
White with #909696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909696; }
p { color: rgb(144,150,150); }
H1.HeaderClassName
{
color: #909696;
}
.AnyTagClassName
{
color: #909696;
}
</style>
background-color css
<style>
a { background-color: #909696; }
a { background-color: rgb(144,150,150); }
div.DivClassName
{
background-color: #909696;
}
.BgClassName
{
background-color: #909696;
}
</style>
border-color css
<style>
span { border-color: #909696; }
span { border-color: rgb(144,150,150); }
td.TdClassName
{
border-color: #909696;
}
.TagClassName
{
border-color: #909696;
}
</style>