Shades of Submarine #7FA19D
Tints of Submarine #7FA19D
RGB
CMYK
RGB Variations
Color information
#7FA19D (or 0x7FA19D) is known color: Submarine. HEX triplet: 7F, A1 and 9D. RGB value is (127,161,157). Sum of RGB (Red+Green+Blue) = 127+161+157=445 (58% of max value = 765). Red value is 127 (50% from 255 or 28.54% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 161 - color contains mainly: green. Hex color #7FA19D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA19D is #805E62. Grayscale: #969696. Windows color (decimal): -8412771 or 10330495. OLE color: 10330495.
HSL color Cylindrical-coordinate representation of color #7FA19D: hue angle of 172.94º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7FA19D is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 161 | 157 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.37 |
| HSL | 172.94º | 0.15% | 0.56% | - |
| HSV(B) | 172.94º | 0.21% | 0.63% | - |
| XYZ | 27.58 | 32.44 | 36.71 | - |
| YUV | 150.38 | 131.74 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 161 | 157 | 0.21 | 0 | 0.02 | 0.37 | 172.94 | 0.15 | 0.56 |
| Hex | 7F | A1 | 9D | 15 | 0 | 2 | 25 | AD | F | 38 |
| Octal | 177 | 241 | 235 | 25 | 0 | 2 | 45 | 255 | 17 | 70 |
| Binary | 1111111 | 10100001 | 10011101 | 10101 | 0 | 10 | 100101 | 10101101 | 1111 | 111000 |
Color Harmonies of #7FA19D
Complementary color
Monochromatic Colors of #7FA19D
Black with #7FA19D
Text Example
Text Example
White with #7FA19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA19D; }
p { color: rgb(127,161,157); }
H1.HeaderClassName
{
color: #7FA19D;
}
.AnyTagClassName
{
color: #7FA19D;
}
</style>
background-color css
<style>
a { background-color: #7FA19D; }
a { background-color: rgb(127,161,157); }
div.DivClassName
{
background-color: #7FA19D;
}
.BgClassName
{
background-color: #7FA19D;
}
</style>
border-color css
<style>
span { border-color: #7FA19D; }
span { border-color: rgb(127,161,157); }
td.TdClassName
{
border-color: #7FA19D;
}
.TagClassName
{
border-color: #7FA19D;
}
</style>