Shades of Watercourse #016753
Tints of Watercourse #016753
RGB
CMYK
RGB Variations
Color information
#016753 (or 0x016753) is known color: Watercourse. HEX triplet: 01, 67 and 53. RGB value is (1,103,83). Sum of RGB (Red+Green+Blue) = 1+103+83=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 103 (40.62% from 255 or 55.08% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 103 - color contains mainly: green. Hex color #016753 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016753 is #FE98AC. Grayscale: #464646. Windows color (decimal): -16685229 or 5465857. OLE color: 5465857.
HSL color Cylindrical-coordinate representation of color #016753: hue angle of 168.24º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016753 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 103 | 83 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.60 |
| HSL | 168.24º | 0.98% | 0.2% | - |
| HSV(B) | 168.24º | 0.99% | 0.4% | - |
| XYZ | 6.42 | 10.33 | 9.84 | - |
| YUV | 70.22 | 135.21 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 83 | 0.99 | 0 | 0.19 | 0.60 | 168.24 | 0.98 | 0.2 |
| Hex | 1 | 67 | 53 | 63 | 0 | 13 | 3C | A8 | 62 | 14 |
| Octal | 1 | 147 | 123 | 143 | 0 | 23 | 74 | 250 | 142 | 24 |
| Binary | 1 | 1100111 | 1010011 | 1100011 | 0 | 10011 | 111100 | 10101000 | 1100010 | 10100 |
Color Harmonies of #016753
Complementary color
Monochromatic Colors of #016753
Black with #016753
Text Example
Text Example
White with #016753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016753; }
p { color: rgb(1,103,83); }
H1.HeaderClassName
{
color: #016753;
}
.AnyTagClassName
{
color: #016753;
}
</style>
background-color css
<style>
a { background-color: #016753; }
a { background-color: rgb(1,103,83); }
div.DivClassName
{
background-color: #016753;
}
.BgClassName
{
background-color: #016753;
}
</style>
border-color css
<style>
span { border-color: #016753; }
span { border-color: rgb(1,103,83); }
td.TdClassName
{
border-color: #016753;
}
.TagClassName
{
border-color: #016753;
}
</style>