Shades of Watercourse #016D4F
Tints of Watercourse #016D4F
RGB
CMYK
RGB Variations
Color information
#016D4F (or 0x016D4F) is known color: Watercourse. HEX triplet: 01, 6D and 4F. RGB value is (1,109,79). Sum of RGB (Red+Green+Blue) = 1+109+79=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 109 (42.97% from 255 or 57.67% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 109 - color contains mainly: green. Hex color #016D4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016D4F is #FE92B0. Grayscale: #494949. Windows color (decimal): -16683697 or 5205249. OLE color: 5205249.
HSL color Cylindrical-coordinate representation of color #016D4F: hue angle of 163.33º 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 #016D4F is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 109 | 79 | - |
| CMYK | 0.99 | 0 | 0.28 | 0.57 |
| HSL | 163.33º | 0.98% | 0.22% | - |
| HSV(B) | 163.33º | 0.99% | 0.43% | - |
| XYZ | 6.89 | 11.51 | 9.26 | - |
| YUV | 73.29 | 131.22 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 79 | 0.99 | 0 | 0.28 | 0.57 | 163.33 | 0.98 | 0.22 |
| Hex | 1 | 6D | 4F | 63 | 0 | 1C | 39 | A3 | 62 | 16 |
| Octal | 1 | 155 | 117 | 143 | 0 | 34 | 71 | 243 | 142 | 26 |
| Binary | 1 | 1101101 | 1001111 | 1100011 | 0 | 11100 | 111001 | 10100011 | 1100010 | 10110 |
Color Harmonies of #016D4F
Complementary color
Monochromatic Colors of #016D4F
Black with #016D4F
Text Example
Text Example
White with #016D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016D4F; }
p { color: rgb(1,109,79); }
H1.HeaderClassName
{
color: #016D4F;
}
.AnyTagClassName
{
color: #016D4F;
}
</style>
background-color css
<style>
a { background-color: #016D4F; }
a { background-color: rgb(1,109,79); }
div.DivClassName
{
background-color: #016D4F;
}
.BgClassName
{
background-color: #016D4F;
}
</style>
border-color css
<style>
span { border-color: #016D4F; }
span { border-color: rgb(1,109,79); }
td.TdClassName
{
border-color: #016D4F;
}
.TagClassName
{
border-color: #016D4F;
}
</style>