Shades of Watercourse #016F41
Tints of Watercourse #016F41
RGB
CMYK
RGB Variations
Color information
#016F41 (or 0x016F41) is known color: Watercourse. HEX triplet: 01, 6F and 41. RGB value is (1,111,65). Sum of RGB (Red+Green+Blue) = 1+111+65=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 111 (43.75% from 255 or 62.71% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 111 - color contains mainly: green. Hex color #016F41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016F41 is #FE90BE. Grayscale: #484848. Windows color (decimal): -16683199 or 4288257. OLE color: 4288257.
HSL color Cylindrical-coordinate representation of color #016F41: hue angle of 154.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 #016F41 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 111 | 65 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.56 |
| HSL | 154.91º | 0.98% | 0.22% | - |
| HSV(B) | 154.91º | 0.99% | 0.44% | - |
| XYZ | 6.65 | 11.76 | 6.92 | - |
| YUV | 72.87 | 123.56 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 65 | 0.99 | 0 | 0.41 | 0.56 | 154.91 | 0.98 | 0.22 |
| Hex | 1 | 6F | 41 | 63 | 0 | 29 | 38 | 9B | 62 | 16 |
| Octal | 1 | 157 | 101 | 143 | 0 | 51 | 70 | 233 | 142 | 26 |
| Binary | 1 | 1101111 | 1000001 | 1100011 | 0 | 101001 | 111000 | 10011011 | 1100010 | 10110 |
Color Harmonies of #016F41
Complementary color
Monochromatic Colors of #016F41
Black with #016F41
Text Example
Text Example
White with #016F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016F41; }
p { color: rgb(1,111,65); }
H1.HeaderClassName
{
color: #016F41;
}
.AnyTagClassName
{
color: #016F41;
}
</style>
background-color css
<style>
a { background-color: #016F41; }
a { background-color: rgb(1,111,65); }
div.DivClassName
{
background-color: #016F41;
}
.BgClassName
{
background-color: #016F41;
}
</style>
border-color css
<style>
span { border-color: #016F41; }
span { border-color: rgb(1,111,65); }
td.TdClassName
{
border-color: #016F41;
}
.TagClassName
{
border-color: #016F41;
}
</style>