Shades of Watercourse #0E7556
Tints of Watercourse #0E7556
RGB
CMYK
RGB Variations
Color information
#0E7556 (or 0x0E7556) is known color: Watercourse. HEX triplet: 0E, 75 and 56. RGB value is (14,117,86). Sum of RGB (Red+Green+Blue) = 14+117+86=217 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.45% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #0E7556 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7556 is #F18AA9. Grayscale: #525252. Windows color (decimal): -15829674 or 5666062. OLE color: 5666062.
HSL color Cylindrical-coordinate representation of color #0E7556: hue angle of 161.94º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7556 is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 14 | 117 | 86 | - |
| CMYK | 0.88 | 0 | 0.26 | 0.54 |
| HSL | 161.94º | 0.79% | 0.26% | - |
| HSV(B) | 161.94º | 0.88% | 0.46% | - |
| XYZ | 8.22 | 13.49 | 10.97 | - |
| YUV | 82.67 | 129.88 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 117 | 86 | 0.88 | 0 | 0.26 | 0.54 | 161.94 | 0.79 | 0.26 |
| Hex | E | 75 | 56 | 58 | 0 | 1A | 36 | A2 | 4F | 1A |
| Octal | 16 | 165 | 126 | 130 | 0 | 32 | 66 | 242 | 117 | 32 |
| Binary | 1110 | 1110101 | 1010110 | 1011000 | 0 | 11010 | 110110 | 10100010 | 1001111 | 11010 |
Color Harmonies of #0E7556
Complementary color
Monochromatic Colors of #0E7556
Black with #0E7556
Text Example
Text Example
White with #0E7556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7556; }
p { color: rgb(14,117,86); }
H1.HeaderClassName
{
color: #0E7556;
}
.AnyTagClassName
{
color: #0E7556;
}
</style>
background-color css
<style>
a { background-color: #0E7556; }
a { background-color: rgb(14,117,86); }
div.DivClassName
{
background-color: #0E7556;
}
.BgClassName
{
background-color: #0E7556;
}
</style>
border-color css
<style>
span { border-color: #0E7556; }
span { border-color: rgb(14,117,86); }
td.TdClassName
{
border-color: #0E7556;
}
.TagClassName
{
border-color: #0E7556;
}
</style>