Shades of Watercourse #0C704E
Tints of Watercourse #0C704E
RGB
CMYK
RGB Variations
Color information
#0C704E (or 0x0C704E) is known color: Watercourse. HEX triplet: 0C, 70 and 4E. RGB value is (12,112,78). Sum of RGB (Red+Green+Blue) = 12+112+78=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 112 (44.14% from 255 or 55.45% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 112 - color contains mainly: green. Hex color #0C704E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C704E is #F38FB1. Grayscale: #4E4E4E. Windows color (decimal): -15962034 or 5140492. OLE color: 5140492.
HSL color Cylindrical-coordinate representation of color #0C704E: hue angle of 159.6º 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 #0C704E is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 112 | 78 | - |
| CMYK | 0.89 | 0 | 0.30 | 0.56 |
| HSL | 159.6º | 0.81% | 0.24% | - |
| HSV(B) | 159.6º | 0.89% | 0.44% | - |
| XYZ | 7.32 | 12.22 | 9.18 | - |
| YUV | 78.22 | 127.87 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 112 | 78 | 0.89 | 0 | 0.30 | 0.56 | 159.6 | 0.81 | 0.24 |
| Hex | C | 70 | 4E | 59 | 0 | 1E | 38 | A0 | 51 | 18 |
| Octal | 14 | 160 | 116 | 131 | 0 | 36 | 70 | 240 | 121 | 30 |
| Binary | 1100 | 1110000 | 1001110 | 1011001 | 0 | 11110 | 111000 | 10100000 | 1010001 | 11000 |
Color Harmonies of #0C704E
Complementary color
Monochromatic Colors of #0C704E
Black with #0C704E
Text Example
Text Example
White with #0C704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C704E; }
p { color: rgb(12,112,78); }
H1.HeaderClassName
{
color: #0C704E;
}
.AnyTagClassName
{
color: #0C704E;
}
</style>
background-color css
<style>
a { background-color: #0C704E; }
a { background-color: rgb(12,112,78); }
div.DivClassName
{
background-color: #0C704E;
}
.BgClassName
{
background-color: #0C704E;
}
</style>
border-color css
<style>
span { border-color: #0C704E; }
span { border-color: rgb(12,112,78); }
td.TdClassName
{
border-color: #0C704E;
}
.TagClassName
{
border-color: #0C704E;
}
</style>