Shades of Watercourse #0C7150
Tints of Watercourse #0C7150
RGB
CMYK
RGB Variations
Color information
#0C7150 (or 0x0C7150) is known color: Watercourse. HEX triplet: 0C, 71 and 50. RGB value is (12,113,80). Sum of RGB (Red+Green+Blue) = 12+113+80=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 113 (44.53% from 255 or 55.12% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 113 - color contains mainly: green. Hex color #0C7150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7150 is #F38EAF. Grayscale: #4F4F4F. Windows color (decimal): -15961776 or 5271820. OLE color: 5271820.
HSL color Cylindrical-coordinate representation of color #0C7150: hue angle of 160.4º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C7150 is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 113 | 80 | - |
| CMYK | 0.89 | 0 | 0.29 | 0.56 |
| HSL | 160.4º | 0.81% | 0.25% | - |
| HSV(B) | 160.4º | 0.89% | 0.44% | - |
| XYZ | 7.5 | 12.47 | 9.6 | - |
| YUV | 79.04 | 128.54 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 113 | 80 | 0.89 | 0 | 0.29 | 0.56 | 160.4 | 0.81 | 0.25 |
| Hex | C | 71 | 50 | 59 | 0 | 1D | 38 | A0 | 51 | 19 |
| Octal | 14 | 161 | 120 | 131 | 0 | 35 | 70 | 240 | 121 | 31 |
| Binary | 1100 | 1110001 | 1010000 | 1011001 | 0 | 11101 | 111000 | 10100000 | 1010001 | 11001 |
Color Harmonies of #0C7150
Complementary color
Monochromatic Colors of #0C7150
Black with #0C7150
Text Example
Text Example
White with #0C7150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7150; }
p { color: rgb(12,113,80); }
H1.HeaderClassName
{
color: #0C7150;
}
.AnyTagClassName
{
color: #0C7150;
}
</style>
background-color css
<style>
a { background-color: #0C7150; }
a { background-color: rgb(12,113,80); }
div.DivClassName
{
background-color: #0C7150;
}
.BgClassName
{
background-color: #0C7150;
}
</style>
border-color css
<style>
span { border-color: #0C7150; }
span { border-color: rgb(12,113,80); }
td.TdClassName
{
border-color: #0C7150;
}
.TagClassName
{
border-color: #0C7150;
}
</style>