Shades of Watercourse #0E6D4E
Tints of Watercourse #0E6D4E
RGB
CMYK
RGB Variations
Color information
#0E6D4E (or 0x0E6D4E) is known color: Watercourse. HEX triplet: 0E, 6D and 4E. RGB value is (14,109,78). Sum of RGB (Red+Green+Blue) = 14+109+78=201 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.97% from 201); Green value is 109 (42.97% from 255 or 54.23% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 109 - color contains mainly: green. Hex color #0E6D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6D4E is #F192B1. Grayscale: #4D4D4D. Windows color (decimal): -15831730 or 5139726. OLE color: 5139726.
HSL color Cylindrical-coordinate representation of color #0E6D4E: hue angle of 160.42º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E6D4E is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 14 | 109 | 78 | - |
| CMYK | 0.87 | 0 | 0.28 | 0.57 |
| HSL | 160.42º | 0.77% | 0.24% | - |
| HSV(B) | 160.42º | 0.87% | 0.43% | - |
| XYZ | 7.02 | 11.58 | 9.07 | - |
| YUV | 77.06 | 128.53 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 109 | 78 | 0.87 | 0 | 0.28 | 0.57 | 160.42 | 0.77 | 0.24 |
| Hex | E | 6D | 4E | 57 | 0 | 1C | 39 | A0 | 4D | 18 |
| Octal | 16 | 155 | 116 | 127 | 0 | 34 | 71 | 240 | 115 | 30 |
| Binary | 1110 | 1101101 | 1001110 | 1010111 | 0 | 11100 | 111001 | 10100000 | 1001101 | 11000 |
Color Harmonies of #0E6D4E
Complementary color
Monochromatic Colors of #0E6D4E
Black with #0E6D4E
Text Example
Text Example
White with #0E6D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6D4E; }
p { color: rgb(14,109,78); }
H1.HeaderClassName
{
color: #0E6D4E;
}
.AnyTagClassName
{
color: #0E6D4E;
}
</style>
background-color css
<style>
a { background-color: #0E6D4E; }
a { background-color: rgb(14,109,78); }
div.DivClassName
{
background-color: #0E6D4E;
}
.BgClassName
{
background-color: #0E6D4E;
}
</style>
border-color css
<style>
span { border-color: #0E6D4E; }
span { border-color: rgb(14,109,78); }
td.TdClassName
{
border-color: #0E6D4E;
}
.TagClassName
{
border-color: #0E6D4E;
}
</style>