Shades of Watercourse #016750
Tints of Watercourse #016750
RGB
CMYK
RGB Variations
Color information
#016750 (or 0x016750) is known color: Watercourse. HEX triplet: 01, 67 and 50. RGB value is (1,103,80). Sum of RGB (Red+Green+Blue) = 1+103+80=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 103 (40.62% from 255 or 55.98% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 103 - color contains mainly: green. Hex color #016750 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016750 is #FE98AF. Grayscale: #454545. Windows color (decimal): -16685232 or 5269249. OLE color: 5269249.
HSL color Cylindrical-coordinate representation of color #016750: hue angle of 166.47º 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 #016750 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 103 | 80 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.60 |
| HSL | 166.47º | 0.98% | 0.2% | - |
| HSV(B) | 166.47º | 0.99% | 0.4% | - |
| XYZ | 6.31 | 10.29 | 9.24 | - |
| YUV | 69.88 | 133.71 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 80 | 0.99 | 0 | 0.22 | 0.60 | 166.47 | 0.98 | 0.2 |
| Hex | 1 | 67 | 50 | 63 | 0 | 16 | 3C | A6 | 62 | 14 |
| Octal | 1 | 147 | 120 | 143 | 0 | 26 | 74 | 246 | 142 | 24 |
| Binary | 1 | 1100111 | 1010000 | 1100011 | 0 | 10110 | 111100 | 10100110 | 1100010 | 10100 |
Color Harmonies of #016750
Complementary color
Monochromatic Colors of #016750
Black with #016750
Text Example
Text Example
White with #016750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016750; }
p { color: rgb(1,103,80); }
H1.HeaderClassName
{
color: #016750;
}
.AnyTagClassName
{
color: #016750;
}
</style>
background-color css
<style>
a { background-color: #016750; }
a { background-color: rgb(1,103,80); }
div.DivClassName
{
background-color: #016750;
}
.BgClassName
{
background-color: #016750;
}
</style>
border-color css
<style>
span { border-color: #016750; }
span { border-color: rgb(1,103,80); }
td.TdClassName
{
border-color: #016750;
}
.TagClassName
{
border-color: #016750;
}
</style>