Shades of Watercourse #01764E
Tints of Watercourse #01764E
RGB
CMYK
RGB Variations
Color information
#01764E (or 0x01764E) is known color: Watercourse. HEX triplet: 01, 76 and 4E. RGB value is (1,118,78). Sum of RGB (Red+Green+Blue) = 1+118+78=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 118 (46.48% from 255 or 59.90% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 118 - color contains mainly: green. Hex color #01764E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01764E is #FE89B1. Grayscale: #4E4E4E. Windows color (decimal): -16681394 or 5142017. OLE color: 5142017.
HSL color Cylindrical-coordinate representation of color #01764E: hue angle of 159.49º 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 #01764E is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 118 | 78 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.54 |
| HSL | 159.49º | 0.98% | 0.23% | - |
| HSV(B) | 159.49º | 0.99% | 0.46% | - |
| XYZ | 7.87 | 13.51 | 9.4 | - |
| YUV | 78.46 | 127.74 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 118 | 78 | 0.99 | 0 | 0.34 | 0.54 | 159.49 | 0.98 | 0.23 |
| Hex | 1 | 76 | 4E | 63 | 0 | 22 | 36 | 9F | 62 | 17 |
| Octal | 1 | 166 | 116 | 143 | 0 | 42 | 66 | 237 | 142 | 27 |
| Binary | 1 | 1110110 | 1001110 | 1100011 | 0 | 100010 | 110110 | 10011111 | 1100010 | 10111 |
Color Harmonies of #01764E
Complementary color
Monochromatic Colors of #01764E
Black with #01764E
Text Example
Text Example
White with #01764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01764E; }
p { color: rgb(1,118,78); }
H1.HeaderClassName
{
color: #01764E;
}
.AnyTagClassName
{
color: #01764E;
}
</style>
background-color css
<style>
a { background-color: #01764E; }
a { background-color: rgb(1,118,78); }
div.DivClassName
{
background-color: #01764E;
}
.BgClassName
{
background-color: #01764E;
}
</style>
border-color css
<style>
span { border-color: #01764E; }
span { border-color: rgb(1,118,78); }
td.TdClassName
{
border-color: #01764E;
}
.TagClassName
{
border-color: #01764E;
}
</style>