Shades of Watercourse #106D50
Tints of Watercourse #106D50
RGB
CMYK
RGB Variations
Color information
#106D50 (or 0x106D50) is known color: Watercourse. HEX triplet: 10, 6D and 50. RGB value is (16,109,80). Sum of RGB (Red+Green+Blue) = 16+109+80=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 109 (42.97% from 255 or 53.17% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 109 - color contains mainly: green. Hex color #106D50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106D50 is #EF92AF. Grayscale: #4D4D4D. Windows color (decimal): -15700656 or 5270800. OLE color: 5270800.
HSL color Cylindrical-coordinate representation of color #106D50: hue angle of 161.29º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106D50 is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 109 | 80 | - |
| CMYK | 0.85 | 0 | 0.27 | 0.57 |
| HSL | 161.29º | 0.74% | 0.25% | - |
| HSV(B) | 161.29º | 0.85% | 0.43% | - |
| XYZ | 7.13 | 11.63 | 9.46 | - |
| YUV | 77.89 | 129.19 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 80 | 0.85 | 0 | 0.27 | 0.57 | 161.29 | 0.74 | 0.25 |
| Hex | 10 | 6D | 50 | 55 | 0 | 1B | 39 | A1 | 4A | 19 |
| Octal | 20 | 155 | 120 | 125 | 0 | 33 | 71 | 241 | 112 | 31 |
| Binary | 10000 | 1101101 | 1010000 | 1010101 | 0 | 11011 | 111001 | 10100001 | 1001010 | 11001 |
Color Harmonies of #106D50
Complementary color
Monochromatic Colors of #106D50
Black with #106D50
Text Example
Text Example
White with #106D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106D50; }
p { color: rgb(16,109,80); }
H1.HeaderClassName
{
color: #106D50;
}
.AnyTagClassName
{
color: #106D50;
}
</style>
background-color css
<style>
a { background-color: #106D50; }
a { background-color: rgb(16,109,80); }
div.DivClassName
{
background-color: #106D50;
}
.BgClassName
{
background-color: #106D50;
}
</style>
border-color css
<style>
span { border-color: #106D50; }
span { border-color: rgb(16,109,80); }
td.TdClassName
{
border-color: #106D50;
}
.TagClassName
{
border-color: #106D50;
}
</style>