Shades of Watercourse #0C6D52
Tints of Watercourse #0C6D52
RGB
CMYK
RGB Variations
Color information
#0C6D52 (or 0x0C6D52) is known color: Watercourse. HEX triplet: 0C, 6D and 52. RGB value is (12,109,82). Sum of RGB (Red+Green+Blue) = 12+109+82=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 109 (42.97% from 255 or 53.69% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 109 - color contains mainly: green. Hex color #0C6D52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6D52 is #F392AD. Grayscale: #4C4C4C. Windows color (decimal): -15962798 or 5401868. OLE color: 5401868.
HSL color Cylindrical-coordinate representation of color #0C6D52: hue angle of 163.3º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6D52 is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 12 | 109 | 82 | - |
| CMYK | 0.89 | 0 | 0.25 | 0.57 |
| HSL | 163.3º | 0.8% | 0.24% | - |
| HSV(B) | 163.3º | 0.89% | 0.43% | - |
| XYZ | 7.14 | 11.62 | 9.85 | - |
| YUV | 76.92 | 130.86 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 109 | 82 | 0.89 | 0 | 0.25 | 0.57 | 163.3 | 0.8 | 0.24 |
| Hex | C | 6D | 52 | 59 | 0 | 19 | 39 | A3 | 50 | 18 |
| Octal | 14 | 155 | 122 | 131 | 0 | 31 | 71 | 243 | 120 | 30 |
| Binary | 1100 | 1101101 | 1010010 | 1011001 | 0 | 11001 | 111001 | 10100011 | 1010000 | 11000 |
Color Harmonies of #0C6D52
Complementary color
Monochromatic Colors of #0C6D52
Black with #0C6D52
Text Example
Text Example
White with #0C6D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6D52; }
p { color: rgb(12,109,82); }
H1.HeaderClassName
{
color: #0C6D52;
}
.AnyTagClassName
{
color: #0C6D52;
}
</style>
background-color css
<style>
a { background-color: #0C6D52; }
a { background-color: rgb(12,109,82); }
div.DivClassName
{
background-color: #0C6D52;
}
.BgClassName
{
background-color: #0C6D52;
}
</style>
border-color css
<style>
span { border-color: #0C6D52; }
span { border-color: rgb(12,109,82); }
td.TdClassName
{
border-color: #0C6D52;
}
.TagClassName
{
border-color: #0C6D52;
}
</style>