Shades of Watercourse #0C7653
Tints of Watercourse #0C7653
RGB
CMYK
RGB Variations
Color information
#0C7653 (or 0x0C7653) is known color: Watercourse. HEX triplet: 0C, 76 and 53. RGB value is (12,118,83). Sum of RGB (Red+Green+Blue) = 12+118+83=213 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.63% from 213); Green value is 118 (46.48% from 255 or 55.40% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 118 - color contains mainly: green. Hex color #0C7653 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7653 is #F389AC. Grayscale: #525252. Windows color (decimal): -15960493 or 5469708. OLE color: 5469708.
HSL color Cylindrical-coordinate representation of color #0C7653: hue angle of 160.19º 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 #0C7653 is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 118 | 83 | - |
| CMYK | 0.90 | 0 | 0.30 | 0.54 |
| HSL | 160.19º | 0.82% | 0.25% | - |
| HSV(B) | 160.19º | 0.9% | 0.46% | - |
| XYZ | 8.19 | 13.66 | 10.39 | - |
| YUV | 82.32 | 128.38 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 83 | 0.90 | 0 | 0.30 | 0.54 | 160.19 | 0.82 | 0.25 |
| Hex | C | 76 | 53 | 5A | 0 | 1E | 36 | A0 | 52 | 19 |
| Octal | 14 | 166 | 123 | 132 | 0 | 36 | 66 | 240 | 122 | 31 |
| Binary | 1100 | 1110110 | 1010011 | 1011010 | 0 | 11110 | 110110 | 10100000 | 1010010 | 11001 |
Color Harmonies of #0C7653
Complementary color
Monochromatic Colors of #0C7653
Black with #0C7653
Text Example
Text Example
White with #0C7653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7653; }
p { color: rgb(12,118,83); }
H1.HeaderClassName
{
color: #0C7653;
}
.AnyTagClassName
{
color: #0C7653;
}
</style>
background-color css
<style>
a { background-color: #0C7653; }
a { background-color: rgb(12,118,83); }
div.DivClassName
{
background-color: #0C7653;
}
.BgClassName
{
background-color: #0C7653;
}
</style>
border-color css
<style>
span { border-color: #0C7653; }
span { border-color: rgb(12,118,83); }
td.TdClassName
{
border-color: #0C7653;
}
.TagClassName
{
border-color: #0C7653;
}
</style>