Shades of Watercourse #0D734E
Tints of Watercourse #0D734E
RGB
CMYK
RGB Variations
Color information
#0D734E (or 0x0D734E) is known color: Watercourse. HEX triplet: 0D, 73 and 4E. RGB value is (13,115,78). Sum of RGB (Red+Green+Blue) = 13+115+78=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 115 (45.31% from 255 or 55.83% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 115 - color contains mainly: green. Hex color #0D734E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D734E is #F28CB1. Grayscale: #505050. Windows color (decimal): -15895730 or 5141261. OLE color: 5141261.
HSL color Cylindrical-coordinate representation of color #0D734E: hue angle of 158.24º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D734E is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 115 | 78 | - |
| CMYK | 0.89 | 0 | 0.32 | 0.55 |
| HSL | 158.24º | 0.8% | 0.25% | - |
| HSV(B) | 158.24º | 0.89% | 0.45% | - |
| XYZ | 7.67 | 12.9 | 9.29 | - |
| YUV | 80.28 | 126.71 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 115 | 78 | 0.89 | 0 | 0.32 | 0.55 | 158.24 | 0.8 | 0.25 |
| Hex | D | 73 | 4E | 59 | 0 | 20 | 37 | 9E | 50 | 19 |
| Octal | 15 | 163 | 116 | 131 | 0 | 40 | 67 | 236 | 120 | 31 |
| Binary | 1101 | 1110011 | 1001110 | 1011001 | 0 | 100000 | 110111 | 10011110 | 1010000 | 11001 |
Color Harmonies of #0D734E
Complementary color
Monochromatic Colors of #0D734E
Black with #0D734E
Text Example
Text Example
White with #0D734E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D734E; }
p { color: rgb(13,115,78); }
H1.HeaderClassName
{
color: #0D734E;
}
.AnyTagClassName
{
color: #0D734E;
}
</style>
background-color css
<style>
a { background-color: #0D734E; }
a { background-color: rgb(13,115,78); }
div.DivClassName
{
background-color: #0D734E;
}
.BgClassName
{
background-color: #0D734E;
}
</style>
border-color css
<style>
span { border-color: #0D734E; }
span { border-color: rgb(13,115,78); }
td.TdClassName
{
border-color: #0D734E;
}
.TagClassName
{
border-color: #0D734E;
}
</style>