Shades of Watercourse #107154
Tints of Watercourse #107154
RGB
CMYK
RGB Variations
Color information
#107154 (or 0x107154) is known color: Watercourse. HEX triplet: 10, 71 and 54. RGB value is (16,113,84). Sum of RGB (Red+Green+Blue) = 16+113+84=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 113 (44.53% from 255 or 53.05% from 213); Blue value is 84 (33.20% from 255 or 39.44% from 213); Max value from RGB is 113 - color contains mainly: green. Hex color #107154 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107154 is #EF8EAB. Grayscale: #505050. Windows color (decimal): -15699628 or 5533968. OLE color: 5533968.
HSL color Cylindrical-coordinate representation of color #107154: hue angle of 162.06º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107154 is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 113 | 84 | - |
| CMYK | 0.86 | 0 | 0.26 | 0.56 |
| HSL | 162.06º | 0.75% | 0.25% | - |
| HSV(B) | 162.06º | 0.86% | 0.44% | - |
| XYZ | 7.72 | 12.56 | 10.41 | - |
| YUV | 80.69 | 129.86 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 113 | 84 | 0.86 | 0 | 0.26 | 0.56 | 162.06 | 0.75 | 0.25 |
| Hex | 10 | 71 | 54 | 56 | 0 | 1A | 38 | A2 | 4B | 19 |
| Octal | 20 | 161 | 124 | 126 | 0 | 32 | 70 | 242 | 113 | 31 |
| Binary | 10000 | 1110001 | 1010100 | 1010110 | 0 | 11010 | 111000 | 10100010 | 1001011 | 11001 |
Color Harmonies of #107154
Complementary color
Monochromatic Colors of #107154
Black with #107154
Text Example
Text Example
White with #107154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107154; }
p { color: rgb(16,113,84); }
H1.HeaderClassName
{
color: #107154;
}
.AnyTagClassName
{
color: #107154;
}
</style>
background-color css
<style>
a { background-color: #107154; }
a { background-color: rgb(16,113,84); }
div.DivClassName
{
background-color: #107154;
}
.BgClassName
{
background-color: #107154;
}
</style>
border-color css
<style>
span { border-color: #107154; }
span { border-color: rgb(16,113,84); }
td.TdClassName
{
border-color: #107154;
}
.TagClassName
{
border-color: #107154;
}
</style>