Shades of Watercourse #017652
Tints of Watercourse #017652
RGB
CMYK
RGB Variations
Color information
#017652 (or 0x017652) is known color: Watercourse. HEX triplet: 01, 76 and 52. RGB value is (1,118,82). Sum of RGB (Red+Green+Blue) = 1+118+82=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 118 (46.48% from 255 or 58.71% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 118 - color contains mainly: green. Hex color #017652 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017652 is #FE89AD. Grayscale: #4E4E4E. Windows color (decimal): -16681390 or 5404161. OLE color: 5404161.
HSL color Cylindrical-coordinate representation of color #017652: hue angle of 161.54º 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 #017652 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 118 | 82 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.54 |
| HSL | 161.54º | 0.98% | 0.23% | - |
| HSV(B) | 161.54º | 0.99% | 0.46% | - |
| XYZ | 8.01 | 13.57 | 10.18 | - |
| YUV | 78.91 | 129.74 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 118 | 82 | 0.99 | 0 | 0.31 | 0.54 | 161.54 | 0.98 | 0.23 |
| Hex | 1 | 76 | 52 | 63 | 0 | 1F | 36 | A2 | 62 | 17 |
| Octal | 1 | 166 | 122 | 143 | 0 | 37 | 66 | 242 | 142 | 27 |
| Binary | 1 | 1110110 | 1010010 | 1100011 | 0 | 11111 | 110110 | 10100010 | 1100010 | 10111 |
Color Harmonies of #017652
Complementary color
Monochromatic Colors of #017652
Black with #017652
Text Example
Text Example
White with #017652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017652; }
p { color: rgb(1,118,82); }
H1.HeaderClassName
{
color: #017652;
}
.AnyTagClassName
{
color: #017652;
}
</style>
background-color css
<style>
a { background-color: #017652; }
a { background-color: rgb(1,118,82); }
div.DivClassName
{
background-color: #017652;
}
.BgClassName
{
background-color: #017652;
}
</style>
border-color css
<style>
span { border-color: #017652; }
span { border-color: rgb(1,118,82); }
td.TdClassName
{
border-color: #017652;
}
.TagClassName
{
border-color: #017652;
}
</style>