Shades of Watercourse #0E644E
Tints of Watercourse #0E644E
RGB
CMYK
RGB Variations
Color information
#0E644E (or 0x0E644E) is known color: Watercourse. HEX triplet: 0E, 64 and 4E. RGB value is (14,100,78). Sum of RGB (Red+Green+Blue) = 14+100+78=192 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.29% from 192); Green value is 100 (39.45% from 255 or 52.08% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 100 - color contains mainly: green. Hex color #0E644E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E644E is #F19BB1. Grayscale: #474747. Windows color (decimal): -15834034 or 5137422. OLE color: 5137422.
HSL color Cylindrical-coordinate representation of color #0E644E: hue angle of 164.65º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E644E is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 14 | 100 | 78 | - |
| CMYK | 0.86 | 0 | 0.22 | 0.61 |
| HSL | 164.65º | 0.75% | 0.22% | - |
| HSV(B) | 164.65º | 0.86% | 0.39% | - |
| XYZ | 6.11 | 9.76 | 8.77 | - |
| YUV | 71.78 | 131.51 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 100 | 78 | 0.86 | 0 | 0.22 | 0.61 | 164.65 | 0.75 | 0.22 |
| Hex | E | 64 | 4E | 56 | 0 | 16 | 3D | A5 | 4B | 16 |
| Octal | 16 | 144 | 116 | 126 | 0 | 26 | 75 | 245 | 113 | 26 |
| Binary | 1110 | 1100100 | 1001110 | 1010110 | 0 | 10110 | 111101 | 10100101 | 1001011 | 10110 |
Color Harmonies of #0E644E
Complementary color
Monochromatic Colors of #0E644E
Black with #0E644E
Text Example
Text Example
White with #0E644E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E644E; }
p { color: rgb(14,100,78); }
H1.HeaderClassName
{
color: #0E644E;
}
.AnyTagClassName
{
color: #0E644E;
}
</style>
background-color css
<style>
a { background-color: #0E644E; }
a { background-color: rgb(14,100,78); }
div.DivClassName
{
background-color: #0E644E;
}
.BgClassName
{
background-color: #0E644E;
}
</style>
border-color css
<style>
span { border-color: #0E644E; }
span { border-color: rgb(14,100,78); }
td.TdClassName
{
border-color: #0E644E;
}
.TagClassName
{
border-color: #0E644E;
}
</style>