Shades of Watercourse #0E664D
Tints of Watercourse #0E664D
RGB
CMYK
RGB Variations
Color information
#0E664D (or 0x0E664D) is known color: Watercourse. HEX triplet: 0E, 66 and 4D. RGB value is (14,102,77). Sum of RGB (Red+Green+Blue) = 14+102+77=193 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.25% from 193); Green value is 102 (40.23% from 255 or 52.85% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 102 - color contains mainly: green. Hex color #0E664D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E664D is #F199B2. Grayscale: #484848. Windows color (decimal): -15833523 or 5072398. OLE color: 5072398.
HSL color Cylindrical-coordinate representation of color #0E664D: hue angle of 162.95º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E664D is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 14 | 102 | 77 | - |
| CMYK | 0.86 | 0 | 0.25 | 0.6 |
| HSL | 162.95º | 0.76% | 0.23% | - |
| HSV(B) | 162.95º | 0.86% | 0.4% | - |
| XYZ | 6.27 | 10.13 | 8.65 | - |
| YUV | 72.84 | 130.35 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 102 | 77 | 0.86 | 0 | 0.25 | 0.6 | 162.95 | 0.76 | 0.23 |
| Hex | E | 66 | 4D | 56 | 0 | 19 | 3C | A3 | 4C | 17 |
| Octal | 16 | 146 | 115 | 126 | 0 | 31 | 74 | 243 | 114 | 27 |
| Binary | 1110 | 1100110 | 1001101 | 1010110 | 0 | 11001 | 111100 | 10100011 | 1001100 | 10111 |
Color Harmonies of #0E664D
Complementary color
Monochromatic Colors of #0E664D
Black with #0E664D
Text Example
Text Example
White with #0E664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E664D; }
p { color: rgb(14,102,77); }
H1.HeaderClassName
{
color: #0E664D;
}
.AnyTagClassName
{
color: #0E664D;
}
</style>
background-color css
<style>
a { background-color: #0E664D; }
a { background-color: rgb(14,102,77); }
div.DivClassName
{
background-color: #0E664D;
}
.BgClassName
{
background-color: #0E664D;
}
</style>
border-color css
<style>
span { border-color: #0E664D; }
span { border-color: rgb(14,102,77); }
td.TdClassName
{
border-color: #0E664D;
}
.TagClassName
{
border-color: #0E664D;
}
</style>