Shades of Watercourse #01754C
Tints of Watercourse #01754C
RGB
CMYK
RGB Variations
Color information
#01754C (or 0x01754C) is known color: Watercourse. HEX triplet: 01, 75 and 4C. RGB value is (1,117,76). Sum of RGB (Red+Green+Blue) = 1+117+76=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 117 (46.09% from 255 or 60.31% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 117 - color contains mainly: green. Hex color #01754C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01754C is #FE8AB3. Grayscale: #4D4D4D. Windows color (decimal): -16681652 or 5010689. OLE color: 5010689.
HSL color Cylindrical-coordinate representation of color #01754C: hue angle of 158.79º 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 #01754C is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 117 | 76 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.54 |
| HSL | 158.79º | 0.98% | 0.23% | - |
| HSV(B) | 158.79º | 0.99% | 0.46% | - |
| XYZ | 7.68 | 13.25 | 8.99 | - |
| YUV | 77.64 | 127.07 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 76 | 0.99 | 0 | 0.35 | 0.54 | 158.79 | 0.98 | 0.23 |
| Hex | 1 | 75 | 4C | 63 | 0 | 23 | 36 | 9F | 62 | 17 |
| Octal | 1 | 165 | 114 | 143 | 0 | 43 | 66 | 237 | 142 | 27 |
| Binary | 1 | 1110101 | 1001100 | 1100011 | 0 | 100011 | 110110 | 10011111 | 1100010 | 10111 |
Color Harmonies of #01754C
Complementary color
Monochromatic Colors of #01754C
Black with #01754C
Text Example
Text Example
White with #01754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01754C; }
p { color: rgb(1,117,76); }
H1.HeaderClassName
{
color: #01754C;
}
.AnyTagClassName
{
color: #01754C;
}
</style>
background-color css
<style>
a { background-color: #01754C; }
a { background-color: rgb(1,117,76); }
div.DivClassName
{
background-color: #01754C;
}
.BgClassName
{
background-color: #01754C;
}
</style>
border-color css
<style>
span { border-color: #01754C; }
span { border-color: rgb(1,117,76); }
td.TdClassName
{
border-color: #01754C;
}
.TagClassName
{
border-color: #01754C;
}
</style>