Shades of Watercourse #0E6D54
Tints of Watercourse #0E6D54
RGB
CMYK
RGB Variations
Color information
#0E6D54 (or 0x0E6D54) is known color: Watercourse. HEX triplet: 0E, 6D and 54. RGB value is (14,109,84). Sum of RGB (Red+Green+Blue) = 14+109+84=207 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.76% from 207); Green value is 109 (42.97% from 255 or 52.66% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 109 - color contains mainly: green. Hex color #0E6D54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6D54 is #F192AB. Grayscale: #4D4D4D. Windows color (decimal): -15831724 or 5532942. OLE color: 5532942.
HSL color Cylindrical-coordinate representation of color #0E6D54: hue angle of 164.21º 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 #0E6D54 is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 14 | 109 | 84 | - |
| CMYK | 0.87 | 0 | 0.23 | 0.57 |
| HSL | 164.21º | 0.77% | 0.24% | - |
| HSV(B) | 164.21º | 0.87% | 0.43% | - |
| XYZ | 7.25 | 11.67 | 10.26 | - |
| YUV | 77.75 | 131.53 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 109 | 84 | 0.87 | 0 | 0.23 | 0.57 | 164.21 | 0.77 | 0.24 |
| Hex | E | 6D | 54 | 57 | 0 | 17 | 39 | A4 | 4D | 18 |
| Octal | 16 | 155 | 124 | 127 | 0 | 27 | 71 | 244 | 115 | 30 |
| Binary | 1110 | 1101101 | 1010100 | 1010111 | 0 | 10111 | 111001 | 10100100 | 1001101 | 11000 |
Color Harmonies of #0E6D54
Complementary color
Monochromatic Colors of #0E6D54
Black with #0E6D54
Text Example
Text Example
White with #0E6D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6D54; }
p { color: rgb(14,109,84); }
H1.HeaderClassName
{
color: #0E6D54;
}
.AnyTagClassName
{
color: #0E6D54;
}
</style>
background-color css
<style>
a { background-color: #0E6D54; }
a { background-color: rgb(14,109,84); }
div.DivClassName
{
background-color: #0E6D54;
}
.BgClassName
{
background-color: #0E6D54;
}
</style>
border-color css
<style>
span { border-color: #0E6D54; }
span { border-color: rgb(14,109,84); }
td.TdClassName
{
border-color: #0E6D54;
}
.TagClassName
{
border-color: #0E6D54;
}
</style>