Shades of Submarine #879694
Tints of Submarine #879694
RGB
CMYK
RGB Variations
Color information
#879694 (or 0x879694) is known color: Submarine. HEX triplet: 87, 96 and 94. RGB value is (135,150,148). Sum of RGB (Red+Green+Blue) = 135+150+148=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 150 - color contains mainly: green. Hex color #879694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879694 is #78696B. Grayscale: #919191. Windows color (decimal): -7891308 or 9737863. OLE color: 9737863.
HSL color Cylindrical-coordinate representation of color #879694: hue angle of 172º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #879694 is Cyan = 0.1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 135 | 150 | 148 | - |
| CMYK | 0.1 | 0 | 0.01 | 0.41 |
| HSL | 172º | 0.07% | 0.56% | - |
| HSV(B) | 172º | 0.1% | 0.59% | - |
| XYZ | 26.24 | 29.1 | 32.25 | - |
| YUV | 145.29 | 129.53 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 150 | 148 | 0.1 | 0 | 0.01 | 0.41 | 172 | 0.07 | 0.56 |
| Hex | 87 | 96 | 94 | A | 0 | 1 | 29 | AC | 7 | 38 |
| Octal | 207 | 226 | 224 | 12 | 0 | 1 | 51 | 254 | 7 | 70 |
| Binary | 10000111 | 10010110 | 10010100 | 1010 | 0 | 1 | 101001 | 10101100 | 111 | 111000 |
Color Harmonies of #879694
Complementary color
Monochromatic Colors of #879694
Black with #879694
Text Example
Text Example
White with #879694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879694; }
p { color: rgb(135,150,148); }
H1.HeaderClassName
{
color: #879694;
}
.AnyTagClassName
{
color: #879694;
}
</style>
background-color css
<style>
a { background-color: #879694; }
a { background-color: rgb(135,150,148); }
div.DivClassName
{
background-color: #879694;
}
.BgClassName
{
background-color: #879694;
}
</style>
border-color css
<style>
span { border-color: #879694; }
span { border-color: rgb(135,150,148); }
td.TdClassName
{
border-color: #879694;
}
.TagClassName
{
border-color: #879694;
}
</style>