Shades of Watercourse #0D7150
Tints of Watercourse #0D7150
RGB
CMYK
RGB Variations
Color information
#0D7150 (or 0x0D7150) is known color: Watercourse. HEX triplet: 0D, 71 and 50. RGB value is (13,113,80). Sum of RGB (Red+Green+Blue) = 13+113+80=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 113 (44.53% from 255 or 54.85% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 113 - color contains mainly: green. Hex color #0D7150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7150 is #F28EAF. Grayscale: #4F4F4F. Windows color (decimal): -15896240 or 5271821. OLE color: 5271821.
HSL color Cylindrical-coordinate representation of color #0D7150: hue angle of 160.2º 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 #0D7150 is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 113 | 80 | - |
| CMYK | 0.88 | 0 | 0.29 | 0.56 |
| HSL | 160.2º | 0.79% | 0.25% | - |
| HSV(B) | 160.2º | 0.88% | 0.44% | - |
| XYZ | 7.52 | 12.48 | 9.6 | - |
| YUV | 79.34 | 128.37 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 113 | 80 | 0.88 | 0 | 0.29 | 0.56 | 160.2 | 0.79 | 0.25 |
| Hex | D | 71 | 50 | 58 | 0 | 1D | 38 | A0 | 4F | 19 |
| Octal | 15 | 161 | 120 | 130 | 0 | 35 | 70 | 240 | 117 | 31 |
| Binary | 1101 | 1110001 | 1010000 | 1011000 | 0 | 11101 | 111000 | 10100000 | 1001111 | 11001 |
Color Harmonies of #0D7150
Complementary color
Monochromatic Colors of #0D7150
Black with #0D7150
Text Example
Text Example
White with #0D7150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7150; }
p { color: rgb(13,113,80); }
H1.HeaderClassName
{
color: #0D7150;
}
.AnyTagClassName
{
color: #0D7150;
}
</style>
background-color css
<style>
a { background-color: #0D7150; }
a { background-color: rgb(13,113,80); }
div.DivClassName
{
background-color: #0D7150;
}
.BgClassName
{
background-color: #0D7150;
}
</style>
border-color css
<style>
span { border-color: #0D7150; }
span { border-color: rgb(13,113,80); }
td.TdClassName
{
border-color: #0D7150;
}
.TagClassName
{
border-color: #0D7150;
}
</style>