Shades of Watercourse #017142
Tints of Watercourse #017142
RGB
CMYK
RGB Variations
Color information
#017142 (or 0x017142) is known color: Watercourse. HEX triplet: 01, 71 and 42. RGB value is (1,113,66). Sum of RGB (Red+Green+Blue) = 1+113+66=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 113 (44.53% from 255 or 62.78% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 113 - color contains mainly: green. Hex color #017142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017142 is #FE8EBD. Grayscale: #4A4A4A. Windows color (decimal): -16682686 or 4354305. OLE color: 4354305.
HSL color Cylindrical-coordinate representation of color #017142: hue angle of 154.82º 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 #017142 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 113 | 66 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.56 |
| HSL | 154.82º | 0.98% | 0.22% | - |
| HSV(B) | 154.82º | 0.99% | 0.44% | - |
| XYZ | 6.9 | 12.21 | 7.15 | - |
| YUV | 74.15 | 123.39 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 113 | 66 | 0.99 | 0 | 0.42 | 0.56 | 154.82 | 0.98 | 0.22 |
| Hex | 1 | 71 | 42 | 63 | 0 | 2A | 38 | 9B | 62 | 16 |
| Octal | 1 | 161 | 102 | 143 | 0 | 52 | 70 | 233 | 142 | 26 |
| Binary | 1 | 1110001 | 1000010 | 1100011 | 0 | 101010 | 111000 | 10011011 | 1100010 | 10110 |
Color Harmonies of #017142
Complementary color
Monochromatic Colors of #017142
Black with #017142
Text Example
Text Example
White with #017142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017142; }
p { color: rgb(1,113,66); }
H1.HeaderClassName
{
color: #017142;
}
.AnyTagClassName
{
color: #017142;
}
</style>
background-color css
<style>
a { background-color: #017142; }
a { background-color: rgb(1,113,66); }
div.DivClassName
{
background-color: #017142;
}
.BgClassName
{
background-color: #017142;
}
</style>
border-color css
<style>
span { border-color: #017142; }
span { border-color: rgb(1,113,66); }
td.TdClassName
{
border-color: #017142;
}
.TagClassName
{
border-color: #017142;
}
</style>