Shades of Watercourse #0D704C
Tints of Watercourse #0D704C
RGB
CMYK
RGB Variations
Color information
#0D704C (or 0x0D704C) is known color: Watercourse. HEX triplet: 0D, 70 and 4C. RGB value is (13,112,76). Sum of RGB (Red+Green+Blue) = 13+112+76=201 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.47% from 201); Green value is 112 (44.14% from 255 or 55.72% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 112 - color contains mainly: green. Hex color #0D704C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D704C is #F28FB3. Grayscale: #4E4E4E. Windows color (decimal): -15896500 or 5009421. OLE color: 5009421.
HSL color Cylindrical-coordinate representation of color #0D704C: hue angle of 158.18º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D704C is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 112 | 76 | - |
| CMYK | 0.88 | 0 | 0.32 | 0.56 |
| HSL | 158.18º | 0.79% | 0.25% | - |
| HSV(B) | 158.18º | 0.88% | 0.44% | - |
| XYZ | 7.26 | 12.2 | 8.81 | - |
| YUV | 78.3 | 126.7 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 112 | 76 | 0.88 | 0 | 0.32 | 0.56 | 158.18 | 0.79 | 0.25 |
| Hex | D | 70 | 4C | 58 | 0 | 20 | 38 | 9E | 4F | 19 |
| Octal | 15 | 160 | 114 | 130 | 0 | 40 | 70 | 236 | 117 | 31 |
| Binary | 1101 | 1110000 | 1001100 | 1011000 | 0 | 100000 | 111000 | 10011110 | 1001111 | 11001 |
Color Harmonies of #0D704C
Complementary color
Monochromatic Colors of #0D704C
Black with #0D704C
Text Example
Text Example
White with #0D704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D704C; }
p { color: rgb(13,112,76); }
H1.HeaderClassName
{
color: #0D704C;
}
.AnyTagClassName
{
color: #0D704C;
}
</style>
background-color css
<style>
a { background-color: #0D704C; }
a { background-color: rgb(13,112,76); }
div.DivClassName
{
background-color: #0D704C;
}
.BgClassName
{
background-color: #0D704C;
}
</style>
border-color css
<style>
span { border-color: #0D704C; }
span { border-color: rgb(13,112,76); }
td.TdClassName
{
border-color: #0D704C;
}
.TagClassName
{
border-color: #0D704C;
}
</style>