Shades of Watercourse #01754D
Tints of Watercourse #01754D
RGB
CMYK
RGB Variations
Color information
#01754D (or 0x01754D) is known color: Watercourse. HEX triplet: 01, 75 and 4D. RGB value is (1,117,77). Sum of RGB (Red+Green+Blue) = 1+117+77=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 117 (46.09% from 255 or 60% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 117 - color contains mainly: green. Hex color #01754D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01754D is #FE8AB2. Grayscale: #4D4D4D. Windows color (decimal): -16681651 or 5076225. OLE color: 5076225.
HSL color Cylindrical-coordinate representation of color #01754D: hue angle of 159.31º 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 #01754D is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 117 | 77 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.54 |
| HSL | 159.31º | 0.98% | 0.23% | - |
| HSV(B) | 159.31º | 0.99% | 0.46% | - |
| XYZ | 7.71 | 13.26 | 9.18 | - |
| YUV | 77.76 | 127.57 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 77 | 0.99 | 0 | 0.34 | 0.54 | 159.31 | 0.98 | 0.23 |
| Hex | 1 | 75 | 4D | 63 | 0 | 22 | 36 | 9F | 62 | 17 |
| Octal | 1 | 165 | 115 | 143 | 0 | 42 | 66 | 237 | 142 | 27 |
| Binary | 1 | 1110101 | 1001101 | 1100011 | 0 | 100010 | 110110 | 10011111 | 1100010 | 10111 |
Color Harmonies of #01754D
Complementary color
Monochromatic Colors of #01754D
Black with #01754D
Text Example
Text Example
White with #01754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01754D; }
p { color: rgb(1,117,77); }
H1.HeaderClassName
{
color: #01754D;
}
.AnyTagClassName
{
color: #01754D;
}
</style>
background-color css
<style>
a { background-color: #01754D; }
a { background-color: rgb(1,117,77); }
div.DivClassName
{
background-color: #01754D;
}
.BgClassName
{
background-color: #01754D;
}
</style>
border-color css
<style>
span { border-color: #01754D; }
span { border-color: rgb(1,117,77); }
td.TdClassName
{
border-color: #01754D;
}
.TagClassName
{
border-color: #01754D;
}
</style>