Shades of Watercourse #017F4D
Tints of Watercourse #017F4D
RGB
CMYK
RGB Variations
Color information
#017F4D (or 0x017F4D) is known color: Watercourse. HEX triplet: 01, 7F and 4D. RGB value is (1,127,77). Sum of RGB (Red+Green+Blue) = 1+127+77=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 127 (50% from 255 or 61.95% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 127 - color contains mainly: green. Hex color #017F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017F4D is #FE80B2. Grayscale: #535353. Windows color (decimal): -16679091 or 5078785. OLE color: 5078785.
HSL color Cylindrical-coordinate representation of color #017F4D: hue angle of 156.19º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017F4D is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 127 | 77 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.50 |
| HSL | 156.19º | 0.98% | 0.25% | - |
| HSV(B) | 156.19º | 0.99% | 0.5% | - |
| XYZ | 8.94 | 15.72 | 9.58 | - |
| YUV | 83.63 | 124.26 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 127 | 77 | 0.99 | 0 | 0.39 | 0.50 | 156.19 | 0.98 | 0.25 |
| Hex | 1 | 7F | 4D | 63 | 0 | 27 | 32 | 9C | 62 | 19 |
| Octal | 1 | 177 | 115 | 143 | 0 | 47 | 62 | 234 | 142 | 31 |
| Binary | 1 | 1111111 | 1001101 | 1100011 | 0 | 100111 | 110010 | 10011100 | 1100010 | 11001 |
Color Harmonies of #017F4D
Complementary color
Monochromatic Colors of #017F4D
Black with #017F4D
Text Example
Text Example
White with #017F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017F4D; }
p { color: rgb(1,127,77); }
H1.HeaderClassName
{
color: #017F4D;
}
.AnyTagClassName
{
color: #017F4D;
}
</style>
background-color css
<style>
a { background-color: #017F4D; }
a { background-color: rgb(1,127,77); }
div.DivClassName
{
background-color: #017F4D;
}
.BgClassName
{
background-color: #017F4D;
}
</style>
border-color css
<style>
span { border-color: #017F4D; }
span { border-color: rgb(1,127,77); }
td.TdClassName
{
border-color: #017F4D;
}
.TagClassName
{
border-color: #017F4D;
}
</style>