Shades of Watercourse #01604C
Tints of Watercourse #01604C
RGB
CMYK
RGB Variations
Color information
#01604C (or 0x01604C) is known color: Watercourse. HEX triplet: 01, 60 and 4C. RGB value is (1,96,76). Sum of RGB (Red+Green+Blue) = 1+96+76=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 96 (37.89% from 255 or 55.49% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 96 - color contains mainly: green. Hex color #01604C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01604C is #FE9FB3. Grayscale: #414141. Windows color (decimal): -16687028 or 5005313. OLE color: 5005313.
HSL color Cylindrical-coordinate representation of color #01604C: hue angle of 167.37º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01604C is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 96 | 76 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.62 |
| HSL | 167.37º | 0.98% | 0.19% | - |
| HSV(B) | 167.37º | 0.99% | 0.38% | - |
| XYZ | 5.5 | 8.89 | 8.26 | - |
| YUV | 65.32 | 134.03 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 96 | 76 | 0.99 | 0 | 0.21 | 0.62 | 167.37 | 0.98 | 0.19 |
| Hex | 1 | 60 | 4C | 63 | 0 | 15 | 3E | A7 | 62 | 13 |
| Octal | 1 | 140 | 114 | 143 | 0 | 25 | 76 | 247 | 142 | 23 |
| Binary | 1 | 1100000 | 1001100 | 1100011 | 0 | 10101 | 111110 | 10100111 | 1100010 | 10011 |
Color Harmonies of #01604C
Complementary color
Monochromatic Colors of #01604C
Black with #01604C
Text Example
Text Example
White with #01604C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01604C; }
p { color: rgb(1,96,76); }
H1.HeaderClassName
{
color: #01604C;
}
.AnyTagClassName
{
color: #01604C;
}
</style>
background-color css
<style>
a { background-color: #01604C; }
a { background-color: rgb(1,96,76); }
div.DivClassName
{
background-color: #01604C;
}
.BgClassName
{
background-color: #01604C;
}
</style>
border-color css
<style>
span { border-color: #01604C; }
span { border-color: rgb(1,96,76); }
td.TdClassName
{
border-color: #01604C;
}
.TagClassName
{
border-color: #01604C;
}
</style>