Shades of Watercourse #017145
Tints of Watercourse #017145
RGB
CMYK
RGB Variations
Color information
#017145 (or 0x017145) is known color: Watercourse. HEX triplet: 01, 71 and 45. RGB value is (1,113,69). Sum of RGB (Red+Green+Blue) = 1+113+69=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 113 (44.53% from 255 or 61.75% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 113 - color contains mainly: green. Hex color #017145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017145 is #FE8EBA. Grayscale: #4A4A4A. Windows color (decimal): -16682683 or 4550913. OLE color: 4550913.
HSL color Cylindrical-coordinate representation of color #017145: hue angle of 156.43º 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 #017145 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 113 | 69 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.56 |
| HSL | 156.43º | 0.98% | 0.22% | - |
| HSV(B) | 156.43º | 0.99% | 0.44% | - |
| XYZ | 6.99 | 12.25 | 7.63 | - |
| YUV | 74.5 | 124.89 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 113 | 69 | 0.99 | 0 | 0.39 | 0.56 | 156.43 | 0.98 | 0.22 |
| Hex | 1 | 71 | 45 | 63 | 0 | 27 | 38 | 9C | 62 | 16 |
| Octal | 1 | 161 | 105 | 143 | 0 | 47 | 70 | 234 | 142 | 26 |
| Binary | 1 | 1110001 | 1000101 | 1100011 | 0 | 100111 | 111000 | 10011100 | 1100010 | 10110 |
Color Harmonies of #017145
Complementary color
Monochromatic Colors of #017145
Black with #017145
Text Example
Text Example
White with #017145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017145; }
p { color: rgb(1,113,69); }
H1.HeaderClassName
{
color: #017145;
}
.AnyTagClassName
{
color: #017145;
}
</style>
background-color css
<style>
a { background-color: #017145; }
a { background-color: rgb(1,113,69); }
div.DivClassName
{
background-color: #017145;
}
.BgClassName
{
background-color: #017145;
}
</style>
border-color css
<style>
span { border-color: #017145; }
span { border-color: rgb(1,113,69); }
td.TdClassName
{
border-color: #017145;
}
.TagClassName
{
border-color: #017145;
}
</style>