Shades of Watercourse #0C7051
Tints of Watercourse #0C7051
RGB
CMYK
RGB Variations
Color information
#0C7051 (or 0x0C7051) is known color: Watercourse. HEX triplet: 0C, 70 and 51. RGB value is (12,112,81). Sum of RGB (Red+Green+Blue) = 12+112+81=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 112 (44.14% from 255 or 54.63% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 112 - color contains mainly: green. Hex color #0C7051 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7051 is #F38FAE. Grayscale: #4E4E4E. Windows color (decimal): -15962031 or 5337100. OLE color: 5337100.
HSL color Cylindrical-coordinate representation of color #0C7051: hue angle of 161.4º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C7051 is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 112 | 81 | - |
| CMYK | 0.89 | 0 | 0.28 | 0.56 |
| HSL | 161.4º | 0.81% | 0.24% | - |
| HSV(B) | 161.4º | 0.89% | 0.44% | - |
| XYZ | 7.43 | 12.26 | 9.76 | - |
| YUV | 78.57 | 129.37 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 112 | 81 | 0.89 | 0 | 0.28 | 0.56 | 161.4 | 0.81 | 0.24 |
| Hex | C | 70 | 51 | 59 | 0 | 1C | 38 | A1 | 51 | 18 |
| Octal | 14 | 160 | 121 | 131 | 0 | 34 | 70 | 241 | 121 | 30 |
| Binary | 1100 | 1110000 | 1010001 | 1011001 | 0 | 11100 | 111000 | 10100001 | 1010001 | 11000 |
Color Harmonies of #0C7051
Complementary color
Monochromatic Colors of #0C7051
Black with #0C7051
Text Example
Text Example
White with #0C7051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7051; }
p { color: rgb(12,112,81); }
H1.HeaderClassName
{
color: #0C7051;
}
.AnyTagClassName
{
color: #0C7051;
}
</style>
background-color css
<style>
a { background-color: #0C7051; }
a { background-color: rgb(12,112,81); }
div.DivClassName
{
background-color: #0C7051;
}
.BgClassName
{
background-color: #0C7051;
}
</style>
border-color css
<style>
span { border-color: #0C7051; }
span { border-color: rgb(12,112,81); }
td.TdClassName
{
border-color: #0C7051;
}
.TagClassName
{
border-color: #0C7051;
}
</style>