Shades of Watercourse #017D4F
Tints of Watercourse #017D4F
RGB
CMYK
RGB Variations
Color information
#017D4F (or 0x017D4F) is known color: Watercourse. HEX triplet: 01, 7D and 4F. RGB value is (1,125,79). Sum of RGB (Red+Green+Blue) = 1+125+79=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 125 (49.22% from 255 or 60.98% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 125 - color contains mainly: green. Hex color #017D4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017D4F is #FE82B0. Grayscale: #525252. Windows color (decimal): -16679601 or 5209345. OLE color: 5209345.
HSL color Cylindrical-coordinate representation of color #017D4F: hue angle of 157.74º 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 #017D4F is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 125 | 79 | - |
| CMYK | 0.99 | 0 | 0.37 | 0.51 |
| HSL | 157.74º | 0.98% | 0.25% | - |
| HSV(B) | 157.74º | 0.99% | 0.49% | - |
| XYZ | 8.76 | 15.24 | 9.88 | - |
| YUV | 82.68 | 125.92 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 79 | 0.99 | 0 | 0.37 | 0.51 | 157.74 | 0.98 | 0.25 |
| Hex | 1 | 7D | 4F | 63 | 0 | 25 | 33 | 9E | 62 | 19 |
| Octal | 1 | 175 | 117 | 143 | 0 | 45 | 63 | 236 | 142 | 31 |
| Binary | 1 | 1111101 | 1001111 | 1100011 | 0 | 100101 | 110011 | 10011110 | 1100010 | 11001 |
Color Harmonies of #017D4F
Complementary color
Monochromatic Colors of #017D4F
Black with #017D4F
Text Example
Text Example
White with #017D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017D4F; }
p { color: rgb(1,125,79); }
H1.HeaderClassName
{
color: #017D4F;
}
.AnyTagClassName
{
color: #017D4F;
}
</style>
background-color css
<style>
a { background-color: #017D4F; }
a { background-color: rgb(1,125,79); }
div.DivClassName
{
background-color: #017D4F;
}
.BgClassName
{
background-color: #017D4F;
}
</style>
border-color css
<style>
span { border-color: #017D4F; }
span { border-color: rgb(1,125,79); }
td.TdClassName
{
border-color: #017D4F;
}
.TagClassName
{
border-color: #017D4F;
}
</style>