Shades of Submarine #7F9D98
Tints of Submarine #7F9D98
RGB
CMYK
RGB Variations
Color information
#7F9D98 (or 0x7F9D98) is known color: Submarine. HEX triplet: 7F, 9D and 98. RGB value is (127,157,152). Sum of RGB (Red+Green+Blue) = 127+157+152=436 (57% of max value = 765). Red value is 127 (50% from 255 or 29.13% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 157 - color contains mainly: green. Hex color #7F9D98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9D98 is #806267. Grayscale: #939393. Windows color (decimal): -8413800 or 10001791. OLE color: 10001791.
HSL color Cylindrical-coordinate representation of color #7F9D98: hue angle of 170º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F9D98 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 157 | 152 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.38 |
| HSL | 170º | 0.13% | 0.56% | - |
| HSV(B) | 170º | 0.19% | 0.62% | - |
| XYZ | 26.48 | 30.89 | 34.27 | - |
| YUV | 147.46 | 130.56 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 157 | 152 | 0.19 | 0 | 0.03 | 0.38 | 170 | 0.13 | 0.56 |
| Hex | 7F | 9D | 98 | 13 | 0 | 3 | 26 | AA | D | 38 |
| Octal | 177 | 235 | 230 | 23 | 0 | 3 | 46 | 252 | 15 | 70 |
| Binary | 1111111 | 10011101 | 10011000 | 10011 | 0 | 11 | 100110 | 10101010 | 1101 | 111000 |
Color Harmonies of #7F9D98
Complementary color
Monochromatic Colors of #7F9D98
Black with #7F9D98
Text Example
Text Example
White with #7F9D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9D98; }
p { color: rgb(127,157,152); }
H1.HeaderClassName
{
color: #7F9D98;
}
.AnyTagClassName
{
color: #7F9D98;
}
</style>
background-color css
<style>
a { background-color: #7F9D98; }
a { background-color: rgb(127,157,152); }
div.DivClassName
{
background-color: #7F9D98;
}
.BgClassName
{
background-color: #7F9D98;
}
</style>
border-color css
<style>
span { border-color: #7F9D98; }
span { border-color: rgb(127,157,152); }
td.TdClassName
{
border-color: #7F9D98;
}
.TagClassName
{
border-color: #7F9D98;
}
</style>