Shades of Watercourse #116D56
Tints of Watercourse #116D56
RGB
CMYK
RGB Variations
Color information
#116D56 (or 0x116D56) is known color: Watercourse. HEX triplet: 11, 6D and 56. RGB value is (17,109,86). Sum of RGB (Red+Green+Blue) = 17+109+86=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 109 (42.97% from 255 or 51.42% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 109 - color contains mainly: green. Hex color #116D56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116D56 is #EE92A9. Grayscale: #4E4E4E. Windows color (decimal): -15635114 or 5664017. OLE color: 5664017.
HSL color Cylindrical-coordinate representation of color #116D56: hue angle of 165º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116D56 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 109 | 86 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.57 |
| HSL | 165º | 0.73% | 0.25% | - |
| HSV(B) | 165º | 0.84% | 0.43% | - |
| XYZ | 7.38 | 11.73 | 10.68 | - |
| YUV | 78.87 | 132.02 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 86 | 0.84 | 0 | 0.21 | 0.57 | 165 | 0.73 | 0.25 |
| Hex | 11 | 6D | 56 | 54 | 0 | 15 | 39 | A5 | 49 | 19 |
| Octal | 21 | 155 | 126 | 124 | 0 | 25 | 71 | 245 | 111 | 31 |
| Binary | 10001 | 1101101 | 1010110 | 1010100 | 0 | 10101 | 111001 | 10100101 | 1001001 | 11001 |
Color Harmonies of #116D56
Complementary color
Monochromatic Colors of #116D56
Black with #116D56
Text Example
Text Example
White with #116D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D56; }
p { color: rgb(17,109,86); }
H1.HeaderClassName
{
color: #116D56;
}
.AnyTagClassName
{
color: #116D56;
}
</style>
background-color css
<style>
a { background-color: #116D56; }
a { background-color: rgb(17,109,86); }
div.DivClassName
{
background-color: #116D56;
}
.BgClassName
{
background-color: #116D56;
}
</style>
border-color css
<style>
span { border-color: #116D56; }
span { border-color: rgb(17,109,86); }
td.TdClassName
{
border-color: #116D56;
}
.TagClassName
{
border-color: #116D56;
}
</style>