Shades of Watercourse #016F4C
Tints of Watercourse #016F4C
RGB
CMYK
RGB Variations
Color information
#016F4C (or 0x016F4C) is known color: Watercourse. HEX triplet: 01, 6F and 4C. RGB value is (1,111,76). Sum of RGB (Red+Green+Blue) = 1+111+76=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 111 (43.75% from 255 or 59.04% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 111 - color contains mainly: green. Hex color #016F4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016F4C is #FE90B3. Grayscale: #4A4A4A. Windows color (decimal): -16683188 or 5009153. OLE color: 5009153.
HSL color Cylindrical-coordinate representation of color #016F4C: hue angle of 160.91º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016F4C is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 111 | 76 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.56 |
| HSL | 160.91º | 0.98% | 0.22% | - |
| HSV(B) | 160.91º | 0.99% | 0.44% | - |
| XYZ | 7 | 11.9 | 8.76 | - |
| YUV | 74.12 | 129.06 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 76 | 0.99 | 0 | 0.32 | 0.56 | 160.91 | 0.98 | 0.22 |
| Hex | 1 | 6F | 4C | 63 | 0 | 20 | 38 | A1 | 62 | 16 |
| Octal | 1 | 157 | 114 | 143 | 0 | 40 | 70 | 241 | 142 | 26 |
| Binary | 1 | 1101111 | 1001100 | 1100011 | 0 | 100000 | 111000 | 10100001 | 1100010 | 10110 |
Color Harmonies of #016F4C
Complementary color
Monochromatic Colors of #016F4C
Black with #016F4C
Text Example
Text Example
White with #016F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016F4C; }
p { color: rgb(1,111,76); }
H1.HeaderClassName
{
color: #016F4C;
}
.AnyTagClassName
{
color: #016F4C;
}
</style>
background-color css
<style>
a { background-color: #016F4C; }
a { background-color: rgb(1,111,76); }
div.DivClassName
{
background-color: #016F4C;
}
.BgClassName
{
background-color: #016F4C;
}
</style>
border-color css
<style>
span { border-color: #016F4C; }
span { border-color: rgb(1,111,76); }
td.TdClassName
{
border-color: #016F4C;
}
.TagClassName
{
border-color: #016F4C;
}
</style>