Shades of Watercourse #0C7656
Tints of Watercourse #0C7656
RGB
CMYK
RGB Variations
Color information
#0C7656 (or 0x0C7656) is known color: Watercourse. HEX triplet: 0C, 76 and 56. RGB value is (12,118,86). Sum of RGB (Red+Green+Blue) = 12+118+86=216 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.56% from 216); Green value is 118 (46.48% from 255 or 54.63% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 118 - color contains mainly: green. Hex color #0C7656 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7656 is #F389A9. Grayscale: #525252. Windows color (decimal): -15960490 or 5666316. OLE color: 5666316.
HSL color Cylindrical-coordinate representation of color #0C7656: hue angle of 161.89º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7656 is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 118 | 86 | - |
| CMYK | 0.90 | 0 | 0.27 | 0.54 |
| HSL | 161.89º | 0.82% | 0.25% | - |
| HSV(B) | 161.89º | 0.9% | 0.46% | - |
| XYZ | 8.31 | 13.71 | 11.01 | - |
| YUV | 82.66 | 129.88 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 86 | 0.90 | 0 | 0.27 | 0.54 | 161.89 | 0.82 | 0.25 |
| Hex | C | 76 | 56 | 5A | 0 | 1B | 36 | A2 | 52 | 19 |
| Octal | 14 | 166 | 126 | 132 | 0 | 33 | 66 | 242 | 122 | 31 |
| Binary | 1100 | 1110110 | 1010110 | 1011010 | 0 | 11011 | 110110 | 10100010 | 1010010 | 11001 |
Color Harmonies of #0C7656
Complementary color
Monochromatic Colors of #0C7656
Black with #0C7656
Text Example
Text Example
White with #0C7656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7656; }
p { color: rgb(12,118,86); }
H1.HeaderClassName
{
color: #0C7656;
}
.AnyTagClassName
{
color: #0C7656;
}
</style>
background-color css
<style>
a { background-color: #0C7656; }
a { background-color: rgb(12,118,86); }
div.DivClassName
{
background-color: #0C7656;
}
.BgClassName
{
background-color: #0C7656;
}
</style>
border-color css
<style>
span { border-color: #0C7656; }
span { border-color: rgb(12,118,86); }
td.TdClassName
{
border-color: #0C7656;
}
.TagClassName
{
border-color: #0C7656;
}
</style>