Shades of Watercourse #0C7956
Tints of Watercourse #0C7956
RGB
CMYK
RGB Variations
Color information
#0C7956 (or 0x0C7956) is known color: Watercourse. HEX triplet: 0C, 79 and 56. RGB value is (12,121,86). Sum of RGB (Red+Green+Blue) = 12+121+86=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 121 (47.66% from 255 or 55.25% from 219); Blue value is 86 (33.98% from 255 or 39.27% from 219); Max value from RGB is 121 - color contains mainly: green. Hex color #0C7956 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7956 is #F386A9. Grayscale: #545454. Windows color (decimal): -15959722 or 5667084. OLE color: 5667084.
HSL color Cylindrical-coordinate representation of color #0C7956: hue angle of 160.73º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7956 is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 121 | 86 | - |
| CMYK | 0.90 | 0 | 0.29 | 0.53 |
| HSL | 160.73º | 0.82% | 0.26% | - |
| HSV(B) | 160.73º | 0.9% | 0.47% | - |
| XYZ | 8.67 | 14.42 | 11.13 | - |
| YUV | 84.42 | 128.89 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 121 | 86 | 0.90 | 0 | 0.29 | 0.53 | 160.73 | 0.82 | 0.26 |
| Hex | C | 79 | 56 | 5A | 0 | 1D | 35 | A1 | 52 | 1A |
| Octal | 14 | 171 | 126 | 132 | 0 | 35 | 65 | 241 | 122 | 32 |
| Binary | 1100 | 1111001 | 1010110 | 1011010 | 0 | 11101 | 110101 | 10100001 | 1010010 | 11010 |
Color Harmonies of #0C7956
Complementary color
Monochromatic Colors of #0C7956
Black with #0C7956
Text Example
Text Example
White with #0C7956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7956; }
p { color: rgb(12,121,86); }
H1.HeaderClassName
{
color: #0C7956;
}
.AnyTagClassName
{
color: #0C7956;
}
</style>
background-color css
<style>
a { background-color: #0C7956; }
a { background-color: rgb(12,121,86); }
div.DivClassName
{
background-color: #0C7956;
}
.BgClassName
{
background-color: #0C7956;
}
</style>
border-color css
<style>
span { border-color: #0C7956; }
span { border-color: rgb(12,121,86); }
td.TdClassName
{
border-color: #0C7956;
}
.TagClassName
{
border-color: #0C7956;
}
</style>