Shades of Watercourse #0C6952
Tints of Watercourse #0C6952
RGB
CMYK
RGB Variations
Color information
#0C6952 (or 0x0C6952) is known color: Watercourse. HEX triplet: 0C, 69 and 52. RGB value is (12,105,82). Sum of RGB (Red+Green+Blue) = 12+105+82=199 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.03% from 199); Green value is 105 (41.41% from 255 or 52.76% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 105 - color contains mainly: green. Hex color #0C6952 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6952 is #F396AD. Grayscale: #4A4A4A. Windows color (decimal): -15963822 or 5400844. OLE color: 5400844.
HSL color Cylindrical-coordinate representation of color #0C6952: hue angle of 165.16º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6952 is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 12 | 105 | 82 | - |
| CMYK | 0.89 | 0 | 0.22 | 0.59 |
| HSL | 165.16º | 0.79% | 0.23% | - |
| HSV(B) | 165.16º | 0.89% | 0.41% | - |
| XYZ | 6.73 | 10.79 | 9.71 | - |
| YUV | 74.57 | 132.19 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 105 | 82 | 0.89 | 0 | 0.22 | 0.59 | 165.16 | 0.79 | 0.23 |
| Hex | C | 69 | 52 | 59 | 0 | 16 | 3B | A5 | 4F | 17 |
| Octal | 14 | 151 | 122 | 131 | 0 | 26 | 73 | 245 | 117 | 27 |
| Binary | 1100 | 1101001 | 1010010 | 1011001 | 0 | 10110 | 111011 | 10100101 | 1001111 | 10111 |
Color Harmonies of #0C6952
Complementary color
Monochromatic Colors of #0C6952
Black with #0C6952
Text Example
Text Example
White with #0C6952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6952; }
p { color: rgb(12,105,82); }
H1.HeaderClassName
{
color: #0C6952;
}
.AnyTagClassName
{
color: #0C6952;
}
</style>
background-color css
<style>
a { background-color: #0C6952; }
a { background-color: rgb(12,105,82); }
div.DivClassName
{
background-color: #0C6952;
}
.BgClassName
{
background-color: #0C6952;
}
</style>
border-color css
<style>
span { border-color: #0C6952; }
span { border-color: rgb(12,105,82); }
td.TdClassName
{
border-color: #0C6952;
}
.TagClassName
{
border-color: #0C6952;
}
</style>