Shades of Watercourse #116650
Tints of Watercourse #116650
RGB
CMYK
RGB Variations
Color information
#116650 (or 0x116650) is known color: Watercourse. HEX triplet: 11, 66 and 50. RGB value is (17,102,80). Sum of RGB (Red+Green+Blue) = 17+102+80=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 102 (40.23% from 255 or 51.26% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 102 - color contains mainly: green. Hex color #116650 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116650 is #EE99AF. Grayscale: #4A4A4A. Windows color (decimal): -15636912 or 5269009. OLE color: 5269009.
HSL color Cylindrical-coordinate representation of color #116650: hue angle of 164.47º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116650 is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 17 | 102 | 80 | - |
| CMYK | 0.83 | 0 | 0.22 | 0.6 |
| HSL | 164.47º | 0.71% | 0.23% | - |
| HSV(B) | 164.47º | 0.83% | 0.4% | - |
| XYZ | 6.43 | 10.2 | 9.22 | - |
| YUV | 74.08 | 131.34 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 102 | 80 | 0.83 | 0 | 0.22 | 0.6 | 164.47 | 0.71 | 0.23 |
| Hex | 11 | 66 | 50 | 53 | 0 | 16 | 3C | A4 | 47 | 17 |
| Octal | 21 | 146 | 120 | 123 | 0 | 26 | 74 | 244 | 107 | 27 |
| Binary | 10001 | 1100110 | 1010000 | 1010011 | 0 | 10110 | 111100 | 10100100 | 1000111 | 10111 |
Color Harmonies of #116650
Complementary color
Monochromatic Colors of #116650
Black with #116650
Text Example
Text Example
White with #116650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116650; }
p { color: rgb(17,102,80); }
H1.HeaderClassName
{
color: #116650;
}
.AnyTagClassName
{
color: #116650;
}
</style>
background-color css
<style>
a { background-color: #116650; }
a { background-color: rgb(17,102,80); }
div.DivClassName
{
background-color: #116650;
}
.BgClassName
{
background-color: #116650;
}
</style>
border-color css
<style>
span { border-color: #116650; }
span { border-color: rgb(17,102,80); }
td.TdClassName
{
border-color: #116650;
}
.TagClassName
{
border-color: #116650;
}
</style>