Shades of Watercourse #016749
Tints of Watercourse #016749
RGB
CMYK
RGB Variations
Color information
#016749 (or 0x016749) is known color: Watercourse. HEX triplet: 01, 67 and 49. RGB value is (1,103,73). Sum of RGB (Red+Green+Blue) = 1+103+73=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 103 (40.62% from 255 or 58.19% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 103 - color contains mainly: green. Hex color #016749 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016749 is #FE98B6. Grayscale: #454545. Windows color (decimal): -16685239 or 4810497. OLE color: 4810497.
HSL color Cylindrical-coordinate representation of color #016749: hue angle of 162.35º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016749 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 103 | 73 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.60 |
| HSL | 162.35º | 0.98% | 0.2% | - |
| HSV(B) | 162.35º | 0.99% | 0.4% | - |
| XYZ | 6.07 | 10.19 | 7.95 | - |
| YUV | 69.08 | 130.21 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 73 | 0.99 | 0 | 0.29 | 0.60 | 162.35 | 0.98 | 0.2 |
| Hex | 1 | 67 | 49 | 63 | 0 | 1D | 3C | A2 | 62 | 14 |
| Octal | 1 | 147 | 111 | 143 | 0 | 35 | 74 | 242 | 142 | 24 |
| Binary | 1 | 1100111 | 1001001 | 1100011 | 0 | 11101 | 111100 | 10100010 | 1100010 | 10100 |
Color Harmonies of #016749
Complementary color
Monochromatic Colors of #016749
Black with #016749
Text Example
Text Example
White with #016749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016749; }
p { color: rgb(1,103,73); }
H1.HeaderClassName
{
color: #016749;
}
.AnyTagClassName
{
color: #016749;
}
</style>
background-color css
<style>
a { background-color: #016749; }
a { background-color: rgb(1,103,73); }
div.DivClassName
{
background-color: #016749;
}
.BgClassName
{
background-color: #016749;
}
</style>
border-color css
<style>
span { border-color: #016749; }
span { border-color: rgb(1,103,73); }
td.TdClassName
{
border-color: #016749;
}
.TagClassName
{
border-color: #016749;
}
</style>