Shades of Watercourse #0C7652
Tints of Watercourse #0C7652
RGB
CMYK
RGB Variations
Color information
#0C7652 (or 0x0C7652) is known color: Watercourse. HEX triplet: 0C, 76 and 52. RGB value is (12,118,82). Sum of RGB (Red+Green+Blue) = 12+118+82=212 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.66% from 212); Green value is 118 (46.48% from 255 or 55.66% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 118 - color contains mainly: green. Hex color #0C7652 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7652 is #F389AD. Grayscale: #525252. Windows color (decimal): -15960494 or 5404172. OLE color: 5404172.
HSL color Cylindrical-coordinate representation of color #0C7652: hue angle of 159.62º 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 #0C7652 is Cyan = 0.90, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 118 | 82 | - |
| CMYK | 0.90 | 0 | 0.31 | 0.54 |
| HSL | 159.62º | 0.82% | 0.25% | - |
| HSV(B) | 159.62º | 0.9% | 0.46% | - |
| XYZ | 8.15 | 13.64 | 10.19 | - |
| YUV | 82.2 | 127.88 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 82 | 0.90 | 0 | 0.31 | 0.54 | 159.62 | 0.82 | 0.25 |
| Hex | C | 76 | 52 | 5A | 0 | 1F | 36 | A0 | 52 | 19 |
| Octal | 14 | 166 | 122 | 132 | 0 | 37 | 66 | 240 | 122 | 31 |
| Binary | 1100 | 1110110 | 1010010 | 1011010 | 0 | 11111 | 110110 | 10100000 | 1010010 | 11001 |
Color Harmonies of #0C7652
Complementary color
Monochromatic Colors of #0C7652
Black with #0C7652
Text Example
Text Example
White with #0C7652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7652; }
p { color: rgb(12,118,82); }
H1.HeaderClassName
{
color: #0C7652;
}
.AnyTagClassName
{
color: #0C7652;
}
</style>
background-color css
<style>
a { background-color: #0C7652; }
a { background-color: rgb(12,118,82); }
div.DivClassName
{
background-color: #0C7652;
}
.BgClassName
{
background-color: #0C7652;
}
</style>
border-color css
<style>
span { border-color: #0C7652; }
span { border-color: rgb(12,118,82); }
td.TdClassName
{
border-color: #0C7652;
}
.TagClassName
{
border-color: #0C7652;
}
</style>