Shades of Watercourse #017655
Tints of Watercourse #017655
RGB
CMYK
RGB Variations
Color information
#017655 (or 0x017655) is known color: Watercourse. HEX triplet: 01, 76 and 55. RGB value is (1,118,85). Sum of RGB (Red+Green+Blue) = 1+118+85=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 118 (46.48% from 255 or 57.84% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 118 - color contains mainly: green. Hex color #017655 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017655 is #FE89AA. Grayscale: #4F4F4F. Windows color (decimal): -16681387 or 5600769. OLE color: 5600769.
HSL color Cylindrical-coordinate representation of color #017655: hue angle of 163.08º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017655 is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 118 | 85 | - |
| CMYK | 0.99 | 0 | 0.28 | 0.54 |
| HSL | 163.08º | 0.98% | 0.23% | - |
| HSV(B) | 163.08º | 0.99% | 0.46% | - |
| XYZ | 8.13 | 13.62 | 10.79 | - |
| YUV | 79.26 | 131.24 | 72.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 118 | 85 | 0.99 | 0 | 0.28 | 0.54 | 163.08 | 0.98 | 0.23 |
| Hex | 1 | 76 | 55 | 63 | 0 | 1C | 36 | A3 | 62 | 17 |
| Octal | 1 | 166 | 125 | 143 | 0 | 34 | 66 | 243 | 142 | 27 |
| Binary | 1 | 1110110 | 1010101 | 1100011 | 0 | 11100 | 110110 | 10100011 | 1100010 | 10111 |
Color Harmonies of #017655
Complementary color
Monochromatic Colors of #017655
Black with #017655
Text Example
Text Example
White with #017655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017655; }
p { color: rgb(1,118,85); }
H1.HeaderClassName
{
color: #017655;
}
.AnyTagClassName
{
color: #017655;
}
</style>
background-color css
<style>
a { background-color: #017655; }
a { background-color: rgb(1,118,85); }
div.DivClassName
{
background-color: #017655;
}
.BgClassName
{
background-color: #017655;
}
</style>
border-color css
<style>
span { border-color: #017655; }
span { border-color: rgb(1,118,85); }
td.TdClassName
{
border-color: #017655;
}
.TagClassName
{
border-color: #017655;
}
</style>