Shades of Watercourse #017645
Tints of Watercourse #017645
RGB
CMYK
RGB Variations
Color information
#017645 (or 0x017645) is known color: Watercourse. HEX triplet: 01, 76 and 45. RGB value is (1,118,69). Sum of RGB (Red+Green+Blue) = 1+118+69=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 118 (46.48% from 255 or 62.77% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 118 - color contains mainly: green. Hex color #017645 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017645 is #FE89BA. Grayscale: #4D4D4D. Windows color (decimal): -16681403 or 4552193. OLE color: 4552193.
HSL color Cylindrical-coordinate representation of color #017645: hue angle of 154.87º 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 #017645 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 118 | 69 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.54 |
| HSL | 154.87º | 0.98% | 0.23% | - |
| HSV(B) | 154.87º | 0.99% | 0.46% | - |
| XYZ | 7.57 | 13.39 | 7.82 | - |
| YUV | 77.43 | 123.24 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 118 | 69 | 0.99 | 0 | 0.42 | 0.54 | 154.87 | 0.98 | 0.23 |
| Hex | 1 | 76 | 45 | 63 | 0 | 2A | 36 | 9B | 62 | 17 |
| Octal | 1 | 166 | 105 | 143 | 0 | 52 | 66 | 233 | 142 | 27 |
| Binary | 1 | 1110110 | 1000101 | 1100011 | 0 | 101010 | 110110 | 10011011 | 1100010 | 10111 |
Color Harmonies of #017645
Complementary color
Monochromatic Colors of #017645
Black with #017645
Text Example
Text Example
White with #017645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017645; }
p { color: rgb(1,118,69); }
H1.HeaderClassName
{
color: #017645;
}
.AnyTagClassName
{
color: #017645;
}
</style>
background-color css
<style>
a { background-color: #017645; }
a { background-color: rgb(1,118,69); }
div.DivClassName
{
background-color: #017645;
}
.BgClassName
{
background-color: #017645;
}
</style>
border-color css
<style>
span { border-color: #017645; }
span { border-color: rgb(1,118,69); }
td.TdClassName
{
border-color: #017645;
}
.TagClassName
{
border-color: #017645;
}
</style>