Shades of Watercourse #0C714E
Tints of Watercourse #0C714E
RGB
CMYK
RGB Variations
Color information
#0C714E (or 0x0C714E) is known color: Watercourse. HEX triplet: 0C, 71 and 4E. RGB value is (12,113,78). Sum of RGB (Red+Green+Blue) = 12+113+78=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 113 (44.53% from 255 or 55.67% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 113 - color contains mainly: green. Hex color #0C714E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C714E is #F38EB1. Grayscale: #4E4E4E. Windows color (decimal): -15961778 or 5140748. OLE color: 5140748.
HSL color Cylindrical-coordinate representation of color #0C714E: hue angle of 159.21º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C714E is Cyan = 0.89, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 113 | 78 | - |
| CMYK | 0.89 | 0 | 0.31 | 0.56 |
| HSL | 159.21º | 0.81% | 0.25% | - |
| HSV(B) | 159.21º | 0.89% | 0.44% | - |
| XYZ | 7.43 | 12.44 | 9.22 | - |
| YUV | 78.81 | 127.54 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 113 | 78 | 0.89 | 0 | 0.31 | 0.56 | 159.21 | 0.81 | 0.25 |
| Hex | C | 71 | 4E | 59 | 0 | 1F | 38 | 9F | 51 | 19 |
| Octal | 14 | 161 | 116 | 131 | 0 | 37 | 70 | 237 | 121 | 31 |
| Binary | 1100 | 1110001 | 1001110 | 1011001 | 0 | 11111 | 111000 | 10011111 | 1010001 | 11001 |
Color Harmonies of #0C714E
Complementary color
Monochromatic Colors of #0C714E
Black with #0C714E
Text Example
Text Example
White with #0C714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C714E; }
p { color: rgb(12,113,78); }
H1.HeaderClassName
{
color: #0C714E;
}
.AnyTagClassName
{
color: #0C714E;
}
</style>
background-color css
<style>
a { background-color: #0C714E; }
a { background-color: rgb(12,113,78); }
div.DivClassName
{
background-color: #0C714E;
}
.BgClassName
{
background-color: #0C714E;
}
</style>
border-color css
<style>
span { border-color: #0C714E; }
span { border-color: rgb(12,113,78); }
td.TdClassName
{
border-color: #0C714E;
}
.TagClassName
{
border-color: #0C714E;
}
</style>