Shades of Watercourse #017C4C
Tints of Watercourse #017C4C
RGB
CMYK
RGB Variations
Color information
#017C4C (or 0x017C4C) is known color: Watercourse. HEX triplet: 01, 7C and 4C. RGB value is (1,124,76). Sum of RGB (Red+Green+Blue) = 1+124+76=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 124 (48.83% from 255 or 61.69% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 124 - color contains mainly: green. Hex color #017C4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017C4C is #FE83B3. Grayscale: #515151. Windows color (decimal): -16679860 or 5012481. OLE color: 5012481.
HSL color Cylindrical-coordinate representation of color #017C4C: hue angle of 156.59º 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 #017C4C is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 124 | 76 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.51 |
| HSL | 156.59º | 0.98% | 0.25% | - |
| HSV(B) | 156.59º | 0.99% | 0.49% | - |
| XYZ | 8.52 | 14.94 | 9.27 | - |
| YUV | 81.75 | 124.75 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 76 | 0.99 | 0 | 0.39 | 0.51 | 156.59 | 0.98 | 0.25 |
| Hex | 1 | 7C | 4C | 63 | 0 | 27 | 33 | 9D | 62 | 19 |
| Octal | 1 | 174 | 114 | 143 | 0 | 47 | 63 | 235 | 142 | 31 |
| Binary | 1 | 1111100 | 1001100 | 1100011 | 0 | 100111 | 110011 | 10011101 | 1100010 | 11001 |
Color Harmonies of #017C4C
Complementary color
Monochromatic Colors of #017C4C
Black with #017C4C
Text Example
Text Example
White with #017C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017C4C; }
p { color: rgb(1,124,76); }
H1.HeaderClassName
{
color: #017C4C;
}
.AnyTagClassName
{
color: #017C4C;
}
</style>
background-color css
<style>
a { background-color: #017C4C; }
a { background-color: rgb(1,124,76); }
div.DivClassName
{
background-color: #017C4C;
}
.BgClassName
{
background-color: #017C4C;
}
</style>
border-color css
<style>
span { border-color: #017C4C; }
span { border-color: rgb(1,124,76); }
td.TdClassName
{
border-color: #017C4C;
}
.TagClassName
{
border-color: #017C4C;
}
</style>