Shades of Watercourse #0C6A56
Tints of Watercourse #0C6A56
RGB
CMYK
RGB Variations
Color information
#0C6A56 (or 0x0C6A56) is known color: Watercourse. HEX triplet: 0C, 6A and 56. RGB value is (12,106,86). Sum of RGB (Red+Green+Blue) = 12+106+86=204 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.88% from 204); Green value is 106 (41.80% from 255 or 51.96% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 106 - color contains mainly: green. Hex color #0C6A56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6A56 is #F395A9. Grayscale: #4B4B4B. Windows color (decimal): -15963562 or 5663244. OLE color: 5663244.
HSL color Cylindrical-coordinate representation of color #0C6A56: hue angle of 167.23º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6A56 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 106 | 86 | - |
| CMYK | 0.89 | 0 | 0.19 | 0.58 |
| HSL | 167.23º | 0.8% | 0.23% | - |
| HSV(B) | 167.23º | 0.89% | 0.42% | - |
| XYZ | 6.99 | 11.06 | 10.57 | - |
| YUV | 75.61 | 133.86 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 106 | 86 | 0.89 | 0 | 0.19 | 0.58 | 167.23 | 0.8 | 0.23 |
| Hex | C | 6A | 56 | 59 | 0 | 13 | 3A | A7 | 50 | 17 |
| Octal | 14 | 152 | 126 | 131 | 0 | 23 | 72 | 247 | 120 | 27 |
| Binary | 1100 | 1101010 | 1010110 | 1011001 | 0 | 10011 | 111010 | 10100111 | 1010000 | 10111 |
Color Harmonies of #0C6A56
Complementary color
Monochromatic Colors of #0C6A56
Black with #0C6A56
Text Example
Text Example
White with #0C6A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6A56; }
p { color: rgb(12,106,86); }
H1.HeaderClassName
{
color: #0C6A56;
}
.AnyTagClassName
{
color: #0C6A56;
}
</style>
background-color css
<style>
a { background-color: #0C6A56; }
a { background-color: rgb(12,106,86); }
div.DivClassName
{
background-color: #0C6A56;
}
.BgClassName
{
background-color: #0C6A56;
}
</style>
border-color css
<style>
span { border-color: #0C6A56; }
span { border-color: rgb(12,106,86); }
td.TdClassName
{
border-color: #0C6A56;
}
.TagClassName
{
border-color: #0C6A56;
}
</style>