Shades of Watercourse #016F44
Tints of Watercourse #016F44
RGB
CMYK
RGB Variations
Color information
#016F44 (or 0x016F44) is known color: Watercourse. HEX triplet: 01, 6F and 44. RGB value is (1,111,68). Sum of RGB (Red+Green+Blue) = 1+111+68=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 111 (43.75% from 255 or 61.67% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 111 - color contains mainly: green. Hex color #016F44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016F44 is #FE90BB. Grayscale: #494949. Windows color (decimal): -16683196 or 4484865. OLE color: 4484865.
HSL color Cylindrical-coordinate representation of color #016F44: hue angle of 156.55º 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 #016F44 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 111 | 68 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.56 |
| HSL | 156.55º | 0.98% | 0.22% | - |
| HSV(B) | 156.55º | 0.99% | 0.44% | - |
| XYZ | 6.74 | 11.79 | 7.39 | - |
| YUV | 73.21 | 125.06 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 68 | 0.99 | 0 | 0.39 | 0.56 | 156.55 | 0.98 | 0.22 |
| Hex | 1 | 6F | 44 | 63 | 0 | 27 | 38 | 9D | 62 | 16 |
| Octal | 1 | 157 | 104 | 143 | 0 | 47 | 70 | 235 | 142 | 26 |
| Binary | 1 | 1101111 | 1000100 | 1100011 | 0 | 100111 | 111000 | 10011101 | 1100010 | 10110 |
Color Harmonies of #016F44
Complementary color
Monochromatic Colors of #016F44
Black with #016F44
Text Example
Text Example
White with #016F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016F44; }
p { color: rgb(1,111,68); }
H1.HeaderClassName
{
color: #016F44;
}
.AnyTagClassName
{
color: #016F44;
}
</style>
background-color css
<style>
a { background-color: #016F44; }
a { background-color: rgb(1,111,68); }
div.DivClassName
{
background-color: #016F44;
}
.BgClassName
{
background-color: #016F44;
}
</style>
border-color css
<style>
span { border-color: #016F44; }
span { border-color: rgb(1,111,68); }
td.TdClassName
{
border-color: #016F44;
}
.TagClassName
{
border-color: #016F44;
}
</style>