Shades of Watercourse #016F46
Tints of Watercourse #016F46
RGB
CMYK
RGB Variations
Color information
#016F46 (or 0x016F46) is known color: Watercourse. HEX triplet: 01, 6F and 46. RGB value is (1,111,70). Sum of RGB (Red+Green+Blue) = 1+111+70=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 111 (43.75% from 255 or 60.99% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 111 - color contains mainly: green. Hex color #016F46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016F46 is #FE90B9. Grayscale: #494949. Windows color (decimal): -16683194 or 4615937. OLE color: 4615937.
HSL color Cylindrical-coordinate representation of color #016F46: hue angle of 157.64º 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 #016F46 is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 111 | 70 | - |
| CMYK | 0.99 | 0 | 0.37 | 0.56 |
| HSL | 157.64º | 0.98% | 0.22% | - |
| HSV(B) | 157.64º | 0.99% | 0.44% | - |
| XYZ | 6.8 | 11.82 | 7.72 | - |
| YUV | 73.44 | 126.06 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 70 | 0.99 | 0 | 0.37 | 0.56 | 157.64 | 0.98 | 0.22 |
| Hex | 1 | 6F | 46 | 63 | 0 | 25 | 38 | 9E | 62 | 16 |
| Octal | 1 | 157 | 106 | 143 | 0 | 45 | 70 | 236 | 142 | 26 |
| Binary | 1 | 1101111 | 1000110 | 1100011 | 0 | 100101 | 111000 | 10011110 | 1100010 | 10110 |
Color Harmonies of #016F46
Complementary color
Monochromatic Colors of #016F46
Black with #016F46
Text Example
Text Example
White with #016F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016F46; }
p { color: rgb(1,111,70); }
H1.HeaderClassName
{
color: #016F46;
}
.AnyTagClassName
{
color: #016F46;
}
</style>
background-color css
<style>
a { background-color: #016F46; }
a { background-color: rgb(1,111,70); }
div.DivClassName
{
background-color: #016F46;
}
.BgClassName
{
background-color: #016F46;
}
</style>
border-color css
<style>
span { border-color: #016F46; }
span { border-color: rgb(1,111,70); }
td.TdClassName
{
border-color: #016F46;
}
.TagClassName
{
border-color: #016F46;
}
</style>