Shades of Watercourse #016845
Tints of Watercourse #016845
RGB
CMYK
RGB Variations
Color information
#016845 (or 0x016845) is known color: Watercourse. HEX triplet: 01, 68 and 45. RGB value is (1,104,69). Sum of RGB (Red+Green+Blue) = 1+104+69=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 104 (41.02% from 255 or 59.77% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 104 - color contains mainly: green. Hex color #016845 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016845 is #FE97BA. Grayscale: #454545. Windows color (decimal): -16684987 or 4548609. OLE color: 4548609.
HSL color Cylindrical-coordinate representation of color #016845: hue angle of 159.61º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016845 is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 104 | 69 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.59 |
| HSL | 159.61º | 0.98% | 0.21% | - |
| HSV(B) | 159.61º | 0.99% | 0.41% | - |
| XYZ | 6.04 | 10.34 | 7.31 | - |
| YUV | 69.21 | 127.88 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 69 | 0.99 | 0 | 0.34 | 0.59 | 159.61 | 0.98 | 0.21 |
| Hex | 1 | 68 | 45 | 63 | 0 | 22 | 3B | A0 | 62 | 15 |
| Octal | 1 | 150 | 105 | 143 | 0 | 42 | 73 | 240 | 142 | 25 |
| Binary | 1 | 1101000 | 1000101 | 1100011 | 0 | 100010 | 111011 | 10100000 | 1100010 | 10101 |
Color Harmonies of #016845
Complementary color
Monochromatic Colors of #016845
Black with #016845
Text Example
Text Example
White with #016845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016845; }
p { color: rgb(1,104,69); }
H1.HeaderClassName
{
color: #016845;
}
.AnyTagClassName
{
color: #016845;
}
</style>
background-color css
<style>
a { background-color: #016845; }
a { background-color: rgb(1,104,69); }
div.DivClassName
{
background-color: #016845;
}
.BgClassName
{
background-color: #016845;
}
</style>
border-color css
<style>
span { border-color: #016845; }
span { border-color: rgb(1,104,69); }
td.TdClassName
{
border-color: #016845;
}
.TagClassName
{
border-color: #016845;
}
</style>