Shades of Watercourse #016D55
Tints of Watercourse #016D55
RGB
CMYK
RGB Variations
Color information
#016D55 (or 0x016D55) is known color: Watercourse. HEX triplet: 01, 6D and 55. RGB value is (1,109,85). Sum of RGB (Red+Green+Blue) = 1+109+85=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 109 (42.97% from 255 or 55.90% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 109 - color contains mainly: green. Hex color #016D55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016D55 is #FE92AA. Grayscale: #494949. Windows color (decimal): -16683691 or 5598465. OLE color: 5598465.
HSL color Cylindrical-coordinate representation of color #016D55: hue angle of 166.67º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016D55 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 109 | 85 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.57 |
| HSL | 166.67º | 0.98% | 0.22% | - |
| HSV(B) | 166.67º | 0.99% | 0.43% | - |
| XYZ | 7.12 | 11.6 | 10.46 | - |
| YUV | 73.97 | 134.22 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 85 | 0.99 | 0 | 0.22 | 0.57 | 166.67 | 0.98 | 0.22 |
| Hex | 1 | 6D | 55 | 63 | 0 | 16 | 39 | A7 | 62 | 16 |
| Octal | 1 | 155 | 125 | 143 | 0 | 26 | 71 | 247 | 142 | 26 |
| Binary | 1 | 1101101 | 1010101 | 1100011 | 0 | 10110 | 111001 | 10100111 | 1100010 | 10110 |
Color Harmonies of #016D55
Complementary color
Monochromatic Colors of #016D55
Black with #016D55
Text Example
Text Example
White with #016D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016D55; }
p { color: rgb(1,109,85); }
H1.HeaderClassName
{
color: #016D55;
}
.AnyTagClassName
{
color: #016D55;
}
</style>
background-color css
<style>
a { background-color: #016D55; }
a { background-color: rgb(1,109,85); }
div.DivClassName
{
background-color: #016D55;
}
.BgClassName
{
background-color: #016D55;
}
</style>
border-color css
<style>
span { border-color: #016D55; }
span { border-color: rgb(1,109,85); }
td.TdClassName
{
border-color: #016D55;
}
.TagClassName
{
border-color: #016D55;
}
</style>