Shades of Watercourse #117154
Tints of Watercourse #117154
RGB
CMYK
RGB Variations
Color information
#117154 (or 0x117154) is known color: Watercourse. HEX triplet: 11, 71 and 54. RGB value is (17,113,84). Sum of RGB (Red+Green+Blue) = 17+113+84=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #117154 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117154 is #EE8EAB. Grayscale: #515151. Windows color (decimal): -15634092 or 5533969. OLE color: 5533969.
HSL color Cylindrical-coordinate representation of color #117154: hue angle of 161.88º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117154 is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 113 | 84 | - |
| CMYK | 0.85 | 0 | 0.26 | 0.56 |
| HSL | 161.88º | 0.74% | 0.25% | - |
| HSV(B) | 161.88º | 0.85% | 0.44% | - |
| XYZ | 7.74 | 12.57 | 10.41 | - |
| YUV | 80.99 | 129.7 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 113 | 84 | 0.85 | 0 | 0.26 | 0.56 | 161.88 | 0.74 | 0.25 |
| Hex | 11 | 71 | 54 | 55 | 0 | 1A | 38 | A2 | 4A | 19 |
| Octal | 21 | 161 | 124 | 125 | 0 | 32 | 70 | 242 | 112 | 31 |
| Binary | 10001 | 1110001 | 1010100 | 1010101 | 0 | 11010 | 111000 | 10100010 | 1001010 | 11001 |
Color Harmonies of #117154
Complementary color
Monochromatic Colors of #117154
Black with #117154
Text Example
Text Example
White with #117154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117154; }
p { color: rgb(17,113,84); }
H1.HeaderClassName
{
color: #117154;
}
.AnyTagClassName
{
color: #117154;
}
</style>
background-color css
<style>
a { background-color: #117154; }
a { background-color: rgb(17,113,84); }
div.DivClassName
{
background-color: #117154;
}
.BgClassName
{
background-color: #117154;
}
</style>
border-color css
<style>
span { border-color: #117154; }
span { border-color: rgb(17,113,84); }
td.TdClassName
{
border-color: #117154;
}
.TagClassName
{
border-color: #117154;
}
</style>