Shades of Watercourse #017752
Tints of Watercourse #017752
RGB
CMYK
RGB Variations
Color information
#017752 (or 0x017752) is known color: Watercourse. HEX triplet: 01, 77 and 52. RGB value is (1,119,82). Sum of RGB (Red+Green+Blue) = 1+119+82=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 119 (46.88% from 255 or 58.91% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 119 - color contains mainly: green. Hex color #017752 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017752 is #FE88AD. Grayscale: #4F4F4F. Windows color (decimal): -16681134 or 5404417. OLE color: 5404417.
HSL color Cylindrical-coordinate representation of color #017752: hue angle of 161.19º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017752 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 119 | 82 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.53 |
| HSL | 161.19º | 0.98% | 0.24% | - |
| HSV(B) | 161.19º | 0.99% | 0.47% | - |
| XYZ | 8.13 | 13.81 | 10.22 | - |
| YUV | 79.5 | 129.41 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 119 | 82 | 0.99 | 0 | 0.31 | 0.53 | 161.19 | 0.98 | 0.24 |
| Hex | 1 | 77 | 52 | 63 | 0 | 1F | 35 | A1 | 62 | 18 |
| Octal | 1 | 167 | 122 | 143 | 0 | 37 | 65 | 241 | 142 | 30 |
| Binary | 1 | 1110111 | 1010010 | 1100011 | 0 | 11111 | 110101 | 10100001 | 1100010 | 11000 |
Color Harmonies of #017752
Complementary color
Monochromatic Colors of #017752
Black with #017752
Text Example
Text Example
White with #017752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017752; }
p { color: rgb(1,119,82); }
H1.HeaderClassName
{
color: #017752;
}
.AnyTagClassName
{
color: #017752;
}
</style>
background-color css
<style>
a { background-color: #017752; }
a { background-color: rgb(1,119,82); }
div.DivClassName
{
background-color: #017752;
}
.BgClassName
{
background-color: #017752;
}
</style>
border-color css
<style>
span { border-color: #017752; }
span { border-color: rgb(1,119,82); }
td.TdClassName
{
border-color: #017752;
}
.TagClassName
{
border-color: #017752;
}
</style>