Shades of Watercourse #016650
Tints of Watercourse #016650
RGB
CMYK
RGB Variations
Color information
#016650 (or 0x016650) is known color: Watercourse. HEX triplet: 01, 66 and 50. RGB value is (1,102,80). Sum of RGB (Red+Green+Blue) = 1+102+80=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 102 (40.23% from 255 or 55.74% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 102 - color contains mainly: green. Hex color #016650 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016650 is #FE99AF. Grayscale: #454545. Windows color (decimal): -16685488 or 5268993. OLE color: 5268993.
HSL color Cylindrical-coordinate representation of color #016650: hue angle of 166.93º 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 #016650 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 102 | 80 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.6 |
| HSL | 166.93º | 0.98% | 0.2% | - |
| HSV(B) | 166.93º | 0.99% | 0.4% | - |
| XYZ | 6.21 | 10.09 | 9.21 | - |
| YUV | 69.29 | 134.04 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 80 | 0.99 | 0 | 0.22 | 0.6 | 166.93 | 0.98 | 0.2 |
| Hex | 1 | 66 | 50 | 63 | 0 | 16 | 3C | A7 | 62 | 14 |
| Octal | 1 | 146 | 120 | 143 | 0 | 26 | 74 | 247 | 142 | 24 |
| Binary | 1 | 1100110 | 1010000 | 1100011 | 0 | 10110 | 111100 | 10100111 | 1100010 | 10100 |
Color Harmonies of #016650
Complementary color
Monochromatic Colors of #016650
Black with #016650
Text Example
Text Example
White with #016650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016650; }
p { color: rgb(1,102,80); }
H1.HeaderClassName
{
color: #016650;
}
.AnyTagClassName
{
color: #016650;
}
</style>
background-color css
<style>
a { background-color: #016650; }
a { background-color: rgb(1,102,80); }
div.DivClassName
{
background-color: #016650;
}
.BgClassName
{
background-color: #016650;
}
</style>
border-color css
<style>
span { border-color: #016650; }
span { border-color: rgb(1,102,80); }
td.TdClassName
{
border-color: #016650;
}
.TagClassName
{
border-color: #016650;
}
</style>