Shades of Watercourse #016850
Tints of Watercourse #016850
RGB
CMYK
RGB Variations
Color information
#016850 (or 0x016850) is known color: Watercourse. HEX triplet: 01, 68 and 50. RGB value is (1,104,80). Sum of RGB (Red+Green+Blue) = 1+104+80=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 104 (41.02% from 255 or 56.22% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 104 - color contains mainly: green. Hex color #016850 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016850 is #FE97AF. Grayscale: #464646. Windows color (decimal): -16684976 or 5269505. OLE color: 5269505.
HSL color Cylindrical-coordinate representation of color #016850: hue angle of 166.02º 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 #016850 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 104 | 80 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.59 |
| HSL | 166.02º | 0.98% | 0.21% | - |
| HSV(B) | 166.02º | 0.99% | 0.41% | - |
| XYZ | 6.41 | 10.49 | 9.28 | - |
| YUV | 70.47 | 133.38 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 80 | 0.99 | 0 | 0.23 | 0.59 | 166.02 | 0.98 | 0.21 |
| Hex | 1 | 68 | 50 | 63 | 0 | 17 | 3B | A6 | 62 | 15 |
| Octal | 1 | 150 | 120 | 143 | 0 | 27 | 73 | 246 | 142 | 25 |
| Binary | 1 | 1101000 | 1010000 | 1100011 | 0 | 10111 | 111011 | 10100110 | 1100010 | 10101 |
Color Harmonies of #016850
Complementary color
Monochromatic Colors of #016850
Black with #016850
Text Example
Text Example
White with #016850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016850; }
p { color: rgb(1,104,80); }
H1.HeaderClassName
{
color: #016850;
}
.AnyTagClassName
{
color: #016850;
}
</style>
background-color css
<style>
a { background-color: #016850; }
a { background-color: rgb(1,104,80); }
div.DivClassName
{
background-color: #016850;
}
.BgClassName
{
background-color: #016850;
}
</style>
border-color css
<style>
span { border-color: #016850; }
span { border-color: rgb(1,104,80); }
td.TdClassName
{
border-color: #016850;
}
.TagClassName
{
border-color: #016850;
}
</style>