Shades of Watercourse #016752
Tints of Watercourse #016752
RGB
CMYK
RGB Variations
Color information
#016752 (or 0x016752) is known color: Watercourse. HEX triplet: 01, 67 and 52. RGB value is (1,103,82). Sum of RGB (Red+Green+Blue) = 1+103+82=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 103 (40.62% from 255 or 55.38% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 103 - color contains mainly: green. Hex color #016752 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016752 is #FE98AD. Grayscale: #464646. Windows color (decimal): -16685230 or 5400321. OLE color: 5400321.
HSL color Cylindrical-coordinate representation of color #016752: hue angle of 167.65º 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 #016752 is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 103 | 82 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.60 |
| HSL | 167.65º | 0.98% | 0.2% | - |
| HSV(B) | 167.65º | 0.99% | 0.4% | - |
| XYZ | 6.39 | 10.32 | 9.64 | - |
| YUV | 70.11 | 134.71 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 82 | 0.99 | 0 | 0.20 | 0.60 | 167.65 | 0.98 | 0.2 |
| Hex | 1 | 67 | 52 | 63 | 0 | 14 | 3C | A8 | 62 | 14 |
| Octal | 1 | 147 | 122 | 143 | 0 | 24 | 74 | 250 | 142 | 24 |
| Binary | 1 | 1100111 | 1010010 | 1100011 | 0 | 10100 | 111100 | 10101000 | 1100010 | 10100 |
Color Harmonies of #016752
Complementary color
Monochromatic Colors of #016752
Black with #016752
Text Example
Text Example
White with #016752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016752; }
p { color: rgb(1,103,82); }
H1.HeaderClassName
{
color: #016752;
}
.AnyTagClassName
{
color: #016752;
}
</style>
background-color css
<style>
a { background-color: #016752; }
a { background-color: rgb(1,103,82); }
div.DivClassName
{
background-color: #016752;
}
.BgClassName
{
background-color: #016752;
}
</style>
border-color css
<style>
span { border-color: #016752; }
span { border-color: rgb(1,103,82); }
td.TdClassName
{
border-color: #016752;
}
.TagClassName
{
border-color: #016752;
}
</style>