Shades of Watercourse #10674F
Tints of Watercourse #10674F
RGB
CMYK
RGB Variations
Color information
#10674F (or 0x10674F) is known color: Watercourse. HEX triplet: 10, 67 and 4F. RGB value is (16,103,79). Sum of RGB (Red+Green+Blue) = 16+103+79=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 103 (40.62% from 255 or 52.02% from 198); Blue value is 79 (31.25% from 255 or 39.90% from 198); Max value from RGB is 103 - color contains mainly: green. Hex color #10674F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10674F is #EF98B0. Grayscale: #4A4A4A. Windows color (decimal): -15702193 or 5203728. OLE color: 5203728.
HSL color Cylindrical-coordinate representation of color #10674F: hue angle of 163.45º 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 #10674F is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 103 | 79 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.60 |
| HSL | 163.45º | 0.73% | 0.23% | - |
| HSV(B) | 163.45º | 0.84% | 0.4% | - |
| XYZ | 6.48 | 10.38 | 9.06 | - |
| YUV | 74.25 | 130.68 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 103 | 79 | 0.84 | 0 | 0.23 | 0.60 | 163.45 | 0.73 | 0.23 |
| Hex | 10 | 67 | 4F | 54 | 0 | 17 | 3C | A3 | 49 | 17 |
| Octal | 20 | 147 | 117 | 124 | 0 | 27 | 74 | 243 | 111 | 27 |
| Binary | 10000 | 1100111 | 1001111 | 1010100 | 0 | 10111 | 111100 | 10100011 | 1001001 | 10111 |
Color Harmonies of #10674F
Complementary color
Monochromatic Colors of #10674F
Black with #10674F
Text Example
Text Example
White with #10674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10674F; }
p { color: rgb(16,103,79); }
H1.HeaderClassName
{
color: #10674F;
}
.AnyTagClassName
{
color: #10674F;
}
</style>
background-color css
<style>
a { background-color: #10674F; }
a { background-color: rgb(16,103,79); }
div.DivClassName
{
background-color: #10674F;
}
.BgClassName
{
background-color: #10674F;
}
</style>
border-color css
<style>
span { border-color: #10674F; }
span { border-color: rgb(16,103,79); }
td.TdClassName
{
border-color: #10674F;
}
.TagClassName
{
border-color: #10674F;
}
</style>