Shades of Submarine #7CA19D
Tints of Submarine #7CA19D
RGB
CMYK
RGB Variations
Color information
#7CA19D (or 0x7CA19D) is known color: Submarine. HEX triplet: 7C, A1 and 9D. RGB value is (124,161,157). Sum of RGB (Red+Green+Blue) = 124+161+157=442 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.05% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 161 - color contains mainly: green. Hex color #7CA19D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA19D is #835E62. Grayscale: #959595. Windows color (decimal): -8609379 or 10330492. OLE color: 10330492.
HSL color Cylindrical-coordinate representation of color #7CA19D: hue angle of 173.51º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7CA19D is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 124 | 161 | 157 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.37 |
| HSL | 173.51º | 0.16% | 0.56% | - |
| HSV(B) | 173.51º | 0.23% | 0.63% | - |
| XYZ | 27.14 | 32.21 | 36.68 | - |
| YUV | 149.48 | 132.24 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 161 | 157 | 0.23 | 0 | 0.02 | 0.37 | 173.51 | 0.16 | 0.56 |
| Hex | 7C | A1 | 9D | 17 | 0 | 2 | 25 | AE | 10 | 38 |
| Octal | 174 | 241 | 235 | 27 | 0 | 2 | 45 | 256 | 20 | 70 |
| Binary | 1111100 | 10100001 | 10011101 | 10111 | 0 | 10 | 100101 | 10101110 | 10000 | 111000 |
Color Harmonies of #7CA19D
Complementary color
Monochromatic Colors of #7CA19D
Black with #7CA19D
Text Example
Text Example
White with #7CA19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA19D; }
p { color: rgb(124,161,157); }
H1.HeaderClassName
{
color: #7CA19D;
}
.AnyTagClassName
{
color: #7CA19D;
}
</style>
background-color css
<style>
a { background-color: #7CA19D; }
a { background-color: rgb(124,161,157); }
div.DivClassName
{
background-color: #7CA19D;
}
.BgClassName
{
background-color: #7CA19D;
}
</style>
border-color css
<style>
span { border-color: #7CA19D; }
span { border-color: rgb(124,161,157); }
td.TdClassName
{
border-color: #7CA19D;
}
.TagClassName
{
border-color: #7CA19D;
}
</style>