Shades of Watercourse #017D4D
Tints of Watercourse #017D4D
RGB
CMYK
RGB Variations
Color information
#017D4D (or 0x017D4D) is known color: Watercourse. HEX triplet: 01, 7D and 4D. RGB value is (1,125,77). Sum of RGB (Red+Green+Blue) = 1+125+77=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 125 (49.22% from 255 or 61.58% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 125 - color contains mainly: green. Hex color #017D4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017D4D is #FE82B2. Grayscale: #525252. Windows color (decimal): -16679603 or 5078273. OLE color: 5078273.
HSL color Cylindrical-coordinate representation of color #017D4D: hue angle of 156.77º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017D4D is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 125 | 77 | - |
| CMYK | 0.99 | 0 | 0.38 | 0.51 |
| HSL | 156.77º | 0.98% | 0.25% | - |
| HSV(B) | 156.77º | 0.99% | 0.49% | - |
| XYZ | 8.69 | 15.21 | 9.5 | - |
| YUV | 82.45 | 124.92 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 77 | 0.99 | 0 | 0.38 | 0.51 | 156.77 | 0.98 | 0.25 |
| Hex | 1 | 7D | 4D | 63 | 0 | 26 | 33 | 9D | 62 | 19 |
| Octal | 1 | 175 | 115 | 143 | 0 | 46 | 63 | 235 | 142 | 31 |
| Binary | 1 | 1111101 | 1001101 | 1100011 | 0 | 100110 | 110011 | 10011101 | 1100010 | 11001 |
Color Harmonies of #017D4D
Complementary color
Monochromatic Colors of #017D4D
Black with #017D4D
Text Example
Text Example
White with #017D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017D4D; }
p { color: rgb(1,125,77); }
H1.HeaderClassName
{
color: #017D4D;
}
.AnyTagClassName
{
color: #017D4D;
}
</style>
background-color css
<style>
a { background-color: #017D4D; }
a { background-color: rgb(1,125,77); }
div.DivClassName
{
background-color: #017D4D;
}
.BgClassName
{
background-color: #017D4D;
}
</style>
border-color css
<style>
span { border-color: #017D4D; }
span { border-color: rgb(1,125,77); }
td.TdClassName
{
border-color: #017D4D;
}
.TagClassName
{
border-color: #017D4D;
}
</style>