Shades of Watercourse #10694F
Tints of Watercourse #10694F
RGB
CMYK
RGB Variations
Color information
#10694F (or 0x10694F) is known color: Watercourse. HEX triplet: 10, 69 and 4F. RGB value is (16,105,79). Sum of RGB (Red+Green+Blue) = 16+105+79=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 105 (41.41% from 255 or 52.5% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 105 - color contains mainly: green. Hex color #10694F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10694F is #EF96B0. Grayscale: #4B4B4B. Windows color (decimal): -15701681 or 5204240. OLE color: 5204240.
HSL color Cylindrical-coordinate representation of color #10694F: hue angle of 162.47º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10694F is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 16 | 105 | 79 | - |
| CMYK | 0.85 | 0 | 0.25 | 0.59 |
| HSL | 162.47º | 0.74% | 0.24% | - |
| HSV(B) | 162.47º | 0.85% | 0.41% | - |
| XYZ | 6.68 | 10.78 | 9.13 | - |
| YUV | 75.43 | 130.01 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 105 | 79 | 0.85 | 0 | 0.25 | 0.59 | 162.47 | 0.74 | 0.24 |
| Hex | 10 | 69 | 4F | 55 | 0 | 19 | 3B | A2 | 4A | 18 |
| Octal | 20 | 151 | 117 | 125 | 0 | 31 | 73 | 242 | 112 | 30 |
| Binary | 10000 | 1101001 | 1001111 | 1010101 | 0 | 11001 | 111011 | 10100010 | 1001010 | 11000 |
Color Harmonies of #10694F
Complementary color
Monochromatic Colors of #10694F
Black with #10694F
Text Example
Text Example
White with #10694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10694F; }
p { color: rgb(16,105,79); }
H1.HeaderClassName
{
color: #10694F;
}
.AnyTagClassName
{
color: #10694F;
}
</style>
background-color css
<style>
a { background-color: #10694F; }
a { background-color: rgb(16,105,79); }
div.DivClassName
{
background-color: #10694F;
}
.BgClassName
{
background-color: #10694F;
}
</style>
border-color css
<style>
span { border-color: #10694F; }
span { border-color: rgb(16,105,79); }
td.TdClassName
{
border-color: #10694F;
}
.TagClassName
{
border-color: #10694F;
}
</style>