Shades of Watercourse #106752
Tints of Watercourse #106752
RGB
CMYK
RGB Variations
Color information
#106752 (or 0x106752) is known color: Watercourse. HEX triplet: 10, 67 and 52. RGB value is (16,103,82). Sum of RGB (Red+Green+Blue) = 16+103+82=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 103 (40.62% from 255 or 51.24% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 103 - color contains mainly: green. Hex color #106752 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106752 is #EF98AD. Grayscale: #4A4A4A. Windows color (decimal): -15702190 or 5400336. OLE color: 5400336.
HSL color Cylindrical-coordinate representation of color #106752: hue angle of 165.52º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106752 is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 103 | 82 | - |
| CMYK | 0.84 | 0 | 0.20 | 0.60 |
| HSL | 165.52º | 0.73% | 0.23% | - |
| HSV(B) | 165.52º | 0.84% | 0.4% | - |
| XYZ | 6.59 | 10.42 | 9.65 | - |
| YUV | 74.59 | 132.18 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 103 | 82 | 0.84 | 0 | 0.20 | 0.60 | 165.52 | 0.73 | 0.23 |
| Hex | 10 | 67 | 52 | 54 | 0 | 14 | 3C | A6 | 49 | 17 |
| Octal | 20 | 147 | 122 | 124 | 0 | 24 | 74 | 246 | 111 | 27 |
| Binary | 10000 | 1100111 | 1010010 | 1010100 | 0 | 10100 | 111100 | 10100110 | 1001001 | 10111 |
Color Harmonies of #106752
Complementary color
Monochromatic Colors of #106752
Black with #106752
Text Example
Text Example
White with #106752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106752; }
p { color: rgb(16,103,82); }
H1.HeaderClassName
{
color: #106752;
}
.AnyTagClassName
{
color: #106752;
}
</style>
background-color css
<style>
a { background-color: #106752; }
a { background-color: rgb(16,103,82); }
div.DivClassName
{
background-color: #106752;
}
.BgClassName
{
background-color: #106752;
}
</style>
border-color css
<style>
span { border-color: #106752; }
span { border-color: rgb(16,103,82); }
td.TdClassName
{
border-color: #106752;
}
.TagClassName
{
border-color: #106752;
}
</style>